Home
last modified time | relevance | path

Searched defs:glyphId (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java61 private static void touchGlyph(Font font, Set<Integer> coverage, int glyphId) { in touchGlyph() argument
88 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat14.java21 public int glyphId(int character) { in glyphId() method in CMapFormat14
H A DCMapFormat0.java21 public int glyphId(int character) { in glyphId() method in CMapFormat0
H A DCMapFormat10.java27 public int glyphId(int character) { in glyphId() method in CMapFormat10
H A DCMapFormat12.java42 public int glyphId(int character) { in glyphId() method in CMapFormat12
H A DCMapFormat13.java41 public int glyphId(int character) { in glyphId() method in CMapFormat13
H A DCMapFormat2.java80 public int glyphId(int character) { in glyphId() method in CMapFormat2
H A DCMapFormat6.java27 public int glyphId(int character) { in glyphId() method in CMapFormat6
H A DCMapFormat8.java36 public int glyphId(int character) { in glyphId() method in CMapFormat8
H A DHorizontalMetricsTable.java102 public int advanceWidth(int glyphId) { in advanceWidth() argument
109 public int leftSideBearing(int glyphId) { in leftSideBearing() argument
H A DCMap.java206 public abstract int glyphId(int character); in glyphId() method in CMap
H A DCMapFormat4.java30 public int glyphId(int character) { in glyphId() method in CMapFormat4
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DHintStripTest.java156 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph() argument
H A DRenumberingSubsetTest.java181 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
H A DSFLint.java175 private void lintCompositeGlyph(Font font, CompositeGlyph glyph, int glyphId) { in lintCompositeGlyph() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapGlyphInfo.java27 private final int glyphId; field in BitmapGlyphInfo
44 public BitmapGlyphInfo(int glyphId, int blockOffset, int startOffset, int length, int format) { in BitmapGlyphInfo() argument
62 public BitmapGlyphInfo(int glyphId, int startOffset, int length, int format) { in BitmapGlyphInfo() argument
71 public int glyphId() { in glyphId() method in BitmapGlyphInfo
[all...]
H A DIndexSubTableFormat1.java46 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
52 public int glyphLength(int glyphId) { in glyphLength() argument
105 public int glyphLength(int glyphId) { in glyphLength() argument
112 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
152 private int glyphId; field in IndexSubTableFormat1.Builder.BitmapGlyphInfoIterator
[all...]
H A DIndexSubTableFormat2.java55 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
61 public int glyphLength(int glyphId) { in glyphLength() argument
110 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
116 public int glyphLength(int glyphId) { in glyphLength() argument
140 private int glyphId; field in IndexSubTableFormat2.Builder.BitmapGlyphInfoIterator
[all...]
H A DIndexSubTableFormat3.java46 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
52 public int glyphLength(int glyphId) { in glyphLength() argument
108 public int glyphLength(int glyphId) { in glyphLength() argument
115 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
156 private int glyphId; field in IndexSubTableFormat3.Builder.BitmapGlyphInfoIterator
[all...]
H A DIndexSubTable.java83 public BitmapGlyphInfo glyphInfo(int glyphId) { in glyphInfo() argument
96 public final int glyphOffset(int glyphId) { in glyphOffset() argument
110 public abstract int glyphStartOffset(int glyphId); in glyphStartOffset() argument
112 glyphLength(int glyphId) glyphLength() argument
116 checkGlyphRange(int glyphId, int firstGlyphId, int lastGlyphId) checkGlyphRange() argument
123 checkGlyphRange(int glyphId) checkGlyphRange() argument
295 glyphInfo(int glyphId) glyphInfo() argument
306 glyphOffset(int glyphId) glyphOffset() argument
317 glyphStartOffset(int glyphId) glyphStartOffset() argument
325 glyphLength(int glyphId) glyphLength() argument
336 checkGlyphRange(int glyphId) checkGlyphRange() argument
[all...]
H A DIndexSubTableFormat4.java52 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
64 public int glyphLength(int glyphId) { in glyphLength() argument
76 protected int findCodeOffsetPair(int glyphId) { in findCodeOffsetPair() argument
171 public int glyphLength(int glyphId) { in glyphLength() argument
182 glyphStartOffset(int glyphId) glyphStartOffset() argument
225 findCodeOffsetPair(int glyphId) findCodeOffsetPair() argument
[all...]
H A DIndexSubTableFormat5.java64 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
76 public int glyphLength(int glyphId) { in glyphLength() argument
145 public int glyphLength(int glyphId) { in glyphLength() argument
150 public int glyphStartOffset(int glyphId) { in glyphStartOffset() argument
[all...]
H A DBitmapSizeTable.java104 public BitmapGlyphInfo glyphInfo(int glyphId) { in glyphInfo() argument
112 public int glyphOffset(int glyphId) { in glyphOffset() argument
120 public int glyphLength(int glyphId) { in glyphLength() argument
128 public int glyphFormat(int glyphId) { in glyphFormat() argument
136 searchIndexSubTables(int glyphId) searchIndexSubTables() argument
145 linearSearchIndexSubTables(int glyphId) linearSearchIndexSubTables() argument
154 binarySearchIndexSubTables(int glyphId) binarySearchIndexSubTables() argument
337 glyphInfo(int glyphId) glyphInfo() argument
345 glyphOffset(int glyphId) glyphOffset() argument
353 glyphLength(int glyphId) glyphLength() argument
361 glyphFormat(int glyphId) glyphFormat() argument
429 searchIndexSubTables(int glyphId) searchIndexSubTables() argument
438 linearSearchIndexSubTables(int glyphId) linearSearchIndexSubTables() argument
449 binarySearchIndexSubTables(int glyphId) binarySearchIndexSubTables() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DLocaTable.java69 public int glyphOffset(int glyphId) { in glyphOffset() argument
82 public int glyphLength(int glyphId) { in glyphLength() argument
224 checkGlyphRange(int glyphId) checkGlyphRange() argument
317 glyphOffset(int glyphId) glyphOffset() argument
331 glyphLength(int glyphId) glyphLength() argument
[all...]
/third_party/skia/gm/
H A Dfontmgr.cpp235 SkGlyphID glyphId = i; in show_bounds() local

Completed in 12 milliseconds

12