HomeSort by relevance Sort by last modified time
    Searched defs:screen_x (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
278 if (screen_x != flipped_screen_x)
282 else if (screen_x != kWindowXOrigin + kPluginXContentOffset)
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);
683 screen_x ++;
685 LineTo(hDC, screen_x, screen_y);
688 lppt[0].x = screen_x;
    [all...]

Completed in 74 milliseconds