Searched refs:LayoutGlyph (Results 1 – 2 of 2) sorted by relevance
36 struct LayoutGlyph { struct140 return sizeof(LayoutGlyph) * nGlyphs() + sizeof(float) * mAdvances.size() + in getMemoryUsage()182 std::vector<LayoutGlyph> mGlyphs;
157 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()