Lines Matching refs:joinVerb
404 void GrCCStrokeGeometry::recordLeftJoinIfNotEmpty(Verb joinVerb, SkVector nextNormal) { in recordLeftJoinIfNotEmpty() argument
411 if (Verb::kBevelJoin == joinVerb) { in recordLeftJoinIfNotEmpty()
423 this->recordBevelJoin(joinVerb); in recordLeftJoinIfNotEmpty()
439 if (Verb::kMiterJoin == joinVerb) { in recordLeftJoinIfNotEmpty()
449 SkASSERT(Verb::kRoundJoin == joinVerb || Verb::kInternalRoundJoin == joinVerb); in recordLeftJoinIfNotEmpty()
456 this->rotateTo(joinVerb, SkVector::Make(-bisect[1], bisect[0])); in recordLeftJoinIfNotEmpty()
457 this->recordLeftJoinIfNotEmpty(joinVerb, nextNormal); in recordLeftJoinIfNotEmpty()
472 this->recordBevelJoin(joinVerb); in recordLeftJoinIfNotEmpty()
477 this->recordRoundJoin(joinVerb, miterCapHeightOverWidth, w); in recordLeftJoinIfNotEmpty()
496 void GrCCStrokeGeometry::recordRoundJoin(Verb joinVerb, float miterCapHeightOverWidth, in recordRoundJoin() argument
498 fVerbs.push_back(joinVerb); in recordRoundJoin()
501 if (Verb::kRoundJoin == joinVerb) { in recordRoundJoin()
505 SkASSERT(Verb::kInternalRoundJoin == joinVerb); in recordRoundJoin()