Searched refs:conicVals (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkDConicLineIntersection.cpp | 68 double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY }; in horizontalIntersect() local 69 return this->validT(conicVals, axisIntercept, roots); in horizontalIntersect() 82 SkDEBUGCODE(double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY }); in horizontalIntersect() 83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals)); in horizontalIntersect() 146 double conicVals[] = { fConic[0].fX, fConic[1].fX, fConic[2].fX }; in verticalIntersect() local 147 return this->validT(conicVals, axisIntercept, roots); in verticalIntersect() 160 SkDEBUGCODE(double conicVals[] = { fConic[0].fX, fConic[1].fX, fConic[2].fX }); in verticalIntersect() 161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals)); in verticalIntersect()
|
/external/skqp/src/pathops/ |
D | SkDConicLineIntersection.cpp | 68 double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY }; in horizontalIntersect() local 69 return this->validT(conicVals, axisIntercept, roots); in horizontalIntersect() 82 SkDEBUGCODE(double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY }); in horizontalIntersect() 83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals)); in horizontalIntersect() 146 double conicVals[] = { fConic[0].fX, fConic[1].fX, fConic[2].fX }; in verticalIntersect() local 147 return this->validT(conicVals, axisIntercept, roots); in verticalIntersect() 160 SkDEBUGCODE(double conicVals[] = { fConic[0].fX, fConic[1].fX, fConic[2].fX }); in verticalIntersect() 161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals)); in verticalIntersect()
|