Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/ozone/evdev/
Dtouch_event_converter.cc38 x_scale_(1.), in TouchEventConverterEvdev()
87 x_scale_ = (double)screen_width / (x_max - x_min); in Init()
91 LOG(INFO) << "touch input x_scale=" << x_scale_ in Init()
122 events_[current_slot_].x_ = roundf(input.value * x_scale_); in OnFileCanReadWithoutBlocking()
Dtouch_event_converter.h42 float x_scale_; variable