Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp158 int glyphOffset = 0; in SkPDFAppendCmapSections() local
160 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()
/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp158 int glyphOffset = 0; in SkPDFAppendCmapSections() local
160 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()
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp182 size_t glyphOffset = 0; in shape() local
187 advances.get() + glyphOffset, &bytesCollapsed); in shape()
203 memcpy(buffer.glyphs, glyphs.get() + glyphOffset, numGlyphs * sizeof(SkGlyphID)); in shape()
207 position.fX += advances[i + glyphOffset]; in shape()
220 glyphOffset += SkUTF::CountUTF8(utf8, bytesConsumed); in shape()
/external/freetype/src/gxvalid/
Dgxvcommn.c1086 GXV_XStateTable_GlyphOffsetDesc glyphOffset; in gxv_EntryTable_validate() local
1136 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 …]
Dgxvmort5.c146 GXV_StateTable_GlyphOffsetCPtr glyphOffset, in gxv_mort_subtable_type5_entry_validate() argument
179 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()
/external/skqp/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex(); in doRegen() local
199 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()
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DOverlayDraw.comp122 const uvec2 glyphOffset = fontGlyphSize *
125 return texelFetch(font, ivec3(glyphOffset + coordInGlyph, fontLayer), 0).x;
/external/angle/src/libANGLE/renderer/vulkan/shaders/gen/
DOverlayDraw.comp.00000001.inc275 // const uvec2 glyphOffset = fontGlyphSize *
278 // return texelFetch(font, ivec3(glyphOffset + coordInGlyph, fontLayer), 0). x;
DOverlayDraw.comp.00000000.inc275 // const uvec2 glyphOffset = fontGlyphSize *
278 // return texelFetch(font, ivec3(glyphOffset + coordInGlyph, fontLayer), 0). x;