Searched refs:kRunTypeSentinel (Results 1 – 4 of 4) sorted by relevance
17 SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel)27 while (*curr < SkRegion::kRunTypeSentinel) { in compute_intervalcount()29 SkASSERT(curr[1] < SkRegion::kRunTypeSentinel); in compute_intervalcount()125 SkASSERT(runs[0] < SkRegion::kRunTypeSentinel); in SkipEntireScanline()128 SkASSERT(runs[2 + intervals * 2] == SkRegion::kRunTypeSentinel); in SkipEntireScanline()160 SkASSERT(bottom < SkRegion::kRunTypeSentinel); in findScanline()182 SkASSERT(bot < SkRegion::kRunTypeSentinel); in computeRunBounds()187 SkASSERT(intervals < SkRegion::kRunTypeSentinel); in computeRunBounds()197 SkASSERT(L < SkRegion::kRunTypeSentinel); in computeRunBounds()204 SkASSERT(R < SkRegion::kRunTypeSentinel); in computeRunBounds()[all …]
38 SkASSERT(runs[1] < SkRegion::kRunTypeSentinel);41 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()307 runs[5] = kRunTypeSentinel; in BuildRectRuns()308 runs[6] = kRunTypeSentinel; in BuildRectRuns()420 tmpStorage[0] = kRunTypeSentinel; in getRuns()562 if (bottom == kRunTypeSentinel) { in translate()569 if (x == kRunTypeSentinel) { in translate()[all …]
236 *runs++ = SkRegion::kRunTypeSentinel; in copyToRgn()240 *runs = SkRegion::kRunTypeSentinel; in copyToRgn()
34 kRunTypeSentinel = 0x7FFFFFFF enumerator