Lines Matching defs:test
95 SkOpContour* test = &contourHead;
97 if (!test->count()) {
100 if (test->reversed()) {
101 test->toReversePath(&woundPath);
103 test->toPath(&woundPath);
105 } while ((test = test->next()));
134 SkPath* test = &fPathRefs[index];
135 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
140 if (test->isConvex()) {
141 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(*test);
149 ReversePath(test);
154 const SkRect& testBounds = test->getBounds();