Searched refs:midp0 (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCGeometry.cpp | 405 Sk2f midp0, midp1; // These hold the first two bezier points of the middle section, if needed. in cubicTo() local 428 midp0 = abcd1; in cubicTo() 452 this->appendMonotonicCubics(midp0, midp1, midp2, abcd2); in cubicTo()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCGeometry.cpp | 405 Sk2f midp0, midp1; // These hold the first two bezier points of the middle section, if needed. in cubicTo() local 428 midp0 = abcd1; in cubicTo() 452 this->appendMonotonicCubics(midp0, midp1, midp2, abcd2); in cubicTo()
|