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

  /external/chromium_org/ui/gfx/win/
dpi.h 46 GFX_EXPORT Point ScreenToDIPPoint(const Point& pixel_point);
dpi.cc 128 Point ScreenToDIPPoint(const Point& pixel_point) {
  /external/chromium_org/ui/views/widget/
aero_tooltip_manager.cc 45 gfx::Point mouse_pos = gfx::win::ScreenToDIPPoint(mouse_pos_in_pixels);
51 mouse_pos = gfx::win::ScreenToDIPPoint(mouse_pos_in_pixels);
tooltip_manager_win.cc 334 gfx::Point mouse_pos = gfx::win::ScreenToDIPPoint(mouse_pos_in_pixels);
341 mouse_pos = gfx::win::ScreenToDIPPoint(mouse_pos_in_pixels);
native_widget_win.cc 577 gfx::Point point_in_dip = gfx::win::ScreenToDIPPoint(point);
    [all...]
  /external/chromium_org/ui/events/win/
events_win.cc 234 return gfx::win::ScreenToDIPPoint(gfx::Point(native_point));
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 663 gfx::Point dip_position = gfx::win::ScreenToDIPPoint(point);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc     [all...]

Completed in 114 milliseconds