Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.h95 enum class AppendCubicMode : bool { enum
99 void appendCubics(AppendCubicMode, const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
102 void appendCubics(AppendCubicMode, const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
104 void chopAndAppendCubicAtMidTangent(AppendCubicMode, const Sk2f& p0, const Sk2f& p1,
DGrCCFillGeometry.cpp526 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()
548 AppendCubicMode rightMode = (AppendCubicMode)((bool)mode ^ (midChopIdx & 1) ^ 1); in appendCubics()
575 void GrCCFillGeometry::appendCubics(AppendCubicMode mode, const Sk2f& p0, const Sk2f& p1, in appendCubics()
581 if (AppendCubicMode::kApproximate == mode) { in appendCubics()
599 if (AppendCubicMode::kApproximate == mode) { in appendCubics()
671 inline void GrCCFillGeometry::chopAndAppendCubicAtMidTangent(AppendCubicMode mode, const Sk2f& p0, in chopAndAppendCubicAtMidTangent()