Searched refs:glyphOffset (Results 1 – 2 of 2) sorted by relevance
159 int glyphOffset = 0; in SkPDFAppendCmapSections() local161 glyphOffset = firstGlyphID - 1; in SkPDFAppendCmapSections()170 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset; in SkPDFAppendCmapSections()172 for (int i = firstGlyphID - glyphOffset; i < limit + 1; ++i) { in SkPDFAppendCmapSections()174 (subset == nullptr || subset->has(i + glyphOffset)); in SkPDFAppendCmapSections()183 glyphToUnicode[i + glyphOffset] == in SkPDFAppendCmapSections()200 currentRangeEntry.fUnicode = glyphToUnicode[i + glyphOffset]; in SkPDFAppendCmapSections()
175 size_t glyphOffset = glyphIdx + info->glyphStartIndex(); in regenInOp() local180 GrGlyph::PackedID id = fGlyphs[glyphOffset]->fPackedID; in regenInOp()181 fGlyphs[glyphOffset] = strike->getGlyph(id, info->maskFormat(), lazyCache->get()); in regenInOp()182 SkASSERT(id == fGlyphs[glyphOffset]->fPackedID); in regenInOp()184 glyph = fGlyphs[glyphOffset]; in regenInOp()