/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 | 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 | 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 | 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/flutter/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/flutter/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/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/flutter/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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-colr-table.hh | 49 GlyphID glyphId; /* Glyph ID of layer glyph */ member 76 GlyphID glyphId; /* Glyph ID of reference glyph */ member
|
/third_party/flutter/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()
|
/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()
|
/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
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
D | CMapTableBuilderTest.java | 45 int glyphId = entry.getValue(); in verifyCmap() local
|