Searched defs:bQuad (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h175 SkDQuad bQuad; local
176 bQuad.set(b);
178 return intersect(aQuad, bQuad);
/external/skia/src/pathops/
H A DSkIntersections.h175 SkDQuad bQuad; local
176 bQuad.set(b);
178 return intersect(aQuad, bQuad);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp89 const Quadratic bQuad = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}, {b[2].fX, b[2].fY}}; local
90 intersect2(aQuad, bQuad, intersections);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp89 const Quadratic bQuad = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}, {b[2].fX, b[2].fY}}; local
90 intersect2(aQuad, bQuad, intersections);

Completed in 318 milliseconds