Searched refs:widthDefaultTypeface (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | TypefaceTest.java | 259 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont() local 261 assertEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testInvalidCmapFont() 270 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont2() local 272 assertEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testInvalidCmapFont2() 303 final float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont_unsortedEntries() local 305 assertEquals(widthDefaultTypeface, widthCustomTypeface, 0.0f); in testInvalidCmapFont_unsortedEntries() 318 final float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont_unsortedEntries() local 320 assertEquals(widthDefaultTypeface, widthCustomTypeface, 0.0f); in testInvalidCmapFont_unsortedEntries() 547 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testTypeface_SupportedCmapEncodingTest() local 551 assertNotEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testTypeface_SupportedCmapEncodingTest()
|