Home | History | Annotate | Download | only in ops

Lines Matching full:curve

29 // dot product below which we use a round cap between curve segments
32 // dot product above which we consider two adjacent curves to be part of the "same" curve
72 CurveState curve) {
79 *fCurveState.push() = curve;
528 CurveState curve = fCurveState[originalIdx];
532 int perp1Idx = this->addPt(perp1, -outset, coverage, false, curve);
540 perp2Idx = this->addPt(perp2, -outset, coverage, false, curve);
544 if (curve == kCurve_CurveState) {
902 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) {
921 this->addPt(p, 0.0f, initialRingCoverage, false, curve);
930 void GrAAConvexTessellator::lineTo(const SkMatrix& m, SkPoint p, CurveState curve) {
932 this->lineTo(p, curve);