Searched defs:rect_in_dip (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Ddip_util.cc36 const gfx::Rect& rect_in_dip) {
37 return ConvertRectToPixel(GetScaleFactorForView(view), rect_in_dip);
58 const gfx::Rect& rect_in_dip) {
60 gfx::ScaleRect(rect_in_dip, scale_factor));
35 ConvertViewRectToPixel(const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip) argument
57 ConvertRectToPixel(float scale_factor, const gfx::Rect& rect_in_dip) argument
/external/chromium_org/ui/compositor/
H A Ddip_util.cc67 const gfx::Rect& rect_in_dip) {
75 gfx::RectF(gfx::ScalePoint(rect_in_dip.origin(), scale),
76 gfx::ScaleSize(rect_in_dip.size(), scale)));
66 ConvertRectToPixel(const Layer* layer, const gfx::Rect& rect_in_dip) argument

Completed in 128 milliseconds