Lines Matching full:rectf
128 return gfx::ToEnclosingRect(MapClippedRect(transform, gfx::RectF(src_rect)));
131 gfx::RectF MathUtil::MapClippedRect(const gfx::Transform& transform,
132 const gfx::RectF& src_rect) {
169 ProjectClippedRect(transform, gfx::RectF(src_rect)));
172 gfx::RectF MathUtil::ProjectClippedRect(const gfx::Transform& transform,
173 const gfx::RectF& src_rect) {
364 gfx::RectF MathUtil::ComputeEnclosingRectOfVertices(
368 return gfx::RectF();
378 return gfx::RectF(gfx::PointF(xmin, ymin),
382 gfx::RectF MathUtil::ComputeEnclosingClippedRect(
388 // gfx::RectF of the vertices. Doing these two steps simultaneously allows us
406 return gfx::RectF();
461 return gfx::RectF(gfx::PointF(xmin, ymin),
626 gfx::RectF MathUtil::ScaleRectProportional(const gfx::RectF& input_outer_rect,
627 const gfx::RectF& scale_outer_rect,
628 const gfx::RectF& scale_inner_rect) {
629 gfx::RectF output_inner_rect = input_outer_rect;
793 void MathUtil::AddToTracedValue(const gfx::RectF& rect,