HomeSort by relevance Sort by last modified time
    Searched refs:kRunTypeSentinel (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRegionPriv.h 17 SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel)
27 while (*curr < SkRegion::kRunTypeSentinel) {
29 SkASSERT(curr[1] < SkRegion::kRunTypeSentinel);
122 SkASSERT(runs[0] < SkRegion::kRunTypeSentinel);
125 SkASSERT(runs[2 + intervals * 2] == SkRegion::kRunTypeSentinel);
157 SkASSERT(bottom < SkRegion::kRunTypeSentinel);
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
184 SkASSERT(intervals < SkRegion::kRunTypeSentinel);
194 SkASSERT(L < SkRegion::kRunTypeSentinel);
201 SkASSERT(R < SkRegion::kRunTypeSentinel);
    [all...]
SkRegion.cpp 38 SkASSERT(runs[1] < SkRegion::kRunTypeSentinel);
41 SkASSERT(SkRegion::kRunTypeSentinel == runs[0]);
255 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left...
268 if (stop[-5] == SkRegion::kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs
269 stop[-4] = SkRegion::kRunTypeSentinel; // kill empty last span
312 runs[5] = kRunTypeSentinel;
313 runs[6] = kRunTypeSentinel;
425 tmpStorage[0] = kRunTypeSentinel;
567 if (bottom == kRunTypeSentinel) {
574 if (x == kRunTypeSentinel) {
    [all...]
SkRegion_rects.cpp 98 SkRegion::RunType nextY = SkRegion::kRunTypeSentinel;
166 *dst++ = SkRegion::kRunTypeSentinel;
169 *dst++ = SkRegion::kRunTypeSentinel;
SkRegion_path.cpp 212 *runs++ = SkRegion::kRunTypeSentinel;
216 *runs = SkRegion::kRunTypeSentinel;
  /external/skia/src/core/
SkRegionPriv.h 17 SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel)
27 while (*curr < SkRegion::kRunTypeSentinel) {
29 SkASSERT(curr[1] < SkRegion::kRunTypeSentinel);
122 SkASSERT(runs[0] < SkRegion::kRunTypeSentinel);
125 SkASSERT(runs[2 + intervals * 2] == SkRegion::kRunTypeSentinel);
157 SkASSERT(bottom < SkRegion::kRunTypeSentinel);
179 SkASSERT(bot < SkRegion::kRunTypeSentinel);
184 SkASSERT(intervals < SkRegion::kRunTypeSentinel);
194 SkASSERT(L < SkRegion::kRunTypeSentinel);
201 SkASSERT(R < SkRegion::kRunTypeSentinel);
    [all...]
SkRegion.cpp 38 SkASSERT(runs[1] < SkRegion::kRunTypeSentinel);
41 SkASSERT(SkRegion::kRunTypeSentinel == runs[0]);
255 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left...
268 if (stop[-5] == SkRegion::kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs
269 stop[-4] = SkRegion::kRunTypeSentinel; // kill empty last span
312 runs[5] = kRunTypeSentinel;
313 runs[6] = kRunTypeSentinel;
425 tmpStorage[0] = kRunTypeSentinel;
567 if (bottom == kRunTypeSentinel) {
574 if (x == kRunTypeSentinel) {
    [all...]
SkRegion_rects.cpp 98 SkRegion::RunType nextY = SkRegion::kRunTypeSentinel;
166 *dst++ = SkRegion::kRunTypeSentinel;
169 *dst++ = SkRegion::kRunTypeSentinel;
SkRegion_path.cpp 212 *runs++ = SkRegion::kRunTypeSentinel;
216 *runs = SkRegion::kRunTypeSentinel;
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 34 kRunTypeSentinel = 0x7FFFFFFF
  /external/skia/include/core/
SkRegion.h 34 kRunTypeSentinel = 0x7FFFFFFF

Completed in 294 milliseconds