Searched defs:resolution_x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Droot_window_host_x11.cc186 const int resolution_x = bounds.width(); local
200 if (x > resolution_x - left_ &&
201 x < resolution_x - left_ + right_ * kGraceAreaFraction)
202 x = resolution_x - left_;
204 x = (x * resolution_x) / (resolution_x - (right_ + left_));

Completed in 58 milliseconds