Lines Matching refs:contour
242 SkOpContourHead contour;
243 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr));
244 contour.init(&state, false, false);
252 contour.addLine(data.fShortPts);
255 contour.addQuad(data.fShortPts);
258 contour.addCubic(data.fShortPts);
262 SkOpSegment* first = contour.first();
438 SkOpContourHead contour;
439 SkOpGlobalState state(&contour, &alloc SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr));
440 contour.init(&state, false, false);
449 contour.addLine(temp);
452 contour.addQuad(temp);
455 contour.addCubic(temp);
459 SkOpSegment* seg1 = contour.first();
504 SkOpContourHead contour;
505 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr));
506 contour.init(&state, false, false);
514 contour.addLine(modLinePts);
515 contour.addQuad(conicPts);
516 // contour.addConic(conicPts, 0.999935746f, &allocator);
517 SkOpSegment* first = contour.first();