Searched refs:LayoutGlyph (Results 1 – 2 of 2) sorted by relevance
38 struct LayoutGlyph { struct39 LayoutGlyph(FakedFont font, uint32_t glyph_id, uint32_t cluster, float x, float y) in LayoutGlyph() argument50 inline std::ostream& operator<<(std::ostream& os, const LayoutGlyph& g) { argument202 std::vector<LayoutGlyph> mGlyphs;
51 RunFlag runFlag, std::vector<LayoutGlyph>* glyphs) { in adjustGlyphLetterSpacingEdge()