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

/external/chromium_org/content/browser/renderer_host/
H A Ddip_util.cc25 const gfx::Point& point_in_pixel) {
27 gfx::ScalePoint(point_in_pixel, 1.0f / GetScaleFactorForView(view)));
24 ConvertViewPointToDIP(const RenderWidgetHostView* view, const gfx::Point& point_in_pixel) argument
/external/chromium_org/ui/compositor/
H A Ddip_util.cc32 const gfx::Point& point_in_pixel) {
34 gfx::ScalePoint(point_in_pixel, 1.0f / GetDeviceScaleFactor(layer)));
38 const gfx::PointF& point_in_pixel) {
39 return gfx::ScalePoint(point_in_pixel, 1.0f / GetDeviceScaleFactor(layer));
31 ConvertPointToDIP(const Layer* layer, const gfx::Point& point_in_pixel) argument
37 ConvertPointToDIP(const Layer* layer, const gfx::PointF& point_in_pixel) argument

Completed in 264 milliseconds