Searched defs:givenBounds (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRegion.cpp1153 const SkIRect& givenBounds,
1174 if (rect.fTop != givenBounds.fTop) {
1186 if (rect.fBottom > givenBounds.fBottom) {
1224 if (ySpanCount != 0 || intervalCount != 0 || givenBounds != bounds) {
1151 validate_run(const int32_t* runs, int runCount, const SkIRect& givenBounds, int32_t ySpanCount, int32_t intervalCount) argument
/external/skqp/src/core/
H A DSkRegion.cpp1153 const SkIRect& givenBounds,
1174 if (rect.fTop != givenBounds.fTop) {
1186 if (rect.fBottom > givenBounds.fBottom) {
1224 if (ySpanCount != 0 || intervalCount != 0 || givenBounds != bounds) {
1151 validate_run(const int32_t* runs, int runCount, const SkIRect& givenBounds, int32_t ySpanCount, int32_t intervalCount) argument

Completed in 113 milliseconds