Searched refs:fCurrStrokeJoinVerb (Results 1 – 2 of 2) sorted by relevance
73 fCurrStrokeJoinVerb = join_verb_from_join(stroke.getJoin()); in beginPath()77 if (Verb::kMiterJoin == fCurrStrokeJoinVerb) { in beginPath()105 this->lineTo(fCurrStrokeJoinVerb, pt); in lineTo()126 this->quadraticTo(fCurrStrokeJoinVerb, P, SkFindQuadMaxCurvature(P)); in quadraticTo()236 this->cubicTo(fCurrStrokeJoinVerb, P, in cubicTo()516 this->lineTo(fCurrStrokeJoinVerb, fPoints[fCurrContourFirstPtIdx]); in closeContour()520 this->rotateTo(fCurrStrokeJoinVerb,fNormals[fCurrContourFirstNormalIdx]); in closeContour()
121 Verb fCurrStrokeJoinVerb; variable