Searched defs:closeCall (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp361 bool closeCall) {
366 newEdge.fCloseCall = closeCall;
2302 bool closeCall = false; local
2305 || (closeCall = activePtr->tooCloseToCall(nextPtr))) {
2307 activePtr->fCloseCall = nextPtr->fCloseCall = closeCall;
360 addCurve(const SkPoint line[4], SkPath::Verb verb, int id, bool closeCall) argument
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp361 bool closeCall) {
366 newEdge.fCloseCall = closeCall;
2302 bool closeCall = false; local
2305 || (closeCall = activePtr->tooCloseToCall(nextPtr))) {
2307 activePtr->fCloseCall = nextPtr->fCloseCall = closeCall;
360 addCurve(const SkPoint line[4], SkPath::Verb verb, int id, bool closeCall) argument

Completed in 91 milliseconds