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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2208 ActiveEdge* activePtr, ActiveEdge* firstCoincident) {
2220 SkDebugf("%s edge=%d 2 set skip=false\n", __FUNCTION__, firstCoincident->ID());
2222 firstCoincident->fSkip = false;
2370 ActiveEdge* firstCoincident = NULL; local
2379 if (!firstCoincident) {
2380 firstCoincident = activePtr;
2422 } else if (firstCoincident) {
2424 activePtr, firstCoincident);
2425 firstCoincident = NULL;
2429 if (firstCoincident) {
2207 skipCoincidence(int lastWinding, int winding, int windingMask, ActiveEdge* activePtr, ActiveEdge* firstCoincident) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2208 ActiveEdge* activePtr, ActiveEdge* firstCoincident) {
2220 SkDebugf("%s edge=%d 2 set skip=false\n", __FUNCTION__, firstCoincident->ID());
2222 firstCoincident->fSkip = false;
2370 ActiveEdge* firstCoincident = NULL; local
2379 if (!firstCoincident) {
2380 firstCoincident = activePtr;
2422 } else if (firstCoincident) {
2424 activePtr, firstCoincident);
2425 firstCoincident = NULL;
2429 if (firstCoincident) {
2207 skipCoincidence(int lastWinding, int winding, int windingMask, ActiveEdge* activePtr, ActiveEdge* firstCoincident) argument
[all...]

Completed in 968 milliseconds