HomeSort by relevance Sort by last modified time
    Searched defs:aQuad (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 173 SkDQuad aQuad;
174 aQuad.set(a);
178 return intersect(aQuad, bQuad);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 72 const Quadratic aQuad = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY}};
74 intersect(aQuad, bLine, intersections);
88 const Quadratic aQuad = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY}};
90 intersect2(aQuad, bQuad, intersections);
112 const Quadratic aQuad = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY}};
113 return horizontalIntersect(aQuad, left, right, y, aRange);
183 const Quadratic aQuad = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY},
186 sub_divide(aQuad, startT, endT, dst);
234 const Quadratic aQuad = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY},
237 int order = reduceOrder(aQuad, dst, kReduceOrder_TreatAsFill)
    [all...]

Completed in 29 milliseconds