Home | History | Annotate | Download | only in renderer

Lines Matching refs:bounding_box

930   gfx::Rect bounding_box(selected_element.boundsInViewportSpace());
933 gfx::RectF bounding_box_scaled(bounding_box.x() * scale,
934 bounding_box.y() * scale,
935 bounding_box.width() * scale,
936 bounding_box.height() * scale);