A glyph and its subpixel position. More...
#include <font_glyph_pair.h>
Classes | |
| struct | Equal |
Public Member Functions | |
| SubpixelGlyph (Glyph p_glyph, SubpixelPosition p_subpixel_offset, GlyphProperties p_properties) | |
Public Attributes | |
| Glyph | glyph |
| SubpixelPosition | subpixel_offset |
| GlyphProperties | properties |
Friends | |
| template<typename H > | |
| H | AbslHashValue (H h, const SubpixelGlyph &sg) |
A glyph and its subpixel position.
Definition at line 118 of file font_glyph_pair.h.
|
inline |
Definition at line 123 of file font_glyph_pair.h.
|
friend |
Definition at line 131 of file font_glyph_pair.h.
| Glyph impeller::SubpixelGlyph::glyph |
Definition at line 119 of file font_glyph_pair.h.
Referenced by impeller::ComputeGlyphSize(), impeller::DrawGlyph(), impeller::SubpixelGlyph::Equal::operator()(), and impeller::testing::TEST_P().
| GlyphProperties impeller::SubpixelGlyph::properties |
Definition at line 121 of file font_glyph_pair.h.
Referenced by impeller::BulkUpdateAtlasBitmap(), impeller::ComputeGlyphSize(), impeller::SubpixelGlyph::Equal::operator()(), and impeller::UpdateAtlasBitmap().
| SubpixelPosition impeller::SubpixelGlyph::subpixel_offset |
Definition at line 120 of file font_glyph_pair.h.
Referenced by impeller::ComputeGlyphSize(), impeller::DrawGlyph(), and impeller::SubpixelGlyph::Equal::operator()().