Lines Matching refs:nextRange
36 fuzz->nextRange(&fillType, 0, (uint8_t)SkPath::kInverseEvenOdd_FillType); in FuzzNicePath()
39 fuzz->nextRange(&numOps, 0, maxOps); in FuzzNicePath()
49 fuzz->nextRange(&op, 0, PATH_OPERATIONS); in FuzzNicePath()
114 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
119 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
126 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
132 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
139 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
152 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
158 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
163 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
169 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
177 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath()
279 fuzz->nextRange(&vec.fX, 0.0f, 1.0f); in FuzzNiceRRect()
281 fuzz->nextRange(&vec.fY, 0.0f, 1.0f); in FuzzNiceRRect()
292 fuzz->nextRange(&matrixType, 0, 4); in FuzzNiceMatrix()
298 fuzz->nextRange(&buffer[0], -4000.0f, 4000.0f); in FuzzNiceMatrix()
299 fuzz->nextRange(&buffer[1], -4000.0f, 4000.0f); in FuzzNiceMatrix()
303 fuzz->nextRange(&buffer[0], -400.0f, 400.0f); in FuzzNiceMatrix()
304 fuzz->nextRange(&buffer[1], -400.0f, 400.0f); in FuzzNiceMatrix()
305 fuzz->nextRange(&buffer[2], -4000.0f, 4000.0f); in FuzzNiceMatrix()
306 fuzz->nextRange(&buffer[3], -4000.0f, 4000.0f); in FuzzNiceMatrix()
326 fuzz->nextRange(&N, 0, maxN); in FuzzNiceRegion()
331 fuzz->nextRange(&r.fLeft, -2147483646, 2147483646); in FuzzNiceRegion()
332 fuzz->nextRange(&r.fTop, -2147483646, 2147483646); in FuzzNiceRegion()
333 fuzz->nextRange(&r.fRight, -2147483646, 2147483646); in FuzzNiceRegion()
334 fuzz->nextRange(&r.fBottom, -2147483646, 2147483646); in FuzzNiceRegion()
336 fuzz->nextRange(&op, 0, SkRegion::kLastOp); in FuzzNiceRegion()