Lines Matching refs:sortable
937 bool sortable = SortAngles2(*angles, sorted); local
940 (*sorted)[0]->segment()->debugShowSort(__FUNCTION__, *sorted, 0, 0, 0, sortable);
943 if (!sortable) {
1528 bool sortable = calcWinding != SK_NaN32; local
1529 if (sortable && sorted.count() == 0) {
1536 SkASSERT(!sortable || firstIndex >= 0);
1538 debugShowSort(__FUNCTION__, sorted, firstIndex, sortable);
1540 if (!sortable) {
1659 bool sortable = calcWinding != SK_NaN32; local
1662 SkASSERT(!sortable || firstIndex >= 0);
1664 debugShowSort(__FUNCTION__, sorted, firstIndex, sortable);
1666 if (!sortable) {
1787 bool sortable = calcWinding != SK_NaN32; local
1790 SkASSERT(!sortable || firstIndex >= 0);
1792 debugShowSort(__FUNCTION__, sorted, firstIndex, 0, 0, sortable);
1794 if (!sortable) {
1913 bool sortable = SortAngles(angles, &sorted, SkOpSegment::kMayBeUnordered_SortAngleKind); local
1914 if (onlySortable && !sortable) {
1936 sorted[first]->segment()->debugShowSort(__FUNCTION__, sorted, first, 0, 0, sortable);
2647 bool sortable = true; local
2656 sortable &= !(angle.unsortable() || (orderKind == kMustBeOrdered_SortAngleKind
2659 if (sortable) {
2664 sortable = false;
2669 if (!sortable) {
2675 return sortable;
3111 const int oppContourWinding, bool sortable) const {
3115 if (!sortable) {
3124 SkASSERT(!sortable || angles.count() > 1);
3228 int first, bool sortable) { argument
3229 if (!sortable) {
3241 debugShowSort(fun, angles, first, winding, oppWinding, sortable);