Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp404 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
[all …]
DGrCCStroker.cpp425 void appendJoin(Verb joinVerb, const SkPoint& center, const SkVector& leftNorm, in appendJoin() argument
441 if (!GrCCStrokeGeometry::IsInternalJoinVerb(joinVerb)) { in appendJoin()
445 if (Verb::kBevelJoin == joinVerb) { in appendJoin()
456 if (Verb::kInternalBevelJoin == joinVerb) { in appendJoin()
468 if (Verb::kMiterJoin == joinVerb) { in appendJoin()
472 SkASSERT(Verb::kRoundJoin == joinVerb || Verb::kInternalRoundJoin == joinVerb); in appendJoin()
475 if (Verb::kInternalRoundJoin == joinVerb) { in appendJoin()