Searched defs:glyphPos (Results 1 – 1 of 1) sorted by relevance
57 const FakedFont& fontAt(int glyphPos) const { return mFonts[mFontIndices[glyphPos]]; } in fontAt()58 uint32_t glyphIdAt(int glyphPos) const { return mGlyphIds[glyphPos]; } in glyphIdAt()59 const Point& pointAt(int glyphPos) const { return mPoints[glyphPos]; } in pointAt()60 uint16_t clusterAt(int glyphPos) const { return mClusters[glyphPos]; } in clusterAt()