Lines Matching refs:SkRandom
34 const SkMatrix& TestMatrix(SkRandom*);
35 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom*);
36 const SkMatrix& TestMatrixRectStaysRect(SkRandom*);
37 const SkMatrix& TestMatrixInvertible(SkRandom*);
38 const SkMatrix& TestMatrixPerspective(SkRandom*);
39 const SkRect& TestRect(SkRandom*);
40 const SkRect& TestSquare(SkRandom*);
41 const SkRRect& TestRRectSimple(SkRandom*);
42 const SkPath& TestPath(SkRandom*);
43 const SkPath& TestPathConvex(SkRandom*);
44 SkStrokeRec TestStrokeRec(SkRandom*);
46 void TestStyle(SkRandom*, GrStyle*);
47 sk_sp<SkColorSpace> TestColorSpace(SkRandom*);
48 sk_sp<GrColorSpaceXform> TestColorXform(SkRandom*);
87 static inline GrColor GrRandomColor(SkRandom* random) { in GrRandomColor()
125 static inline uint8_t GrRandomCoverage(SkRandom* random) { in GrRandomCoverage()