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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1671 ActiveEdge thisWork = *this; local
1673 while ((thisWork.advanceT() || thisWork.advance())
1675 thisWork.calcLeft();
1677 if (thisWork < edgeWork) {
1680 if (edgeWork < thisWork) {
1693 ActiveEdge thisWork, edgeWork; local
1694 extractAboveBelow(thisWork);
1696 return edgeWork < thisWork;
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1671 ActiveEdge thisWork = *this; local
1673 while ((thisWork.advanceT() || thisWork.advance())
1675 thisWork.calcLeft();
1677 if (thisWork < edgeWork) {
1680 if (edgeWork < thisWork) {
1693 ActiveEdge thisWork, edgeWork; local
1694 extractAboveBelow(thisWork);
1696 return edgeWork < thisWork;

Completed in 68 milliseconds