Searched refs:input_outer_rect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/base/
H A Dmath_util.cc626 gfx::RectF MathUtil::ScaleRectProportional(const gfx::RectF& input_outer_rect, argument
629 gfx::RectF output_inner_rect = input_outer_rect;
631 scale_outer_rect.width() / input_outer_rect.width();
633 scale_outer_rect.height() / input_outer_rect.height();
H A Dmath_util.h176 // Makes a rect that has the same relationship to input_outer_rect as
179 // returned will be within input_outer_rect at a similar relative, scaled
181 static gfx::RectF ScaleRectProportional(const gfx::RectF& input_outer_rect,

Completed in 2227 milliseconds