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