Home
last modified time | relevance | path

Searched refs:dip_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/win/
Ddpi.cc147 Rect DIPToScreenRect(const Rect& dip_bounds) { in DIPToScreenRect() argument
150 ScaleRect(dip_bounds, GetDeviceScaleFactor())); in DIPToScreenRect()
Ddpi.h52 GFX_EXPORT Rect DIPToScreenRect(const Rect& dip_bounds);
/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc32 gfx::Rect DIPToPixelBounds(gfx::Rect dip_bounds, float scale) { in DIPToPixelBounds() argument
33 return gfx::Rect(ToFlooredPoint(ScalePoint(dip_bounds.origin(), scale)), in DIPToPixelBounds()
34 DIPToPixelSize(dip_bounds.size(), scale)); in DIPToPixelBounds()