Lines Matching refs:glyphID
393 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
396 if (0 == glyphID[i]) {
491 unsigned glyphID = *ptr;
494 return cache->getGlyphIDMetrics(glyphID);
504 unsigned glyphID = *ptr;
506 return cache->getGlyphIDMetrics(glyphID);
549 unsigned glyphID = *ptr;
552 return cache->getGlyphIDAdvance(glyphID);
562 unsigned glyphID = *ptr;
564 return cache->getGlyphIDAdvance(glyphID);
645 unsigned glyphID = *ptr;
648 return cache->getGlyphIDMetrics(glyphID);
658 unsigned glyphID = *ptr;
661 return cache->getGlyphIDMetrics(glyphID, x, y);