Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkImageFilter.cpp364 SkIRect totalBounds; in onFilterBounds() local
369 totalBounds = rect; in onFilterBounds()
371 totalBounds.join(rect); in onFilterBounds()
375 return totalBounds; in onFilterBounds()
DSkLatticeIter.cpp27 SkIRect totalBounds = SkIRect::MakeWH(width, height); in Valid() local
30 if (!totalBounds.contains(latticeBounds)) { in Valid()
/third_party/skia/src/core/
DSkImageFilter.cpp455 SkIRect totalBounds; in onFilterBounds() local
460 totalBounds = rect; in onFilterBounds()
462 totalBounds.join(rect); in onFilterBounds()
466 return totalBounds; in onFilterBounds()
DSkLatticeIter.cpp27 SkIRect totalBounds = SkIRect::MakeWH(width, height); in Valid() local
30 if (!totalBounds.contains(latticeBounds)) { in Valid()