Searched refs:cross_product_is_neg (Results 1 – 1 of 1) sorted by relevance
10 static bool cross_product_is_neg(const SkIPoint& v, int dx, int dy) { in cross_product_is_neg() function38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY); in sect_test()40 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) { in sect_test()