Home | History | Annotate | Download | only in pathops

Lines Matching refs:scratch

255     SkDVector scratch[2];
260 scratch[0] = fCurvePart[1] - fCurvePart[0];
261 sweep = &scratch[0];
266 scratch[1] = rh.fCurvePart[1] - rh.fCurvePart[0];
267 tweep = &scratch[1];
582 SkDVector scratch[2];
587 scratch[0] = angle->fCurvePart[1] - angle->fCurvePart[0];
588 sweep = &scratch[0];