Searched refs:iPt (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | PathOpsConicIntersectionTest.cpp | 46 const SkDPoint& iPt = intersections.pt(pt3); in oneOff() local 47 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 48 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff()
|
D | PathOpsCubicIntersectionTest.cpp | 413 const SkDPoint& iPt = intersections.pt(pt3); in oneOff() local 416 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff() 417 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 419 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 420 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 | 1285 const SkDPoint& iPt = oppRayI.pt(closeIndex); in linesIntersect() local 1288 && oppIPt.approximatelyEqual(iPt)) { in linesIntersect() 1292 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect()
|