Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java58 private static final float GLYPH_1EM_WIDTH; field in TypefaceTest
74 GLYPH_1EM_WIDTH = measureText("b", typeface);
592 assertEquals(GLYPH_1EM_WIDTH, measureText("a", family), 0f); in testTypefaceCreate_withExactWeight()
594 assertEquals(GLYPH_1EM_WIDTH, measureText("c", family), 0f); in testTypefaceCreate_withExactWeight()
599 assertEquals(GLYPH_1EM_WIDTH, measureText("b", thinFamily), 0f); in testTypefaceCreate_withExactWeight()
600 assertEquals(GLYPH_1EM_WIDTH, measureText("c", thinFamily), 0f); in testTypefaceCreate_withExactWeight()
604 assertEquals(GLYPH_1EM_WIDTH, measureText("a", boldFamily), 0f); in testTypefaceCreate_withExactWeight()
605 assertEquals(GLYPH_1EM_WIDTH, measureText("b", boldFamily), 0f); in testTypefaceCreate_withExactWeight()
623 assertEquals(GLYPH_1EM_WIDTH, measureText("b", family), 0f); in testTypefaceCreate_withExactStyle()
624 assertEquals(GLYPH_1EM_WIDTH, measureText("c", family), 0f); in testTypefaceCreate_withExactStyle()
[all …]