HomeSort by relevance Sort by last modified time
    Searched refs:kRunTypeSentinel (Results 1 - 8 of 8) 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]);
250 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left...
263 if (stop[-5] == SkRegion::kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs
264 stop[-4] = SkRegion::kRunTypeSentinel; // kill empty last span
307 runs[5] = kRunTypeSentinel;
308 runs[6] = kRunTypeSentinel;
420 tmpStorage[0] = kRunTypeSentinel;
562 if (bottom == kRunTypeSentinel) {
569 if (x == kRunTypeSentinel) {
    [all...]
SkRegion_path.cpp 236 *runs++ = SkRegion::kRunTypeSentinel;
240 *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]);
250 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left...
263 if (stop[-5] == SkRegion::kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs
264 stop[-4] = SkRegion::kRunTypeSentinel; // kill empty last span
307 runs[5] = kRunTypeSentinel;
308 runs[6] = kRunTypeSentinel;
420 tmpStorage[0] = kRunTypeSentinel;
562 if (bottom == kRunTypeSentinel) {
569 if (x == kRunTypeSentinel) {
    [all...]
SkRegion_path.cpp 236 *runs++ = SkRegion::kRunTypeSentinel;
240 *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 645 milliseconds