Home | History | Annotate | Download | only in core

Lines Matching refs:glyphID

485 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId,
490 const SkGlyph& glyph = cache->getGlyphIDMetrics(glyphId);
587 glyphID = static_cast<const uint16_t*>(textData);
590 if (0 == glyphID[i]) {
717 unsigned glyphID = *ptr;
720 return cache->getGlyphIDMetrics(glyphID);
730 unsigned glyphID = *ptr;
732 return cache->getGlyphIDMetrics(glyphID);
795 unsigned glyphID = *ptr;
798 return cache->getGlyphIDAdvance(glyphID);
808 unsigned glyphID = *ptr;
810 return cache->getGlyphIDAdvance(glyphID);
913 unsigned glyphID = *ptr;
916 return cache->getGlyphIDMetrics(glyphID);
925 unsigned glyphID = *ptr;
928 return cache->getGlyphIDMetrics(glyphID, x, y);
2476 static const char* gTextEncodingStrings[] = { "UTF8", "UTF16", "UTF32", "GlyphID" };