| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| D | BitmapSizeTable.java | 104 public BitmapGlyphInfo glyphInfo(int glyphId) { in glyphInfo() 112 public int glyphOffset(int glyphId) { in glyphOffset() 120 public int glyphLength(int glyphId) { in glyphLength() 128 public int glyphFormat(int glyphId) { in glyphFormat() 136 private IndexSubTable searchIndexSubTables(int glyphId) { in searchIndexSubTables() 145 private IndexSubTable linearSearchIndexSubTables(int glyphId) { in linearSearchIndexSubTables() 154 private IndexSubTable binarySearchIndexSubTables(int glyphId) { in binarySearchIndexSubTables() 337 public BitmapGlyphInfo glyphInfo(int glyphId) { in glyphInfo() 345 public int glyphOffset(int glyphId) { in glyphOffset() 353 public int glyphLength(int glyphId) { in glyphLength() [all …]
|
| D | IndexSubTable.java | 83 public BitmapGlyphInfo glyphInfo(int glyphId) { in glyphInfo() 96 public final int glyphOffset(int glyphId) { in glyphOffset() 110 public abstract int glyphStartOffset(int glyphId); in glyphStartOffset() 112 public abstract int glyphLength(int glyphId); in glyphLength() 116 protected static int checkGlyphRange(int glyphId, int firstGlyphId, int lastGlyphId) { in checkGlyphRange() 123 protected int checkGlyphRange(int glyphId) { in checkGlyphRange() 295 public BitmapGlyphInfo glyphInfo(int glyphId) { in glyphInfo() 306 public final int glyphOffset(int glyphId) { in glyphOffset() 317 public abstract int glyphStartOffset(int glyphId); in glyphStartOffset() 325 public abstract int glyphLength(int glyphId); in glyphLength() [all …]
|
| D | BitmapGlyphInfo.java | 27 private final int glyphId; field in BitmapGlyphInfo 44 public BitmapGlyphInfo(int glyphId, int blockOffset, int startOffset, int length, int format) { in BitmapGlyphInfo() 62 public BitmapGlyphInfo(int glyphId, int startOffset, int length, int format) { in BitmapGlyphInfo() 71 public int glyphId() { in glyphId() method in BitmapGlyphInfo
|
| D | IndexSubTableFormat2.java | 55 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 61 public int glyphLength(int glyphId) { in glyphLength() 110 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 116 public int glyphLength(int glyphId) { in glyphLength() 140 private int glyphId; field in IndexSubTableFormat2.Builder.BitmapGlyphInfoIterator
|
| D | IndexSubTableFormat3.java | 46 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 52 public int glyphLength(int glyphId) { in glyphLength() 108 public int glyphLength(int glyphId) { in glyphLength() 115 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 156 private int glyphId; field in IndexSubTableFormat3.Builder.BitmapGlyphInfoIterator
|
| D | IndexSubTableFormat1.java | 46 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 52 public int glyphLength(int glyphId) { in glyphLength() 105 public int glyphLength(int glyphId) { in glyphLength() 112 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 152 private int glyphId; field in IndexSubTableFormat1.Builder.BitmapGlyphInfoIterator
|
| D | IndexSubTableFormat4.java | 52 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 64 public int glyphLength(int glyphId) { in glyphLength() 76 protected int findCodeOffsetPair(int glyphId) { in findCodeOffsetPair() 171 public int glyphLength(int glyphId) { in glyphLength() 182 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 225 private int findCodeOffsetPair(int glyphId) { in findCodeOffsetPair()
|
| D | IndexSubTableFormat5.java | 64 public int glyphStartOffset(int glyphId) { in glyphStartOffset() 76 public int glyphLength(int glyphId) { in glyphLength() 145 public int glyphLength(int glyphId) { in glyphLength() 150 public int glyphStartOffset(int glyphId) { in glyphStartOffset()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
| D | GlyphCoverage.java | 53 int glyphId = cmap.glyphId(c); in getGlyphCoverage() local 61 private static void touchGlyph(Font font, Set<Integer> coverage, int glyphId) { in touchGlyph() 88 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
| D | LocaTable.java | 69 public int glyphOffset(int glyphId) { in glyphOffset() 82 public int glyphLength(int glyphId) { in glyphLength() 224 private int checkGlyphRange(int glyphId) { in checkGlyphRange() 317 public int glyphOffset(int glyphId) { in glyphOffset() 331 public int glyphLength(int glyphId) { in glyphLength()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
| D | HorizontalMetricsTable.java | 102 public int advanceWidth(int glyphId) { in advanceWidth() 109 public int leftSideBearing(int glyphId) { in leftSideBearing()
|
| D | CMapFormat14.java | 21 public int glyphId(int character) { in glyphId() method in CMapFormat14
|
| D | CMapFormat0.java | 21 public int glyphId(int character) { in glyphId() method in CMapFormat0
|
| D | CMapFormat6.java | 27 public int glyphId(int character) { in glyphId() method in CMapFormat6
|
| D | CMapFormat10.java | 27 public int glyphId(int character) { in glyphId() method in CMapFormat10
|
| D | CMapFormat8.java | 36 public int glyphId(int character) { in glyphId() method in CMapFormat8
|
| D | CMapFormat12.java | 42 public int glyphId(int character) { in glyphId() method in CMapFormat12
|
| D | CMapFormat13.java | 41 public int glyphId(int character) { in glyphId() method in CMapFormat13
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | CMapTableBuilderTest.java | 45 int glyphId = entry.getValue(); in verifyCmap() local
|
| D | HintStripTest.java | 156 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph()
|
| D | RenumberingSubsetTest.java | 181 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph()
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/ |
| D | Issue28Tests.java | 39 int glyphId = locaTable.numGlyphs() - 1; in getLastGlyph() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
| D | CMapTableBuilder.java | 109 int glyphId = entry.getValue(); in getFormat4Segments() local
|
| /third_party/skia/src/ports/ |
| D | SkScalerContext_win_dw.cpp | 429 uint16_t glyphId = glyph->getGlyphID(); in generateAdvance() local 495 UINT16 glyphId = glyph->getGlyphID(); in getBoundingBox() local 571 UINT16 glyphId = glyph.getGlyphID(); in getColorGlyphRun() local 1245 UINT16 glyphId = SkTo<UINT16>(glyph); in generatePath() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
| D | GlyphTests.java | 122 int glyphId = cmap.glyphId(encChar); in checkTestSet() local
|