Home | History | Annotate | Download | only in pdf

Lines Matching refs:gID

199 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) {
200 return gid != 0 ? gid - (gid - 1) % 255 : 1;
542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) {
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++) {
556 const bool valid = gID < glyphNames.count() && !glyphNames[gID].isEmpty();
557 const SkString& name = valid ? glyphNames[gID] : unknown;
660 for (SkGlyphID gID : SingleByteGlyphIdIterator(firstGlyphID, lastGlyphID)) {
661 bool skipGlyph = gID != 0 && !subset.has(gID);
668 characterName.printf("g%X", gID);
669 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID);