Flutter Impeller
impeller::AtlasBlenderKey::Equal Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 75 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 76 of file atlas_contents.cc.

77  {
78  return lhs.rect == rhs.rect && lhs.color_key == rhs.color_key;
79  }

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


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