Searched refs:fCurrStrokeJoinVerb (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 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()
|
D | GrCCStrokeGeometry.h | 121 Verb fCurrStrokeJoinVerb; variable
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 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()
|
D | GrCCStrokeGeometry.h | 121 Verb fCurrStrokeJoinVerb; variable
|