Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DLayout.h36 struct LayoutGlyph { struct
140 return sizeof(LayoutGlyph) * nGlyphs() + sizeof(float) * mAdvances.size() + in getMemoryUsage()
182 std::vector<LayoutGlyph> mGlyphs;
/frameworks/minikin/libs/minikin/
DLayout.cpp157 const LayoutGlyph& glyph = mGlyphs[i]; in dump()
714 LayoutGlyph glyph = {font_ix, glyph_ix, x + xoff, y + yoff}; in doLayoutRun()
771 const LayoutGlyph& srcGlyph = src.mGlyphs[i]; in appendLayout()
776 LayoutGlyph glyph = {font_ix, glyph_id, x, y}; in appendLayout()
801 const LayoutGlyph& glyph = mGlyphs[i]; in getFont()
806 const LayoutGlyph& glyph = mGlyphs[i]; in getFakery()
811 const LayoutGlyph& glyph = mGlyphs[i]; in getGlyphId()
816 const LayoutGlyph& glyph = mGlyphs[i]; in getX()
821 const LayoutGlyph& glyph = mGlyphs[i]; in getY()