Searched defs:glyphPos (Results 1 – 1 of 1) sorted by relevance
62 const FakedFont& fontAt(int glyphPos) const { return mFonts[mFontIndices[glyphPos]]; } in fontAt()63 uint32_t glyphIdAt(int glyphPos) const { return mGlyphIds[glyphPos]; } in glyphIdAt()64 const Point& pointAt(int glyphPos) const { return mPoints[glyphPos]; } in pointAt()