Flutter Impeller
impeller::AtlasBlenderKey::Equal Struct Reference

Public Member Functions

bool operator() (const AtlasBlenderKey &lhs, const AtlasBlenderKey &rhs) const
 

Detailed Description

Definition at line 81 of file atlas_contents.cc.

Member Function Documentation

◆ operator()()

bool impeller::AtlasBlenderKey::Equal::operator() ( const AtlasBlenderKey lhs,
const AtlasBlenderKey rhs 
) const
inline

Definition at line 82 of file atlas_contents.cc.

83  {
84  return lhs.rect == rhs.rect && lhs.color_key == rhs.color_key;
85  }

References impeller::AtlasBlenderKey::color_key, and impeller::AtlasBlenderKey::rect.


The documentation for this struct was generated from the following file: