Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGeometry.cpp757 static double calc_dot_cross_cubic(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2) { in calc_dot_cross_cubic() function
803 double A1 = calc_dot_cross_cubic(P[0], P[3], P[2]); in SkClassifyCubic()
804 double A2 = calc_dot_cross_cubic(P[1], P[0], P[3]); in SkClassifyCubic()
805 double A3 = calc_dot_cross_cubic(P[2], P[1], P[0]); in SkClassifyCubic()