Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/minikin/include/minikin/
H A DLayout.h38 struct LayoutGlyph { struct
39 LayoutGlyph(FakedFont font, uint32_t glyph_id, uint32_t cluster, float x, float y) in LayoutGlyph() function
50 inline std::ostream& operator<<(std::ostream& os, const LayoutGlyph& g) { argument