Home
last modified time | relevance | path

Searched refs:rect_in_dip (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Ddip_util.cc43 const gfx::Rect& rect_in_dip) { in ConvertViewRectToPixel() argument
44 return ConvertRectToPixel(GetScaleForView(view), rect_in_dip); in ConvertViewRectToPixel()
61 const gfx::Rect& rect_in_dip) { in ConvertRectToPixel() argument
63 gfx::ScaleRect(rect_in_dip, scale_factor)); in ConvertRectToPixel()
Ddip_util.h32 const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip);
39 float scale_factor, const gfx::Rect& rect_in_dip);
/external/chromium_org/ui/compositor/
Ddip_util.cc61 const gfx::Rect& rect_in_dip) { in ConvertRectToPixel() argument
63 return gfx::ToFlooredRectDeprecated(gfx::ScaleRect(rect_in_dip, scale)); in ConvertRectToPixel()
Ddip_util.h45 const gfx::Rect& rect_in_dip);