Home
last modified time | relevance | path

Searched refs:kRunTypeSentinel (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRegion.cpp30 while (runs[0] != SkRegion::kRunTypeSentinel)
48 if (bot == SkRegion::kRunTypeSentinel || *runs == SkRegion::kRunTypeSentinel) in find_y()
86 if (*runs < SkRegion::kRunTypeSentinel) in ComputeRunBounds()
96 } while (runs[0] < SkRegion::kRunTypeSentinel); in ComputeRunBounds()
241 } while (runs[0] < SkRegion::kRunTypeSentinel); in count_runtype_values()
267 if (runs[2] == SkRegion::kRunTypeSentinel) // should be first left... in setRuns()
280 if (stop[-4] == SkRegion::kRunTypeSentinel) // eek, stop[-3] was a bottom with no x-runs in setRuns()
282 stop[-3] = SkRegion::kRunTypeSentinel; // kill empty last span in setRuns()
311 while (*r < SkRegion::kRunTypeSentinel) in setRuns()
314 while (*r < SkRegion::kRunTypeSentinel) in setRuns()
[all …]
DSkRegionPriv.h25 SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel)
DSkRegion_path.cpp205 *runs++ = SkRegion::kRunTypeSentinel; in copyToRgn()
209 *runs = SkRegion::kRunTypeSentinel; in copyToRgn()
/external/skia/include/core/
DSkRegion.h41 kRunTypeSentinel = 0x7FFFFFFF enumerator