Home
last modified time | relevance | path

Searched refs:glyphID (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java1098 int glyphID = 1; // See a3em.ttx file for the Glyph ID. in getBoundingBox() local
1101 float advance = font.getGlyphBounds(glyphID, paint, rect); in getBoundingBox()