Searched refs:roundOutwards (Results 1 – 6 of 6) sorted by relevance
97 bool roundOutwards = false) const;
294 constexpr bool roundOutwards = true; in captureSample() local295 Rect transformed = transform.transform(bounds, roundOutwards); in captureSample()
217 constexpr bool roundOutwards = true; in summarize() local218 Rect transformed = transform.transform(bounds, roundOutwards); in summarize()
254 Rect Transform::transform(const Rect& bounds, bool roundOutwards) const { in transform()266 if (roundOutwards) { in transform()