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.cpp13 static bool cross_product_is_neg(const SkIPoint& v, int dx, int dy) { function
46 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
48 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
/external/skia/src/utils/
H A DSkCullPoints.cpp13 static bool cross_product_is_neg(const SkIPoint& v, int dx, int dy) { function
46 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
48 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {

Completed in 84 milliseconds