OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lppt
(Results
1 - 5
of
5
) 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
780
POINT
lppt
[3];
local
781
lppt
[0].x = screen_x;
782
lppt
[0].y = screen_y;
788
lppt
[1].x = FXSYS_round(posx);
789
lppt
[1].y = FXSYS_round(posy);
795
lppt
[2].x = FXSYS_round(posx);
796
lppt
[2].y = FXSYS_round(posy);
797
PolyBezierTo(hDC,
lppt
, 3);
[
all
...]
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar
Completed in 361 milliseconds