Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkImageFilter.cpp410 SkIRect totalBounds; in onFilterBounds() local
415 totalBounds = rect; in onFilterBounds()
417 totalBounds.join(rect); in onFilterBounds()
421 return totalBounds; in onFilterBounds()
DSkLatticeIter.cpp27 SkIRect totalBounds = SkIRect::MakeWH(width, height); in Valid() local
30 if (!totalBounds.contains(latticeBounds)) { in Valid()
/external/skia/src/core/
DSkImageFilter.cpp448 SkIRect totalBounds; in onFilterBounds() local
453 totalBounds = rect; in onFilterBounds()
455 totalBounds.join(rect); in onFilterBounds()
459 return totalBounds; in onFilterBounds()
DSkLatticeIter.cpp27 SkIRect totalBounds = SkIRect::MakeWH(width, height); in Valid() local
30 if (!totalBounds.contains(latticeBounds)) { in Valid()