HomeSort by relevance Sort by last modified time
    Searched refs:one_pixel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/aura/test/
test_screen.cc 64 float one_pixel = 1.0f / display_.device_scale_factor(); local
69 rotate.Translate(display_.bounds().height() - one_pixel, 0);
73 rotate.Translate(0, display_.bounds().width() - one_pixel);
77 rotate.Translate(display_.bounds().width() - one_pixel,
78 display_.bounds().height() - one_pixel);
  /external/chromium_org/ash/display/
root_window_transformers.cc 70 float one_pixel = 1.0f / display.device_scale_factor(); local
75 rotate.Translate(display.bounds().height() - one_pixel, 0);
79 rotate.Translate(0, display.bounds().width() - one_pixel);
83 rotate.Translate(display.bounds().width() - one_pixel,
84 display.bounds().height() - one_pixel);

Completed in 285 milliseconds