Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:bounds

206 Rect Transform::transform(const Rect& bounds) const
209 vec2 lt( bounds.left, bounds.top );
210 vec2 rt( bounds.right, bounds.top );
211 vec2 lb( bounds.left, bounds.bottom );
212 vec2 rb( bounds.right, bounds.bottom );
238 out.set(transform(reg.bounds()));