Searched refs:testPt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp73 _Point testPt = {0.487, 0.337}; local
74 if (r1.contains(testPt) && r2.contains(testPt)) {
H A DSimplify.cpp2809 const SkPoint* testPt = &xyAtT(test);
2810 if (*matchPt != *testPt) {
2815 matchPt = testPt;
/external/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp73 _Point testPt = {0.487, 0.337}; local
74 if (r1.contains(testPt) && r2.contains(testPt)) {
H A DSimplify.cpp2809 const SkPoint* testPt = &xyAtT(test);
2810 if (*matchPt != *testPt) {
2815 matchPt = testPt;
/external/skia/src/pathops/
H A DSkOpSegment.cpp712 const SkPoint* testPt; local
720 testPt = &test->fPt;
732 TrackOutsidePair(&outsidePts, *testPt, *oTestPt);
736 } while (*testPt == test->fPt || precisely_equal(testT, test->fT));
748 TrackOutsidePair(&oOutsidePts, *oTestPt, *testPt);
780 TrackOutsidePair(&oOutsidePts, *oTestPt, *testPt);
1265 const SkPoint* testPt = &test->fPt;
1269 SkASSERT(AlmostEqualUlps(*testPt, *oTestPt));
1284 } while (*testPt == fTs[index].fPt);
1303 testPt
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp720 const SkPoint* testPt; local
728 testPt = &test->fPt;
740 TrackOutsidePair(&outsidePts, *testPt, *oTestPt);
744 } while (*testPt == test->fPt || precisely_equal(testT, test->fT));
756 TrackOutsidePair(&oOutsidePts, *oTestPt, *testPt);
788 TrackOutsidePair(&oOutsidePts, *oTestPt, *testPt);
1298 const SkPoint* testPt = &test->fPt;
1303 // SkASSERT(AlmostEqualUlps(*testPt, *oTestPt));
1321 } while (*testPt == fTs[index].fPt);
1340 testPt
[all...]

Completed in 193 milliseconds