Home
last modified time | relevance | path

Searched refs:rotateTo (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp161 this->rotateTo(leftJoinVerb, normals[0]); in quadraticTo()
163 this->rotateTo(Verb::kInternalRoundJoin, normals[1]); in quadraticTo()
210 this->rotateTo(leftJoinVerb, normals[0]); in quadraticTo()
219 this->rotateTo(Verb::kInternalRoundJoin, normals[1]); in quadraticTo()
289 this->rotateTo(leftJoinVerb, normals[0]); in cubicTo()
291 this->rotateTo(Verb::kInternalRoundJoin, normals[1]); in cubicTo()
350 this->rotateTo(leftJoinVerb, normals[0]); in cubicTo()
361 this->rotateTo(Verb::kInternalRoundJoin, normals[1]); in cubicTo()
399 void GrCCStrokeGeometry::rotateTo(Verb leftJoinVerb, SkVector normal) { in rotateTo() function in GrCCStrokeGeometry
456 this->rotateTo(joinVerb, SkVector::Make(-bisect[1], bisect[0])); in recordLeftJoinIfNotEmpty()
[all …]
DGrCCStrokeGeometry.h107 void rotateTo(Verb leftJoinVerb, SkVector normal);