Searched refs:roundOutwards (Results 1 – 4 of 4) sorted by relevance
84 bool roundOutwards = false) const;
208 Rect Transform::transform(const Rect& bounds, bool roundOutwards) const in transform()221 if (roundOutwards) { in transform()
426 constexpr bool roundOutwards = true; in captureSample() local427 Rect transformed = transform.transform(bounds, roundOutwards); in captureSample()