Searched defs:lpbi (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/win32/msvfw32/ |
H A D | drawdib.c | 41 LPBITMAPINFOHEADER lpbi; member 56 static int num_colours(const BITMAPINFOHEADER *lpbi) in num_colours() 179 LPBITMAPINFOHEADER lpbi, in DrawDibBegin() 310 LPBITMAPINFOHEADER lpbi, in DrawDibDraw() 464 LPVOID VFWAPI DrawDibGetBuffer(HDRAWDIB hdd, LPBITMAPINFOHEADER lpbi, DWORD dwSize, DWORD dwFlags) in DrawDibGetBuffer() 527 DWORD VFWAPI DrawDibProfileDisplay(LPBITMAPINFOHEADER lpbi) in DrawDibProfileDisplay()
|
H A D | msvideo_main.c | 827 DWORD VFWAPIV ICDecompress(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiFormat, in ICDecompress() 1192 LPBITMAPINFOHEADER lpbi, /* [in] format of frame to draw */ in ICDrawBegin()
|
/reactos/dll/win32/msrle32/ |
H A D | msrle32.c | 49 #define GetRawPixel(lpbi,lp,x) \ argument 101 static BOOL isSupportedMRLE(LPCBITMAPINFOHEADER lpbi) in isSupportedMRLE() 123 static BOOL isSupportedDIB(LPCBITMAPINFOHEADER lpbi) in isSupportedDIB() 241 static LONG MSRLE32_GetMaxCompressedSize(LPCBITMAPINFOHEADER lpbi) in MSRLE32_GetMaxCompressedSize() 352 const WORD *lpC, LPCBITMAPINFOHEADER lpbi, in MSRLE32_CompressRLE4Line() 455 const WORD *lpC, LPCBITMAPINFOHEADER lpbi, in MSRLE32_CompressRLE8Line() 836 static LRESULT MSRLE32_DecompressRLE4(const CodecInfo *pi, LPCBITMAPINFOHEADER lpbi, in MSRLE32_DecompressRLE4() 998 static LRESULT MSRLE32_DecompressRLE8(const CodecInfo *pi, LPCBITMAPINFOHEADER lpbi, in MSRLE32_DecompressRLE8()
|
/reactos/dll/win32/avifil32/ |
H A D | icmstream.c | 331 LPBITMAPINFOHEADER lpbi; in ICMStream_fnReadFormat() local 491 LPBITMAPINFOHEADER lpbi = format; in ICMStream_fnSetFormat() local 534 LPBITMAPINFOHEADER lpbi; in ICMStream_fnRead() local 753 LPBITMAPINFOHEADER lpbi, LPVOID lpBits) in AVIFILE_EncodeFrame() 875 LPBITMAPINFOHEADER lpbi; in AVIFILE_OpenGetFrame() local
|
H A D | getframe.c | 291 LPBITMAPINFOHEADER lpbi = lpbiWanted; in IGetFrame_fnSetFormat() local
|
H A D | avifile.c | 1693 LPBITMAPINFOHEADER lpbi = pStream->lpFormat; in AVIFILE_LoadFile() local
|
H A D | api.c | 1283 LPBITMAPINFOHEADER lpbi = lpFormat; in AVISaveOptionsUpdate() local
|
/reactos/modules/rosapps/applications/sysutils/screenshot/ |
H A D | screenshot.h | 9 LPBITMAPINFO lpbi; member
|
/reactos/dll/win32/shell32/ |
H A D | brfolder.cpp | 1338 SHBrowseForFolderA(LPBROWSEINFOA lpbi) in SHBrowseForFolderA() 1370 SHBrowseForFolderW(LPBROWSEINFOW lpbi) in SHBrowseForFolderW()
|
/reactos/sdk/include/psdk/ |
H A D | vfw.h | 210 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL) argument 389 #define ICDecompressGetFormatSize(hic, lpbi) \ argument 703 LPBITMAPINFOHEADER lpbi; member
|