Searched refs:rect_in_dip (Results 1 – 2 of 2) sorted by relevance
75 Rect ConvertRectToPixel(float scale_factor, const Rect& rect_in_dip) { in ConvertRectToPixel() argument82 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()
38 const gfx::Rect& rect_in_dip);