D | GrCCFillGeometry.cpp | 526 this->appendCubics(AppendCubicMode::kLiteral, p0, p1, p2, p3, chops.begin(), chops.count()); in cubicTo() 540 void GrCCFillGeometry::appendCubics(AppendCubicMode mode, const Sk2f& p0, const Sk2f& p1, in appendCubics() function in GrCCFillGeometry 552 this->appendCubics(rightMode, p0, p1, p2, p3, &chops[midChopIdx + 1], in appendCubics() 559 this->appendCubics(mode, p0, p1, p2, p3, chops, midChopIdx, localT0, localT1); in appendCubics() 566 this->appendCubics(mode, p0, p01, p02, pT, chops, midChopIdx, localT0, T); in appendCubics() 567 this->appendCubics(rightMode, pT, p11, p12, p3, &chops[midChopIdx + 1], in appendCubics() 572 this->appendCubics(mode, p0, p1, p2, p3); in appendCubics() 575 void GrCCFillGeometry::appendCubics(AppendCubicMode mode, const Sk2f& p0, const Sk2f& p1, in appendCubics() function in GrCCFillGeometry 689 this->appendCubics(mode, p0, p01, p02, pT, maxFutureSubdivisions); in chopAndAppendCubicAtMidTangent() 690 this->appendCubics(mode, pT, p11, p12, p3, maxFutureSubdivisions); in chopAndAppendCubicAtMidTangent()
|