Searched refs:getGlyph (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | HintStripTest.java | 101 Glyph glyph = getGlyph(dstFont, 67); in testSimpleGlyph1() 122 Glyph glyph = getGlyph(dstFont, 68); in testSimpleGlyph2() 135 Glyph glyph = getGlyph(dstFont, 162); in testCompositeGlyph() 156 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph() method in HintStripTest
|
H A D | RenumberingSubsetTest.java | 126 Glyph glyph = getGlyph(dstFont, 1); in testSimpleGlyph1() 147 Glyph glyph = getGlyph(dstFont, 2); in testSimpleGlyph2() 160 Glyph glyph = getGlyph(dstFont, 3); in testCompositeGlyph() 181 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph() method in RenumberingSubsetTest
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | GlyphCoverage.java | 64 Glyph glyph = getGlyph(font, glyphId); in touchGlyph() 88 private static Glyph getGlyph(Font font, int glyphId) { in getGlyph() method in GlyphCoverage
|
/third_party/skia/src/gpu/text/ |
H A D | GrStrikeCache.h | 27 GrGlyph* getGlyph(SkPackedGlyphID);
|
H A D | GrStrikeCache.cpp | 44 GrGlyph* GrTextStrike::getGlyph(SkPackedGlyphID packedGlyphID) { in getGlyph() function in GrTextStrike
|
H A D | GrTextBlob.cpp | 368 variant.grGlyph = fGrStrike->getGlyph(variant.packedGlyphID); in packedGlyphIDToGrGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | Glyph.java | 62 // static <T extends Glyph> T getGlyph( 71 static Glyph getGlyph( in getGlyph() method in Glyph
|
H A D | GlyphTable.java | 72 return Glyph.getGlyph(this, this.data, offset, length); in glyph()
|
Completed in 8 milliseconds