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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h 105 virtual WINBOOL TxScreenToClient (LPPOINT lppt) = 0;
106 virtual WINBOOL TxClientToScreen (LPPOINT lppt) = 0;
wingdi.h     [all...]
winuser.h 661 WINUSERAPI int WINAPI GetMouseMovePointsEx(UINT cbSize,LPMOUSEMOVEPOINT lppt,LPMOUSEMOVEPOINT lpptBuf,int nBufPoints,DWORD resolution);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 687 POINT lppt[3]; local
688 lppt[0].x = screen_x;
689 lppt[0].y = screen_y;
695 lppt[1].x = FXSYS_round(posx);
696 lppt[1].y = FXSYS_round(posy);
702 lppt[2].x = FXSYS_round(posx);
703 lppt[2].y = FXSYS_round(posy);
704 PolyBezierTo(hDC, lppt, 3);
    [all...]

Completed in 233 milliseconds