Lines Matching refs:rotateTo
161 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()
520 this->rotateTo(fCurrStrokeJoinVerb,fNormals[fCurrContourFirstNormalIdx]); in closeContour()