Searched refs:glyphOffset (Results 1 – 7 of 7) sorted by relevance
158 int glyphOffset = 0; in SkPDFAppendCmapSections() local160 glyphOffset = firstGlyphID - 1; in SkPDFAppendCmapSections()168 const int limit = (int)lastGlyphID + 1 - glyphOffset; in SkPDFAppendCmapSections()170 for (int i = firstGlyphID - glyphOffset; i < limit + 1; ++i) { in SkPDFAppendCmapSections()171 SkGlyphID gid = i + glyphOffset; in SkPDFAppendCmapSections()
166 size_t glyphOffset = 0; in shape() local173 advances.get() + glyphOffset, &bytesCollapsed); in shape()186 memcpy(buffer.glyphs, glyphs.get() + glyphOffset, numGlyphs * sizeof(SkGlyphID)); in shape()190 position += advances[i + glyphOffset]; in shape()203 glyphOffset += SkUTF::CountUTF8(utf8text, bytesConsumed); in shape()
1086 GXV_XStateTable_GlyphOffsetDesc glyphOffset; in gxv_EntryTable_validate() local1136 glyphOffset.uc = 0; /* make compiler happy */ in gxv_EntryTable_validate()1140 glyphOffset.uc = FT_NEXT_BYTE( p ); in gxv_EntryTable_validate()1144 glyphOffset.c = FT_NEXT_CHAR( p ); in gxv_EntryTable_validate()1148 glyphOffset.u = FT_NEXT_USHORT( p ); in gxv_EntryTable_validate()1152 glyphOffset.s = FT_NEXT_SHORT( p ); in gxv_EntryTable_validate()1156 glyphOffset.ul = FT_NEXT_ULONG( p ); in gxv_EntryTable_validate()1160 glyphOffset.l = FT_NEXT_LONG( p ); in gxv_EntryTable_validate()1167 &glyphOffset, in gxv_EntryTable_validate()1479 GXV_XStateTable_GlyphOffsetDesc glyphOffset; in gxv_XEntryTable_validate() local[all …]
146 GXV_StateTable_GlyphOffsetCPtr glyphOffset, in gxv_mort_subtable_type5_entry_validate() argument179 currentInsertList = (FT_UShort)( glyphOffset->ul >> 16 ); in gxv_mort_subtable_type5_entry_validate()180 markedInsertList = (FT_UShort)( glyphOffset->ul ); in gxv_mort_subtable_type5_entry_validate()
194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex(); in doRegen() local199 SkPackedGlyphID id = fBlob->fGlyphs[glyphOffset]->fPackedID; in doRegen()200 fBlob->fGlyphs[glyphOffset] = strike->getGlyph(id, fLazyCache->get()); in doRegen()201 SkASSERT(id == fBlob->fGlyphs[glyphOffset]->fPackedID); in doRegen()203 glyph = fBlob->fGlyphs[glyphOffset]; in doRegen()