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

  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 769 int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(posy); local
772 MoveToEx(hDC, screen_x, screen_y, NULL);
778 LineTo(hDC, screen_x, screen_y);
782 lppt[0].y = screen_y;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 525 -pPixmap->screen_y);
558 offset_y += pPixmap->screen_y;

Completed in 58 milliseconds