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