Searched refs:x_scale_ (Results 1 – 2 of 2) sorted by relevance
38 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()
42 float x_scale_; variable