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

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 353 const SkDPoint& iPt = intersections.pt(pt3);
356 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
357 iPt.fY, xy2.fX, xy2.fY, tt2);
359 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt));
360 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt));
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 563 const SkPoint& iPt = iIndex & 1 ? iContour.end() : iContour.start();
564 double dx = iPt.fX - oPt.fX;
565 double dy = iPt.fY - oPt.fY;
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 923 SkPoint iPt, ePt;
924 (*SegmentXYAtT[fVerb])(fPts, thisSpan.fT, &iPt);
927 index, iPt.fX, iPt.fY, fEnd, ePt.fX, ePt.fY);
940 SkPoint iPt, ePt;
941 (*SegmentXYAtT[fVerb])(fPts, startT, &iPt);
944 fStart, iPt.fX, iPt.fY, fEnd, ePt.fX, ePt.fY);
    [all...]

Completed in 101 milliseconds