Home
last modified time | relevance | path

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 DHintStripTest.java101 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 DRenumberingSubsetTest.java126 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 DGlyphCoverage.java64 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 DGrStrikeCache.h27 GrGlyph* getGlyph(SkPackedGlyphID);
H A DGrStrikeCache.cpp44 GrGlyph* GrTextStrike::getGlyph(SkPackedGlyphID packedGlyphID) { in getGlyph() function in GrTextStrike
H A DGrTextBlob.cpp368 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 DGlyph.java62 // static <T extends Glyph> T getGlyph(
71 static Glyph getGlyph( in getGlyph() method in Glyph
H A DGlyphTable.java72 return Glyph.getGlyph(this, this.data, offset, length); in glyph()

Completed in 10 milliseconds