HomeSort by relevance Sort by last modified time
    Searched refs:screen_x (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);
776 screen_x++;
778 LineTo(hDC, screen_x, screen_y);
781 lppt[0].x = screen_x;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 524 REGION_TRANSLATE(pScrn->pScreen, dstRegion, -pPixmap->screen_x,
557 offset_x += pPixmap->screen_x;

Completed in 39 milliseconds