Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp480 cubic1.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
481 cubic1.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
482 cubic2.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
483 cubic2.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
/external/skqp/tests/
DPathOpsCubicIntersectionTest.cpp480 cubic1.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
481 cubic1.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
482 cubic2.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
483 cubic2.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
/external/skia/src/pathops/
DSkPathOpsDebug.h64 #define SK_RAND(seed) rand() macro
66 #define SK_RAND(seed) rand_r(&seed) macro
/external/skqp/src/pathops/
DSkPathOpsDebug.h64 #define SK_RAND(seed) rand() macro
66 #define SK_RAND(seed) rand_r(&seed) macro