Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
impeller::GlyphProperties::Equal Struct Reference

#include <font_glyph_pair.h>

Public Member Functions

bool operator() (const impeller::GlyphProperties &lhs, const impeller::GlyphProperties &rhs) const
 

Detailed Description

Definition at line 57 of file font_glyph_pair.h.

Member Function Documentation

◆ operator()()

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

Definition at line 58 of file font_glyph_pair.h.

59 {
60 return lhs.tone_or_color == rhs.tone_or_color && lhs.stroke == rhs.stroke;
61 }
std::optional< StrokeParameters > stroke

References impeller::GlyphProperties::stroke, and impeller::GlyphProperties::tone_or_color.


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