HomeSort by relevance Sort by last modified time
    Searched refs:lastTopLeft (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 127 SkPoint lastTopLeft;
133 lastTopLeft = topLeft;
139 if (lastTopLeft.fX == SK_ScalarMin && lastTopLeft.fY == SK_ScalarMin) {
153 firstPass = !topUnsortable || lastTopLeft != topLeft;
SkPathOpsSimplify.cpp 17 SkPoint lastTopLeft;
23 lastTopLeft = topLeft;
36 firstPass = !topUnsortable || lastTopLeft != topLeft;
  /external/skia/src/pathops/
SkPathOpsOp.cpp 127 SkPoint lastTopLeft;
133 lastTopLeft = topLeft;
139 if (lastTopLeft.fX == SK_ScalarMin && lastTopLeft.fY == SK_ScalarMin) {
153 firstPass = !topUnsortable || lastTopLeft != topLeft;
SkPathOpsSimplify.cpp 17 SkPoint lastTopLeft;
23 lastTopLeft = topLeft;
36 firstPass = !topUnsortable || lastTopLeft != topLeft;

Completed in 100 milliseconds