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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 92 } POINT,*PPOINT,*NPPOINT,*LPPOINT;
wtypes.h 107 typedef struct tagPOINT *PPOINT;
ntgdi.h 45 W32KAPI ULONG_PTR WINAPI NtGdiPolyPolyDraw(HDC hdc,PPOINT ppt,PULONG pcpt,ULONG ccpt,int iFunc);
262 W32KAPI WINBOOL WINAPI NtGdiTransformPoints(HDC hdc,PPOINT pptIn,PPOINT pptOut,int c,int iMode);
    [all...]
  /external/python/cpython3/Lib/ctypes/
wintypes.py 186 LPPOINT = PPOINT = ctypes.POINTER(POINT)

Completed in 625 milliseconds