Lines Matching full:bounds
203 Rect Transform::transform(const Rect& bounds) const206 vec2 lt( bounds.left, bounds.top );207 vec2 rt( bounds.right, bounds.top );208 vec2 lb( bounds.left, bounds.bottom );209 vec2 rb( bounds.right, bounds.bottom );235 out.set(transform(reg.bounds()));