Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java260 float widthCustomTypeface = measureText(testString, typeface); in testInvalidCmapFont() local
261 assertEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testInvalidCmapFont()
271 float widthCustomTypeface = measureText(testString, typeface); in testInvalidCmapFont2() local
272 assertEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testInvalidCmapFont2()
304 final float widthCustomTypeface = measureText(testString, typeface); in testInvalidCmapFont_unsortedEntries() local
305 assertEquals(widthDefaultTypeface, widthCustomTypeface, 0.0f); in testInvalidCmapFont_unsortedEntries()
319 final float widthCustomTypeface = measureText(testString, typeface); in testInvalidCmapFont_unsortedEntries() local
320 assertEquals(widthDefaultTypeface, widthCustomTypeface, 0.0f); in testInvalidCmapFont_unsortedEntries()
548 float widthCustomTypeface = measureText(testString, typeface); in testTypeface_SupportedCmapEncodingTest() local
551 assertNotEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testTypeface_SupportedCmapEncodingTest()