Home
last modified time | relevance | path

Searched refs:LayoutGlyph (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DLayout.h38 struct LayoutGlyph { struct
39 LayoutGlyph(FakedFont font, uint32_t glyph_id, uint32_t cluster, float x, float y) in LayoutGlyph() argument
50 inline std::ostream& operator<<(std::ostream& os, const LayoutGlyph& g) { argument
202 std::vector<LayoutGlyph> mGlyphs;
/frameworks/minikin/libs/minikin/
DLayout.cpp51 RunFlag runFlag, std::vector<LayoutGlyph>* glyphs) { in adjustGlyphLetterSpacingEdge()