Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInBatch.cpp185 size_t glyphOffset = glyphIdx + info->glyphStartIndex(); in regenInBatch() local
190 GrGlyph::PackedID id = fGlyphs[glyphOffset]->fPackedID; in regenInBatch()
191 fGlyphs[glyphOffset] = strike->getGlyph(id, info->maskFormat(), *scaler); in regenInBatch()
192 SkASSERT(id == fGlyphs[glyphOffset]->fPackedID); in regenInBatch()
194 glyph = fGlyphs[glyphOffset]; in regenInBatch()
/external/skia/src/pdf/
DSkPDFFont.cpp509 int glyphOffset = 0; in append_cmap_sections() local
511 glyphOffset = firstGlyphID - 1; in append_cmap_sections()
520 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset; in append_cmap_sections()
522 for (int i = firstGlyphID - glyphOffset; i < limit + 1; ++i) { in append_cmap_sections()
524 (subset == nullptr || subset->has(i + glyphOffset)); in append_cmap_sections()
533 glyphToUnicode[i + glyphOffset] == in append_cmap_sections()
550 currentRangeEntry.fUnicode = glyphToUnicode[i + glyphOffset]; in append_cmap_sections()