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

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 330 int posx, posy; local
336 posy = my - y2;
337 if (posy<0) posy = 0;
338 if (posy>h2) posy = h2-1;
340 SDL_PrivateMouseMotion(0, 0, posx, posy);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 673 FX_FLOAT posx = pPoints[i].m_PointX, posy = pPoints[i].m_PointY; local
675 pMatrix->Transform(posx, posy);
677 int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(posy);
691 posy = pPoints[i + 1].m_PointY;
693 pMatrix->Transform(posx, posy);
696 lppt[1].y = FXSYS_round(posy);
698 posy = pPoints[i + 2].m_PointY;
700 pMatrix->Transform(posx, posy);
703 lppt[2].y = FXSYS_round(posy);
    [all...]

Completed in 164 milliseconds