Searched refs:rect_in_dip (Results 1 – 4 of 4) sorted by relevance
43 const gfx::Rect& rect_in_dip) { in ConvertViewRectToPixel() argument44 return ConvertRectToPixel(GetScaleForView(view), rect_in_dip); in ConvertViewRectToPixel()61 const gfx::Rect& rect_in_dip) { in ConvertRectToPixel() argument63 gfx::ScaleRect(rect_in_dip, scale_factor)); in ConvertRectToPixel()
32 const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip);39 float scale_factor, const gfx::Rect& rect_in_dip);
61 const gfx::Rect& rect_in_dip) { in ConvertRectToPixel() argument63 return gfx::ToFlooredRectDeprecated(gfx::ScaleRect(rect_in_dip, scale)); in ConvertRectToPixel()
45 const gfx::Rect& rect_in_dip);