Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegionPriv.h18 return value == (int32_t)SkRegion::kRunTypeSentinel; in SkRegionValueIsSentinel()
32 while (*curr < SkRegion::kRunTypeSentinel) { in compute_intervalcount()
34 SkASSERT(curr[1] < SkRegion::kRunTypeSentinel); in compute_intervalcount()
136 SkASSERT(runs[0] < SkRegion::kRunTypeSentinel); in SkipEntireScanline()
139 SkASSERT(runs[2 + intervals * 2] == SkRegion::kRunTypeSentinel); in SkipEntireScanline()
171 SkASSERT(bottom < SkRegion::kRunTypeSentinel); in findScanline()
193 SkASSERT(bot < SkRegion::kRunTypeSentinel); in computeRunBounds()
198 SkASSERT(intervals < SkRegion::kRunTypeSentinel); in computeRunBounds()
208 SkASSERT(L < SkRegion::kRunTypeSentinel); in computeRunBounds()
215 SkASSERT(R < SkRegion::kRunTypeSentinel); in computeRunBounds()
[all …]
DSkRegion.cpp37 SkASSERT(runs[1] < SkRegion::kRunTypeSentinel);
40 SkASSERT(SkRegion::kRunTypeSentinel == runs[0]);
250 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left... in setRuns()
263 if (stop[-5] == SkRegion::kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs in setRuns()
264 stop[-4] = SkRegion::kRunTypeSentinel; // kill empty last span in setRuns()
308 runs[5] = kRunTypeSentinel; in BuildRectRuns()
309 runs[6] = kRunTypeSentinel; in BuildRectRuns()
421 tmpStorage[0] = kRunTypeSentinel; in getRuns()
564 if (bottom == kRunTypeSentinel) { in translate()
571 if (x == kRunTypeSentinel) { in translate()
[all …]
DSkRegion_path.cpp235 *runs++ = SkRegion::kRunTypeSentinel; in copyToRgn()
239 *runs = SkRegion::kRunTypeSentinel; in copyToRgn()
/external/skia/include/core/
DSkRegion.h34 kRunTypeSentinel = 0x7FFFFFFF enumerator