HomeSort by relevance Sort by last modified time
    Searched refs:intersections (Results 26 - 35 of 35) sorted by null

12

  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 343 SkIntersections intersections; local
344 intersections.intersect(cubic1, cubic2);
345 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2);
348 for (int pt3 = 0; pt3 < intersections.used(); ++pt3) {
349 tt1 = intersections[0][pt3];
351 tt2 = intersections[1][pt3];
353 const SkDPoint& iPt = intersections.pt(pt3);
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 139 Intersections& intersections) {
142 return intersect(aLine, bLine, intersections);
146 Intersections& intersections) {
149 return intersect(aQuad, bLine, intersections);
153 Intersections& intersections) {
156 return intersect(aCubic, bLine, intersections);
160 Intersections& intersections)
    [all...]
EdgeWalker.cpp 64 Intersections& intersections) {
67 return intersect(aLine, bLine, intersections);
71 Intersections& intersections) {
74 intersect(aQuad, bLine, intersections);
75 return intersections.fUsed;
79 Intersections& intersections) {
83 return intersect(aCubic, bLine, intersections);
    [all...]
thingsToDo.txt 124 has an extra segment when the intersections are computed, this may not be as
137 Since intersecting these rays is unrelated to computing other intersections,
151 On Quadratic (and Cubic) Intersections
  /external/skia/experimental/Intersection/
Simplify.cpp 139 Intersections& intersections) {
142 return intersect(aLine, bLine, intersections);
146 Intersections& intersections) {
149 return intersect(aQuad, bLine, intersections);
153 Intersections& intersections) {
156 return intersect(aCubic, bLine, intersections);
160 Intersections& intersections)
    [all...]
EdgeWalker.cpp 64 Intersections& intersections) {
67 return intersect(aLine, bLine, intersections);
71 Intersections& intersections) {
74 intersect(aQuad, bLine, intersections);
75 return intersections.fUsed;
79 Intersections& intersections) {
83 return intersect(aCubic, bLine, intersections);
    [all...]
thingsToDo.txt 124 has an extra segment when the intersections are computed, this may not be as
137 Since intersecting these rays is unrelated to computing other intersections,
151 On Quadratic (and Cubic) Intersections
  /external/chromium_org/tools/sheriffing/
buildinfo.js 42 /** Save data about failed tests to perform blamelist intersections. */
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 546 // after normal intersections have been computed
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 542 // after normal intersections have been computed
    [all...]

Completed in 1450 milliseconds

12