Home
last modified time | relevance | path

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

/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.cpp191 size_t glyphOffset = 0; in shape() local
196 advances.get() + glyphOffset, &bytesCollapsed); in shape()
215 memcpy(buffer.glyphs, glyphs.get() + glyphOffset, info.glyphCount * sizeof(SkGlyphID)); in shape()
219 position.fX += advances[i + glyphOffset]; in shape()
233 glyphOffset += SkUTF::CountUTF8(utf8, bytesConsumed); in shape()
/external/freetype/src/gxvalid/
Dgxvcommn.c1085 GXV_XStateTable_GlyphOffsetDesc glyphOffset; in gxv_EntryTable_validate() local
1135 glyphOffset.uc = 0; /* make compiler happy */ in gxv_EntryTable_validate()
1139 glyphOffset.uc = FT_NEXT_BYTE( p ); in gxv_EntryTable_validate()
1143 glyphOffset.c = FT_NEXT_CHAR( p ); in gxv_EntryTable_validate()
1147 glyphOffset.u = FT_NEXT_USHORT( p ); in gxv_EntryTable_validate()
1151 glyphOffset.s = FT_NEXT_SHORT( p ); in gxv_EntryTable_validate()
1155 glyphOffset.ul = FT_NEXT_ULONG( p ); in gxv_EntryTable_validate()
1159 glyphOffset.l = FT_NEXT_LONG( p ); in gxv_EntryTable_validate()
1166 &glyphOffset, in gxv_EntryTable_validate()
1478 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/skia/experimental/sktext/src/
DLogicalRun.cpp8 …n::LogicalRun(const SkShaper::RunHandler::RunInfo& info, TextIndex textStart, SkScalar glyphOffset) in LogicalRun() argument
15 , fRunOffset(glyphOffset) in LogicalRun()
DLogicalRun.h14 … LogicalRun(const SkShaper::RunHandler::RunInfo& info, TextIndex textStart, SkScalar glyphOffset);