Searched refs:nextGlyphId (Results 1 – 1 of 1) sorted by relevance
122 return fCache->getGlyphIDMetrics(nextGlyphId(text)); in lookupGlyph()125 return fCache->getGlyphIDMetrics(nextGlyphId(text), x, y); in lookupGlyphXY()129 uint16_t nextGlyphId(const char** text) { in nextGlyphId() function