Searched refs:lastTopLeft (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp127 SkPoint lastTopLeft; local
133 lastTopLeft = topLeft;
139 if (lastTopLeft.fX == SK_ScalarMin && lastTopLeft.fY == SK_ScalarMin) {
153 firstPass = !topUnsortable || lastTopLeft != topLeft;
H A DSkPathOpsSimplify.cpp17 SkPoint lastTopLeft; local
23 lastTopLeft = topLeft;
36 firstPass = !topUnsortable || lastTopLeft != topLeft;
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp127 SkPoint lastTopLeft; local
133 lastTopLeft = topLeft;
139 if (lastTopLeft.fX == SK_ScalarMin && lastTopLeft.fY == SK_ScalarMin) {
153 firstPass = !topUnsortable || lastTopLeft != topLeft;
H A DSkPathOpsSimplify.cpp17 SkPoint lastTopLeft; local
23 lastTopLeft = topLeft;
36 firstPass = !topUnsortable || lastTopLeft != topLeft;

Completed in 81 milliseconds