Lines Matching defs:p0
39 Sk2f p0 = Sk2f::Load(P); in lineTo() local
44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) { in appendLine()
64 static inline bool are_collinear(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in are_collinear()
139 Sk2f p0 = Sk2f::Load(P); in quadraticTo() local
153 inline void GrCCFillGeometry::appendQuadratics(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2) { in appendQuadratics()
191 inline void GrCCFillGeometry::appendMonotonicQuadratic(const Sk2f& p0, const Sk2f& p1, in appendMonotonicQuadratic()
219 static inline void get_cubic_tangents(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in get_cubic_tangents()
225 static inline bool is_cubic_nearly_quadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in is_cubic_nearly_quadratic()
471 Sk2f p0 = Sk2f::Load(P); in cubicTo() local
477 Sk2f p0 = Sk2f::Load(P); in cubicTo() local
529 static inline void chop_cubic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, const Sk2f& p3, in chop_cubic()
540 void GrCCFillGeometry::appendCubics(AppendCubicMode mode, const Sk2f& p0, const Sk2f& p1, in appendCubics()
575 void GrCCFillGeometry::appendCubics(AppendCubicMode mode, const Sk2f& p0, const Sk2f& p1, in appendCubics()
671 inline void GrCCFillGeometry::chopAndAppendCubicAtMidTangent(AppendCubicMode mode, const Sk2f& p0, in chopAndAppendCubicAtMidTangent()
696 Sk2f p0 = Sk2f::Load(P); in conicTo() local
742 void GrCCFillGeometry::appendMonotonicConic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in appendMonotonicConic()