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

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