Searched refs:roundOutwards (Results 1 – 6 of 6) sorted by relevance
163 constexpr bool roundOutwards = true; in summarize() local164 Rect transformed = transform.transform(bounds, roundOutwards); in summarize()
96 bool roundOutwards = false) const;
317 constexpr bool roundOutwards = true; in captureSample() local318 Rect transformed = transform.transform(bounds, roundOutwards); in captureSample()
250 Rect Transform::transform(const Rect& bounds, bool roundOutwards) const { in transform()262 if (roundOutwards) { in transform()