Searched refs:cross_product_is_neg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp10 static bool cross_product_is_neg(const SkIPoint& v, int dx, int dy) { function
38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
40 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
/external/skia/src/utils/
H A DSkCullPoints.cpp10 static bool cross_product_is_neg(const SkIPoint& v, int dx, int dy) { function
38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
40 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {

Completed in 323 milliseconds