Lines Matching refs:SkRandom
21 static const SkMatrix& test_matrix(SkRandom* random,
54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); }
56 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) {
82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) {
108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); }
109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); }
111 void TestWrapModes(SkRandom* random, GrSamplerState::WrapMode wrapModes[2]) {
120 const SkRect& TestRect(SkRandom* random) {
136 const SkRect& TestSquare(SkRandom* random) {
147 const SkRRect& TestRRectSimple(SkRandom* random) {
165 const SkPath& TestPath(SkRandom* random) {
213 const SkPath& TestPathConvex(SkRandom* random) {
247 static void randomize_stroke_rec(SkStrokeRec* rec, SkRandom* random) {
258 SkStrokeRec TestStrokeRec(SkRandom* random) {
266 void TestStyle(SkRandom* random, GrStyle* style) {
312 sk_sp<SkColorSpace> TestColorSpace(SkRandom* random) {
326 sk_sp<GrColorSpaceXform> TestColorXform(SkRandom* random) {
354 GrColor RandomColor(SkRandom* random) {
391 uint8_t RandomCoverage(SkRandom* random) {