Searched refs:dip_bounds (Results 1 – 3 of 3) sorted by relevance
147 Rect DIPToScreenRect(const Rect& dip_bounds) { in DIPToScreenRect() argument150 ScaleRect(dip_bounds, GetDeviceScaleFactor())); in DIPToScreenRect()
52 GFX_EXPORT Rect DIPToScreenRect(const Rect& dip_bounds);
32 gfx::Rect DIPToPixelBounds(gfx::Rect dip_bounds, float scale) { in DIPToPixelBounds() argument33 return gfx::Rect(ToFlooredPoint(ScalePoint(dip_bounds.origin(), scale)), in DIPToPixelBounds()34 DIPToPixelSize(dip_bounds.size(), scale)); in DIPToPixelBounds()