Lines Matching defs:useMatrix
177 bool useMatrix;
198 fuzz->next(&useMatrix);
199 if (useMatrix) {
202 return img->makeShader(tmX, tmY, SkSamplingOptions(), useMatrix ? &matrix : nullptr);
222 fuzz->next(&useMatrix, &useTile);
223 if (useMatrix) {
230 useMatrix ? &matrix : nullptr, useTile ? &tile : nullptr);
247 fuzz->next(&useMatrix, &usePos);
248 if (useMatrix) {
255 tmX, 0, useMatrix ? &matrix : nullptr);
266 fuzz->next(&useMatrix, &usePos, ¢er, &radius);
269 if (useMatrix) {
276 colorCount, tmX, 0, useMatrix ? &matrix : nullptr);
287 fuzz->next(&useMatrix, &usePos, &startRadius, &endRadius, &start, &end);
290 if (useMatrix) {
298 useMatrix ? &matrix : nullptr);
307 fuzz->next(&cx, &cy, &useMatrix, &usePos);
310 if (useMatrix) {
317 0, useMatrix ? &matrix : nullptr);
1368 bool usePaint, useMatrix;
1369 fuzz->next(&usePaint, &useMatrix);
1373 if (useMatrix) {
1377 canvas->drawPicture(pic, useMatrix ? &matrix : nullptr,