Lines Matching refs:glyphID
1191 * 1. Convert input into GlyphID encoding if it currently is not
2155 void SkPDFDevice::updateFont(const SkPaint& paint, uint16_t glyphID,
2160 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
2161 int fontIndex = getFontResourceIndex(typeface, glyphID);
2173 int SkPDFDevice::getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID) {
2175 glyphID));