Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java77 float[] approx = path.approximate(0.5f); in verifyPathApproximation() local
83 float lastX = approx[1]; in verifyPathApproximation()
84 float lastY = approx[2]; in verifyPathApproximation()
85 for (int i = 3; i < approx.length; i += 3) { in verifyPathApproximation()
86 float x = approx[i + 1]; in verifyPathApproximation()
87 float y = approx[i + 2]; in verifyPathApproximation()