Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Ddip_util.cc75 Rect ConvertRectToPixel(float scale_factor, const Rect& rect_in_dip) { in ConvertRectToPixel() argument
82 return rect_in_dip; in ConvertRectToPixel()
84 RectF(ScalePoint(gfx::PointF(rect_in_dip.origin()), scale_factor), in ConvertRectToPixel()
85 ScaleSize(gfx::SizeF(rect_in_dip.size()), scale_factor))); in ConvertRectToPixel()
Ddip_util.h38 const gfx::Rect& rect_in_dip);