/third_party/skia/src/pdf/ |
H A D | SkPDFMakeToUnicodeCmap.cpp | 158 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()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvcommn.c | 1085 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...] |
H A D | gxvmort5.c | 45 * but without name. The offset is given by glyphOffset in 146 GXV_StateTable_GlyphOffsetCPtr glyphOffset, in gxv_mort_subtable_type5_entry_validate() 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() 143 gxv_mort_subtable_type5_entry_validate( FT_Byte state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid ) gxv_mort_subtable_type5_entry_validate() argument
|
/third_party/skia/experimental/sktext/src/ |
H A D | LogicalRun.cpp | 8 LogicalRun::LogicalRun(const SkShaper::RunHandler::RunInfo& info, TextIndex textStart, SkScalar glyphOffset) in LogicalRun() argument 15 , fRunOffset(glyphOffset) in LogicalRun()
|
H A D | LogicalRun.h | 14 LogicalRun(const SkShaper::RunHandler::RunInfo& info, TextIndex textStart, SkScalar glyphOffset);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | GlyphStripper.java | 84 ReadableFontData originalGlyfData, int glyphOffset, SimpleGlyph simpleGlyph) { in writeHeaderAndContoursSize() 90 originalGlyfData.slice(glyphOffset, headerAndNumberOfContoursSize).copyTo(newGlyfSlice); in writeHeaderAndContoursSize() 100 ReadableFontData originalGlyfData, int glyphOffset, int length) { in writeEndSimpleGlyph() 101 ReadableFontData originalGlyfSlice = originalGlyfData.slice(glyphOffset, length); in writeEndSimpleGlyph() 83 writeHeaderAndContoursSize(WritableFontData newGlyf, int newGlyfOffset, ReadableFontData originalGlyfData, int glyphOffset, SimpleGlyph simpleGlyph) writeHeaderAndContoursSize() argument 99 writeEndSimpleGlyph(WritableFontData newGlyf, int newGlyfOffset, ReadableFontData originalGlyfData, int glyphOffset, int length) writeEndSimpleGlyph() argument
|
H A D | GlyphTableStripper.java | 57 int oldOffset = locaTable.glyphOffset(i); in subset()
|
H A D | GlyphTableSubsetter.java | 76 int oldOffset = locaTable.glyphOffset(oldGlyphId); in subset()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_primitive.cpp | 229 size_t glyphOffset = 0; in shape() local 234 advances.get() + glyphOffset, &bytesCollapsed); in shape() 257 memcpy(buffer.glyphs, glyphs.get() + glyphOffset, info.glyphCount * sizeof(SkGlyphID)); in shape() 261 position.fX += advances[i + glyphOffset]; in shape() 275 glyphOffset += SkUTF::CountUTF8(utf8, bytesConsumed); in shape()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
H A D | EbdtTable.java | 116 int glyphOffset = 0; in generateLocaList() 122 glyphEntry.getKey(), startOffset + glyphOffset, size, builder.format()); in generateLocaList() 124 glyphOffset += size; in generateLocaList() 126 startOffset += glyphOffset; in generateLocaList()
|
H A D | BitmapSizeTable.java | 112 public int glyphOffset(int glyphId) { in glyphOffset() method in BitmapSizeTable 117 return subTable.glyphOffset(glyphId); in glyphOffset() 345 public int glyphOffset(int glyphId) { in glyphOffset() method in BitmapSizeTable.Builder 350 return subTable.glyphOffset(glyphId); in glyphOffset()
|
H A D | IndexSubTable.java | 96 public final int glyphOffset(int glyphId) { in glyphOffset() method in IndexSubTable 306 public final int glyphOffset(int glyphId) { in glyphOffset() method in IndexSubTable.Builder
|
H A D | IndexSubTableFormat4.java | 216 int glyphOffset = in initialize() 219 CodeOffsetPairBuilder pairBuilder = new CodeOffsetPairBuilder(glyphCode, glyphOffset); in initialize()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
H A D | GlyphEditingTests.java | 79 assertEquals(glyphId * 6, loca.glyphOffset(glyphId)); in testEditLocaTable() 106 int firstGlyphOffset = locaTableBuilder.glyphOffset(0); in testRemoveOneGlyph() 168 int offset = locaTableBuilder.glyphOffset(lastGlyphId); in testClearAllGlyphs()
|
H A D | GlyphTests.java | 124 int offset = locaTable.glyphOffset(glyphId); in checkTestSet()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | LocaTable.java | 69 public int glyphOffset(int glyphId) { in glyphOffset() method in LocaTable 317 public int glyphOffset(int glyphId) { in glyphOffset() method in LocaTable.Builder
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/ |
H A D | SFLint.java | 128 int offset = loca.glyphOffset(glyphId); in lintWindowsClipping() 202 int offset = loca.glyphOffset(glyphId); in lintAllGlyphs()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
H A D | SfntDump.java | 449 int offset = locaTable.glyphOffset(glyphId); in dumpFont() 504 int offset = locaTable.glyphOffset(glyphId); in dumpChar() 522 int offset = locaTable.glyphOffset(glyphId); in countSpecialGlyphs()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | GlyphCoverage.java | 91 int offset = locaTable.glyphOffset(glyphId); in getGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/ |
H A D | Issue28Tests.java | 41 int offset = locaTable.glyphOffset(glyphId);
in getLastGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfo.java | 504 Glyph glyph = glyfTable.glyph(locaTable.glyphOffset(i), locaTable.glyphLength(i)); in listGlyphDimensionBounds() 543 Glyph glyph = glyfTable.glyph(locaTable.glyphOffset(i), locaTable.glyphLength(i)); in hintingSize() 573 Glyph glyph = glyfTable.glyph(locaTable.glyphOffset(i), locaTable.glyphLength(i)); in listSubglyphFrequency()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | HintStripTest.java | 159 int offset = locaTable.glyphOffset(glyphId); in getGlyph()
|
H A D | RenumberingSubsetTest.java | 184 int offset = locaTable.glyphOffset(glyphId); in getGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | GlyfEncoder.java | 64 int sourceOffset = loca.glyphOffset(glyphId); in encode()
|