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

  /external/skia/src/pathops/
SkIntersections.cpp 10 int SkIntersections::closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt,
19 double dist = testPt.distanceSquared(iPt);
SkOpSegment.cpp 490 SkDPoint testPt = this->dPtAtT(t);
491 SkDLine testPerp = {{ testPt, testPt }};
503 double testDistSq = testPt.distanceSquared(i.pt(index));
    [all...]
SkOpAngle.cpp 241 const SkDPoint& testPt = fPart.fCurve[index];
242 double xCross = oLine.crossCheck(testPt - xOrigin);
243 double oCross = xLine.crossCheck(testPt - oOrigin);
    [all...]
SkIntersections.h 239 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 328 Point testPt;
336 PyMac_GetPoint, &testPt,
341 _rv = PtInIconID(testPt,
354 Point testPt;
362 PyMac_GetPoint, &testPt,
367 _rv = PtInIconSuite(testPt,
    [all...]

Completed in 533 milliseconds