Searched refs:add_intercept (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, function
213 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
221 if (add_intercept(q1, q2, tMin, tsFound[split - 1], i, subDivide)) {
227 if (add_intercept(q1, q2, tsFound[split], tMax, i, subDivide)) {
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, function
213 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
221 if (add_intercept(q1, q2, tMin, tsFound[split - 1], i, subDivide)) {
227 if (add_intercept(q1, q2, tsFound[split], tMax, i, subDivide)) {

Completed in 345 milliseconds