Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp921 SkPoint randomPts[25]; in test_raw_iter() local
924 randomPts[i*5+j].set(SK_Scalar1*i, SK_Scalar1*j); in test_raw_iter()
949 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
962 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25]; 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()
985 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
986 expectedPts[numPoints + 1] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()
987 expectedPts[numPoints + 2] = randomPts[(rand.nextU() >> 16) % 25]; in test_raw_iter()