HomeSort by relevance Sort by last modified time
    Searched refs:rAsQuad (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/utils/
SkCullPoints.cpp 43 const SkIPoint* rAsQuad = fAsQuad;
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/
SkCullPoints.cpp 43 const SkIPoint* rAsQuad = fAsQuad;
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 622 milliseconds