Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp930 SkPoint expectedPts[31]; // May have leading moveTo in test_raw_iter() local
949 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
950 p.moveTo(expectedPts[numPoints]); in test_raw_iter()
951 lastMoveToPt = expectedPts[numPoints]; in test_raw_iter()
958 expectedPts[numPoints++] = lastMoveToPt; in test_raw_iter()
962 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
963 p.lineTo(expectedPts[numPoints]); in test_raw_iter()
969 expectedPts[numPoints++] = lastMoveToPt; in test_raw_iter()
973 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
974 expectedPts[numPoints + 1] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
[all …]