HomeSort by relevance Sort by last modified time
    Searched refs:curvePart (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpSegment.cpp 165 SkDCurveSweep curvePart;
166 start->segment()->subDivide(start, end, &curvePart.fCurve);
167 curvePart.setCurveHullSweep(fVerb);
168 SkPath::Verb verb = curvePart.isCurve() ? fVerb : SkPath::kLine_Verb;
175 path->quadTo(curvePart.fCurve.fQuad[1].asSkPoint(), end->ptT());
178 path->conicTo(curvePart.fCurve.fConic[1].asSkPoint(), end->ptT(),
179 curvePart.fCurve.fConic.fWeight);
182 path->cubicTo(curvePart.fCurve.fCubic[1].asSkPoint(),
183 curvePart.fCurve.fCubic[2].asSkPoint(), end->ptT());
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 74 milliseconds