OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPSIZE
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/Windows/Control/
ToolBar.h
17
bool GetMaxSize(
LPSIZE
size)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h
102
} SIZE,*PSIZE,*
LPSIZE
;
wingdi.h
[
all
...]
ntgdi.h
190
W32KAPI WINBOOL WINAPI NtGdiGetBitmapDimension(HBITMAP hbm,
LPSIZE
psize);
196
W32KAPI WINBOOL WINAPI NtGdiSetBitmapDimension(HBITMAP hbm,int cx,int cy,
LPSIZE
psizeOut);
201
W32KAPI WINBOOL WINAPI NtGdiGetTextExtentExW(HDC hdc,LPWSTR lpwsz,ULONG cwc,ULONG dxMax,ULONG *pcCh,PULONG pdxOut,
LPSIZE
psize,FLONG fl);
255
W32KAPI WINBOOL WINAPI NtGdiScaleViewportExtEx(HDC hdc,int xNum,int xDenom,int yNum,int yDenom,
LPSIZE
pszOut);
256
W32KAPI WINBOOL WINAPI NtGdiScaleWindowExtEx(HDC hdc,int xNum,int xDenom,int yNum,int yDenom,
LPSIZE
pszOut);
290
W32KAPI WINBOOL WINAPI NtGdiGetTextExtent(HDC hdc,LPWSTR lpwsz,int cwc,
LPSIZE
psize,UINT flOpts);
[
all
...]
wtypes.h
119
typedef struct tagSIZE *
LPSIZE
;
ddraw.h
[
all
...]
/external/python/cpython3/Lib/ctypes/
wintypes.py
192
LPSIZE
= PSIZE = ctypes.POINTER(SIZE)
Completed in 4493 milliseconds