Home | History | Annotate | Download | only in tests

Lines Matching defs:c1

303     SkDConic c1, c2;
304 c1.debugSet(conic1.fPts.fPts, conic1.fWeight);
306 chopBothWays(c1, 0.5, "c1");
309 writeDPng(c1, "d1");
312 SkASSERT(ValidConic(c1));
315 intersections.intersect(c1, c2);
324 xy1 = c1.ptAtT(tt1);
336 const ConicPts& c1 = testSet[outer];
338 oneOff(reporter, c1, c2, false);