OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lpbiin
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h
345
LPBITMAPINFOHEADER
lpbiIn
;
483
__CRT_INLINE LRESULT WINAPI ICDrawSuggestFormat(HIC hic,LPBITMAPINFOHEADER
lpbiIn
,LPBITMAPINFOHEADER lpbiOut,int dxSrc,int dySrc,int dxDst,int dyDst,HIC hicDecomp) {
485
ic.
lpbiIn
=
lpbiIn
;
520
#define ICDecompressOpen(fccType,fccHandler,
lpbiIn
,lpbiOut) ICLocate(fccType,fccHandler,
lpbiIn
,lpbiOut,ICMODE_DECOMPRESS)
521
#define ICDrawOpen(fccType,fccHandler,
lpbiIn
) ICLocate(fccType,fccHandler,
lpbiIn
,NULL,ICMODE_DRAW)
523
HIC WINAPI ICLocate(DWORD fccType,DWORD fccHandler,LPBITMAPINFOHEADER
lpbiIn
,LPBITMAPINFOHEADER lpbiOut,WORD wFlags);
524
HIC WINAPI ICGetDisplayFormat(HIC hic,LPBITMAPINFOHEADER
lpbiIn
,LPBITMAPINFOHEADER lpbiOut,int BitDepth,int dx,int dy)
[
all
...]
Completed in 5311 milliseconds