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

  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 249 double screen_x, screen_y; local
251 &screen_x, &screen_y, NPCoordinateSpaceScreen); local
280 else if (flipped_screen_y != main_display_bounds.size.height - screen_y)
300 error_string.append(StringForPoint(screen_x, screen_y));
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 677 int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(posy); local
680 MoveToEx(hDC, screen_x, screen_y, NULL);
685 LineTo(hDC, screen_x, screen_y);
689 lppt[0].y = screen_y;
    [all...]

Completed in 994 milliseconds