Home
last modified time | relevance | path

Searched refs:glyphOffset (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp159 int glyphOffset = 0; in SkPDFAppendCmapSections() local
161 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()
/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInOp.cpp175 size_t glyphOffset = glyphIdx + info->glyphStartIndex(); in regenInOp() local
180 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()