Searched refs:glyphOffset (Results 1 – 2 of 2) sorted by relevance
185 size_t glyphOffset = glyphIdx + info->glyphStartIndex(); in regenInBatch() local190 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()
509 int glyphOffset = 0; in append_cmap_sections() local511 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()