/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winddi.h | 503 POINTL ptlUnderline1; 504 POINTL ptlStrikeout; 505 POINTL ptlULThickness; 506 POINTL ptlSOThickness; 593 POINTL ptlCaret; 777 POINTL ptlPhysOffset; 832 POINTL ptlOrigin; 845 POINTL ptl; 970 POINTL ptlBaseline; 971 POINTL ptlAspect [all...] |
windef.h | 97 } POINTL,*PPOINTL;
|
ntgdi.h | 265 W32KAPI WINBOOL WINAPI NtGdiDoBanding(HDC hdc,WINBOOL bStart,POINTL *pptl,PSIZE pSize); 288 W32KAPI WINBOOL WINAPI NtGdiTileBitBlt(HDC hdcDst,RECTL *prectDst,HDC hdcSrc,RECTL *prectSrc,POINTL *pptlOrigin,DWORD rop4,DWORD crBackColor); 373 W32KAPI WINBOOL WINAPI NtGdiEngCopyBits(SURFOBJ *psoDst,SURFOBJ *psoSrc,CLIPOBJ *pco,XLATEOBJ *pxlo,RECTL *prclDst,POINTL *pptlSrc); 374 W32KAPI WINBOOL WINAPI NtGdiEngStretchBlt(SURFOBJ *psoDest,SURFOBJ *psoSrc,SURFOBJ *psoMask,CLIPOBJ *pco,XLATEOBJ *pxlo,COLORADJUSTMENT *pca,POINTL *pptlHTOrg,RECTL *prclDest,RECTL *prclSrc,POINTL *pptlMask,ULONG iMode); 375 W32KAPI WINBOOL WINAPI NtGdiEngBitBlt(SURFOBJ *psoDst,SURFOBJ *psoSrc,SURFOBJ *psoMask,CLIPOBJ *pco,XLATEOBJ *pxlo,RECTL *prclDst,POINTL *pptlSrc,POINTL *pptlMask,BRUSHOBJ *pbo,POINTL *pptlBrush,ROP4 rop4); 376 W32KAPI WINBOOL WINAPI NtGdiEngPlgBlt(SURFOBJ *psoTrg,SURFOBJ *psoSrc,SURFOBJ *psoMsk,CLIPOBJ *pco,XLATEOBJ *pxlo,COLORADJUSTMENT *pca,POINTL *pptlBrushOrg,POINTFIX *pptfxDest,RECTL *prclSrc,POINTL *pptlMask,ULONG iMode) [all...] |
wingdi.h | [all...] |
oleidl.h | 1806 POINTL pointl; member in struct:tagOBJECTDESCRIPTOR [all...] |
wtypes.h | 112 } POINTL;
|
shlobj.h | 1477 POINTL pointl; member in struct:_FILEDESCRIPTORA 1491 POINTL pointl; member in struct:_FILEDESCRIPTORW [all...] |
ocidl.h | [all...] |
propsys.h | [all...] |
shobjidl.h | [all...] |
/external/python/cpython3/Lib/ctypes/ |
wintypes.py | 118 tagPOINT = _POINTL = POINTL = POINT 187 PPOINTL = ctypes.POINTER(POINTL)
|
/external/python/cpython2/Lib/ctypes/ |
wintypes.py | 117 tagPOINT = _POINTL = POINTL = POINT 175 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
wintypes.py | 121 tagPOINT = _POINTL = POINTL = POINT 179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
wintypes.py | 121 tagPOINT = _POINTL = POINTL = POINT 179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 121 tagPOINT = _POINTL = POINTL = POINT 179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 121 tagPOINT = _POINTL = POINTL = POINT 179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/external/python/cpython3/PC/ |
pyshellext.cpp | 328 STDMETHODIMP DragEnter(IDataObject *pDataObj, DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) { 355 STDMETHODIMP DragOver(DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) { 359 STDMETHODIMP Drop(IDataObject *pDataObj, DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) {
|