Searched refs:totalBounds (Results 1 – 2 of 2) sorted by relevance
455 SkIRect totalBounds; in onFilterBounds() local460 totalBounds = rect; in onFilterBounds()462 totalBounds.join(rect); in onFilterBounds()466 return totalBounds; in onFilterBounds()
27 SkIRect totalBounds = SkIRect::MakeWH(width, height); in Valid() local30 if (!totalBounds.contains(latticeBounds)) { in Valid()