Searched refs:iPt (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 415 const SkDPoint& iPt = intersections.pt(pt3); in oneOff() local 418 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff() 419 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 421 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 422 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff()
|
D | PathOpsConicIntersectionTest.cpp | 322 const SkDPoint& iPt = intersections.pt(pt3); in oneOff() local 323 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 324 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff()
|
/external/skia/src/pathops/ |
D | SkIntersections.cpp | 18 const SkDPoint& iPt = fPt[index]; in closestTo() local 19 double dist = testPt.distanceSquared(iPt); in closestTo()
|
D | SkPathOpsCommon.cpp | 256 const SkPoint& iPt = iIndex & 1 ? iContour->end() : iContour->start(); in Assemble() local 257 double dx = iPt.fX - oPt.fX; in Assemble() 258 double dy = iPt.fY - oPt.fY; in Assemble()
|
D | SkPathOpsTSect.h | 1396 const SkDPoint& iPt = oppRayI.pt(closeIndex); in linesIntersect() local 1399 && oppIPt.approximatelyEqual(iPt)) { in linesIntersect() 1403 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect()
|