Lines Matching refs:nextRange
27 fuzz->nextRange(&str[i], 0x20, 0x7E); // printable ASCII
39 fuzz->nextRange(&tmp_u8, 0, (int)SkBlendMode::kLastMode);
49 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap);
52 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Join);
62 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kStrokeAndFill_Style);
68 fuzz->nextRange(&colorType, 0, (int)kLastEnum_SkColorType);
99 fuzz->nextRange(&x, 1, kMaxX);
100 fuzz->nextRange(&y, 1, kMaxY);
207 fuzz->nextRange(&i, 0, 10); // set i to number of operations to perform
211 fuzz->nextRange(&j, 0, 5); // set j to choose operation to perform
271 fuzz->nextRange(&x, 0, 1);