Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp47 if (count == kRectRegionRuns) in ComputeRunBounds()
259 if (count > kRectRegionRuns) in setRuns()
290 SkASSERT(count >= kRectRegionRuns); in setRuns()
335 RunType runs[kRectRegionRuns]) in BuildRectRuns() argument
418 *count = kRectRegionRuns; in getRuns()
1002 RunType tmpA[kRectRegionRuns]; in op()
1003 RunType tmpB[kRectRegionRuns]; in op()
1119 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.h388 kRectRegionRuns = 6 // need to store a region of a rect [T B L R S S] enumerator
406 RunType runs[kRectRegionRuns]);