HomeSort by relevance Sort by last modified time
    Searched refs:ConvertRectToPixel (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/renderer_host/
dip_util.cc 37 return ConvertRectToPixel(GetScaleFactorForView(view), rect_in_dip);
57 gfx::Rect ConvertRectToPixel(float scale_factor,
dip_util.h 38 CONTENT_EXPORT gfx::Rect ConvertRectToPixel(
render_widget_host_view_android.cc 844 ConvertRectToPixel(device_scale_factor, gfx::Rect(dst_size)).size();
846 ConvertRectToPixel(device_scale_factor, src_subrect);
    [all...]
  /external/chromium_org/ui/compositor/
dip_util.h 43 COMPOSITOR_EXPORT gfx::Rect ConvertRectToPixel(
dip_util.cc 66 gfx::Rect ConvertRectToPixel(const Layer* layer,

Completed in 170 milliseconds