Home
last modified time | relevance | path

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

/external/chromium_org/ash/touch/
Dtouch_transformer_controller.cc37 const DisplayInfo& touch_display) const { in GetTouchResolutionScale()
38 if (touch_display.touch_device_id() == 0) in GetTouchResolutionScale()
44 touch_display.touch_device_id(), in GetTouchResolutionScale()
48 touch_display.touch_device_id(), in GetTouchResolutionScale()
54 double width = touch_display.bounds_in_native().width(); in GetTouchResolutionScale()
55 double height = touch_display.bounds_in_native().height(); in GetTouchResolutionScale()
78 const DisplayInfo& touch_display, const gfx::Size& fb_size) const { in GetExtendedModeTouchTransformer() argument
80 if (touch_display.touch_device_id() == 0 || in GetExtendedModeTouchTransformer()
84 float width = touch_display.bounds_in_native().width(); in GetExtendedModeTouchTransformer()
85 float height = touch_display.bounds_in_native().height(); in GetExtendedModeTouchTransformer()
[all …]
Dtouch_transformer_controller.h41 const DisplayInfo& touch_display) const ;
44 const DisplayInfo& touch_display) const;
47 const DisplayInfo& touch_display, const gfx::Size& fb_size) const;
49 double GetTouchResolutionScale(const DisplayInfo& touch_display) const;