Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkImageFilter.cpp460 SkIRect totalBounds; in onFilterBounds() local
465 totalBounds = rect; in onFilterBounds()
467 totalBounds.join(rect); in onFilterBounds()
471 return totalBounds; in onFilterBounds()
DSkLatticeIter.cpp27 SkIRect totalBounds = SkIRect::MakeWH(width, height); in Valid() local
30 if (!totalBounds.contains(latticeBounds)) { in Valid()