Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DDiscretePathEffectTest.java100 int lineLength = END_X - START_X; in testDiscretePathEffect() local
102 assertTrue(numGreenPixels >= lineLength); in testDiscretePathEffect()
108 assertTrue(intersect < lineLength); in testDiscretePathEffect()
110 assertTrue(intersect >= lineLength / SEGMENT_LENGTH); in testDiscretePathEffect()