Searched refs:one_pixel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Droot_window_transformers.cc71 float one_pixel = 1.0f / display.device_scale_factor(); local
76 rotate.Translate(display.bounds().height() - one_pixel, 0);
80 rotate.Translate(0, display.bounds().width() - one_pixel);
84 rotate.Translate(display.bounds().width() - one_pixel,
85 display.bounds().height() - one_pixel);

Completed in 265 milliseconds