Home
last modified time | relevance | path

Searched defs:glyphId (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DBitmapSizeTable.java104 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 …]
DIndexSubTable.java83 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 …]
DBitmapGlyphInfo.java27 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
DIndexSubTableFormat2.java55 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
DIndexSubTableFormat3.java46 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
DIndexSubTableFormat1.java46 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
DIndexSubTableFormat4.java52 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()
DIndexSubTableFormat5.java64 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/
DGlyphCoverage.java53 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/
DLocaTable.java69 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/
DHorizontalMetricsTable.java102 public int advanceWidth(int glyphId) { in advanceWidth()
109 public int leftSideBearing(int glyphId) { in leftSideBearing()
DCMapFormat14.java21 public int glyphId(int character) { in glyphId() method in CMapFormat14
DCMapFormat0.java21 public int glyphId(int character) { in glyphId() method in CMapFormat0
DCMapFormat6.java27 public int glyphId(int character) { in glyphId() method in CMapFormat6
DCMapFormat10.java27 public int glyphId(int character) { in glyphId() method in CMapFormat10
DCMapFormat8.java36 public int glyphId(int character) { in glyphId() method in CMapFormat8
DCMapFormat12.java42 public int glyphId(int character) { in glyphId() method in CMapFormat12
DCMapFormat13.java41 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/
DCMapTableBuilderTest.java45 int glyphId = entry.getValue(); in verifyCmap() local
DHintStripTest.java156 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph()
DRenumberingSubsetTest.java181 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/
DIssue28Tests.java39 int glyphId = locaTable.numGlyphs() - 1; in getLastGlyph() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DCMapTableBuilder.java109 int glyphId = entry.getValue(); in getFormat4Segments() local
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp429 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/
DGlyphTests.java122 int glyphId = cmap.glyphId(encChar); in checkTestSet() local

12