Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp64 if (count == kRectRegionRuns) in ComputeRunBounds()
262 if (count > kRectRegionRuns) in setRuns()
293 SkASSERT(count >= kRectRegionRuns); in setRuns()
338 RunType runs[kRectRegionRuns]) in BuildRectRuns() argument
421 *count = kRectRegionRuns; in getRuns()
989 RunType tmpA[kRectRegionRuns]; in op()
990 RunType tmpB[kRectRegionRuns]; in op()
1099 SkASSERT(fRunHead->fRunCount >= kRectRegionRuns); in validate()
DSkRegionPriv.h38 SkASSERT(count >= SkRegion::kRectRegionRuns); in Alloc()
DSkRegion_path.cpp308 } else if (count == kRectRegionRuns) { in setPath()
/external/skia/include/core/
DSkRegion.h320 kRectRegionRuns = 6 // need to store a region of a rect [T B L R S S] enumerator
338 RunType runs[kRectRegionRuns]);