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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h 59 return fUnsortable;
87 mutable bool fUnsortable; // this alone is editable by the less than operator
SkOpAngle.cpp 152 if (fUnsortable || rh.fUnsortable) {
154 return COMPARE_RESULT("11 fUnsortable || rh.fUnsortable", this < &rh);
163 fUnsortable = true;
167 fUnsortable = true;
199 fUnsortable = true;
274 fUnsortable = false;
282 if ((fUnsortable = smaller > 0 && tinyCheck == 0)) {
291 if ((fUnsortable = larger < max && tinyCheck == max))
    [all...]
  /external/skia/src/pathops/
SkOpAngle.h 59 return fUnsortable;
87 mutable bool fUnsortable; // this alone is editable by the less than operator
SkOpAngle.cpp 152 if (fUnsortable || rh.fUnsortable) {
154 return COMPARE_RESULT("11 fUnsortable || rh.fUnsortable", this < &rh);
163 fUnsortable = true;
167 fUnsortable = true;
199 fUnsortable = true;
274 fUnsortable = false;
282 if ((fUnsortable = smaller > 0 && tinyCheck == 0)) {
291 if ((fUnsortable = larger < max && tinyCheck == max))
    [all...]

Completed in 1211 milliseconds