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

/external/skia/src/utils/
H A DSkCullPoints.cpp35 const SkIPoint* rAsQuad = fAsQuad; local
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 339 milliseconds