Home
last modified time | relevance | path

Searched refs:SkRegion_kRunTypeSentinel (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkRegionPriv.h33 static constexpr int SkRegion_kRunTypeSentinel = 0x7FFFFFFF; variable
36 return value == (int32_t)SkRegion_kRunTypeSentinel; in SkRegionValueIsSentinel()
48 while (*curr < SkRegion_kRunTypeSentinel) { in compute_intervalcount()
50 SkASSERT(curr[1] < SkRegion_kRunTypeSentinel); in compute_intervalcount()
148 SkASSERT(runs[0] < SkRegion_kRunTypeSentinel); in SkipEntireScanline()
151 SkASSERT(runs[2 + intervals * 2] == SkRegion_kRunTypeSentinel); in SkipEntireScanline()
183 SkASSERT(bottom < SkRegion_kRunTypeSentinel); in findScanline()
205 SkASSERT(bot < SkRegion_kRunTypeSentinel); in computeRunBounds()
210 SkASSERT(intervals < SkRegion_kRunTypeSentinel); in computeRunBounds()
220 SkASSERT(L < SkRegion_kRunTypeSentinel); in computeRunBounds()
[all …]
DSkRegion.cpp81 SkASSERT(runs[1] < SkRegion_kRunTypeSentinel); in skip_intervals()
84 SkASSERT(SkRegion_kRunTypeSentinel == runs[0]); in skip_intervals()
186 SkRegion_kRunTypeSentinel == r.right() || in setRect()
187 SkRegion_kRunTypeSentinel == r.bottom()) { in setRect()
289 if (runs[3] == SkRegion_kRunTypeSentinel) { // should be first left... in setRuns()
302 if (stop[-5] == SkRegion_kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs in setRuns()
303 stop[-4] = SkRegion_kRunTypeSentinel; // kill empty last span in setRuns()
352 runs[5] = SkRegion_kRunTypeSentinel; in BuildRectRuns()
353 runs[6] = SkRegion_kRunTypeSentinel; in BuildRectRuns()
465 tmpStorage[0] = SkRegion_kRunTypeSentinel; in getRuns()
[all …]
DSkRegion_path.cpp239 *runs++ = SkRegion_kRunTypeSentinel; in copyToRgn()
243 *runs = SkRegion_kRunTypeSentinel; in copyToRgn()
/external/skqp/src/core/
DSkRegionPriv.h33 static constexpr int SkRegion_kRunTypeSentinel = 0x7FFFFFFF; variable
36 return value == (int32_t)SkRegion_kRunTypeSentinel; in SkRegionValueIsSentinel()
48 while (*curr < SkRegion_kRunTypeSentinel) { in compute_intervalcount()
50 SkASSERT(curr[1] < SkRegion_kRunTypeSentinel); in compute_intervalcount()
148 SkASSERT(runs[0] < SkRegion_kRunTypeSentinel); in SkipEntireScanline()
151 SkASSERT(runs[2 + intervals * 2] == SkRegion_kRunTypeSentinel); in SkipEntireScanline()
183 SkASSERT(bottom < SkRegion_kRunTypeSentinel); in findScanline()
205 SkASSERT(bot < SkRegion_kRunTypeSentinel); in computeRunBounds()
210 SkASSERT(intervals < SkRegion_kRunTypeSentinel); in computeRunBounds()
220 SkASSERT(L < SkRegion_kRunTypeSentinel); in computeRunBounds()
[all …]
DSkRegion.cpp82 SkASSERT(runs[1] < SkRegion_kRunTypeSentinel); in skip_intervals()
85 SkASSERT(SkRegion_kRunTypeSentinel == runs[0]); in skip_intervals()
187 SkRegion_kRunTypeSentinel == r.right() || in setRect()
188 SkRegion_kRunTypeSentinel == r.bottom()) { in setRect()
290 if (runs[3] == SkRegion_kRunTypeSentinel) { // should be first left... in setRuns()
303 if (stop[-5] == SkRegion_kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs in setRuns()
304 stop[-4] = SkRegion_kRunTypeSentinel; // kill empty last span in setRuns()
353 runs[5] = SkRegion_kRunTypeSentinel; in BuildRectRuns()
354 runs[6] = SkRegion_kRunTypeSentinel; in BuildRectRuns()
466 tmpStorage[0] = SkRegion_kRunTypeSentinel; in getRuns()
[all …]
DSkRegion_path.cpp239 *runs++ = SkRegion_kRunTypeSentinel; in copyToRgn()
243 *runs = SkRegion_kRunTypeSentinel; in copyToRgn()