Lines Matching refs:nextRange
36 fuzz->nextRange(&fillType, 0, (uint8_t)SkPathFillType::kInverseEvenOdd); 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()
276 fuzz->nextRange(&vec.fX, 0.0f, 1.0f); in FuzzNiceRRect()
278 fuzz->nextRange(&vec.fY, 0.0f, 1.0f); in FuzzNiceRRect()
289 fuzz->nextRange(&matrixType, 0, 4); in FuzzNiceMatrix()
295 fuzz->nextRange(&buffer[0], -4000.0f, 4000.0f); in FuzzNiceMatrix()
296 fuzz->nextRange(&buffer[1], -4000.0f, 4000.0f); in FuzzNiceMatrix()
300 fuzz->nextRange(&buffer[0], -400.0f, 400.0f); in FuzzNiceMatrix()
301 fuzz->nextRange(&buffer[1], -400.0f, 400.0f); in FuzzNiceMatrix()
302 fuzz->nextRange(&buffer[2], -4000.0f, 4000.0f); in FuzzNiceMatrix()
303 fuzz->nextRange(&buffer[3], -4000.0f, 4000.0f); in FuzzNiceMatrix()
323 fuzz->nextRange(&N, 0, maxN); in FuzzNiceRegion()
328 fuzz->nextRange(&r.fLeft, -2147483646, 2147483646); in FuzzNiceRegion()
329 fuzz->nextRange(&r.fTop, -2147483646, 2147483646); in FuzzNiceRegion()
330 fuzz->nextRange(&r.fRight, -2147483646, 2147483646); in FuzzNiceRegion()
331 fuzz->nextRange(&r.fBottom, -2147483646, 2147483646); in FuzzNiceRegion()