Lines Matching refs:nextRange
28 fuzz->nextRange(&str[i], 0x20, 0x7E); // printable ASCII in init_string()
40 fuzz->nextRange(&tmp_u8, 0, (int)SkBlendMode::kLastMode); in init_paint()
50 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
53 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Join); in init_paint()
63 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kStrokeAndFill_Style); in init_paint()
69 fuzz->nextRange(&colorType, 0, (int)kLastEnum_SkColorType); in init_bitmap()
100 fuzz->nextRange(&x, 1, kMaxX); in init_surface()
101 fuzz->nextRange(&y, 1, kMaxY); in init_surface()
208 fuzz->nextRange(&i, 0, 10); // set i to number of operations to perform in fuzz_drawPath()
212 fuzz->nextRange(&j, 0, 5); // set j to choose operation to perform in fuzz_drawPath()
272 fuzz->nextRange(&x, 0, 1); in fuzz_drawImage()