Searched refs:touch_display (Results 1 – 2 of 2) sorted by relevance
32 const DisplayInfo& touch_display, const gfx::Size& fb_size) const { in GetExtendedModeTouchTransformer() argument34 if (touch_display.touch_device_id() == 0 || in GetExtendedModeTouchTransformer()38 float width = touch_display.bounds_in_native().width(); in GetExtendedModeTouchTransformer()39 float height = touch_display.bounds_in_native().height(); in GetExtendedModeTouchTransformer()45 const DisplayInfo& touch_display) const { in ShouldComputeMirrorModeTouchTransformer()49 if (touch_display.touch_device_id() == 0) in ShouldComputeMirrorModeTouchTransformer()56 if (cached_displays[i].touch_device_id == touch_display.touch_device_id()) { in ShouldComputeMirrorModeTouchTransformer()77 const DisplayInfo& touch_display) const { in GetMirrorModeTouchTransformer()79 if (!ShouldComputeMirrorModeTouchTransformer(touch_display)) in GetMirrorModeTouchTransformer()82 float mirror_width = touch_display.bounds_in_native().width(); in GetMirrorModeTouchTransformer()[all …]
39 const DisplayInfo& touch_display) const ;42 const DisplayInfo& touch_display) const;45 const DisplayInfo& touch_display, const gfx::Size& fb_size) const;