Home
last modified time | relevance | path

Searched refs:nextGlyphId (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkFindAndPlaceGlyph.h122 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