Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java59 private static final float GLYPH_3EM_WIDTH; field in TypefaceTest
73 GLYPH_3EM_WIDTH = measureText("a", typeface);
593 assertEquals(GLYPH_3EM_WIDTH, measureText("b", family), 0f); in testTypefaceCreate_withExactWeight()
598 assertEquals(GLYPH_3EM_WIDTH, measureText("a", thinFamily), 0f); in testTypefaceCreate_withExactWeight()
606 assertEquals(GLYPH_3EM_WIDTH, measureText("c", boldFamily), 0f); in testTypefaceCreate_withExactWeight()
622 assertEquals(GLYPH_3EM_WIDTH, measureText("a", family), 0f); in testTypefaceCreate_withExactStyle()
629 assertEquals(GLYPH_3EM_WIDTH, measureText("b", italicFamily), 0f); in testTypefaceCreate_withExactStyle()
637 assertEquals(GLYPH_3EM_WIDTH, measureText("c", boldItalicFamily), 0f); in testTypefaceCreate_withExactStyle()