Searched defs:lpbi (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h209 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL)
360 DWORD VFWAPIV ICDecompress(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiFormat,LPVOID lpData,LPBITMAPINFOHEADER lpbi,LPVOID lpBits);
380 #define ICDecompressGetFormatSize(hic, lpbi) \
381 ICDecompressGetFormat(hic, lpbi, NULL)
581 LPBITMAPINFOHEADER lpbi, /* format of frame to draw */
600 LPBITMAPINFOHEADER lpbi; member in struct:__anon13896
1297 STDMETHOD(SetFormat)(THIS_ LPBITMAPINFOHEADER lpbi, LPVOID lpBits, INT x, INT y, INT dx, INT dy) PURE;
1593 LPBITMAPINFOHEADER lpbi, INT dxSrc, INT dySrc, UINT wFlags);
1596 LPBITMAPINFOHEADER lpbi, LPVOI
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h209 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL)
360 DWORD VFWAPIV ICDecompress(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiFormat,LPVOID lpData,LPBITMAPINFOHEADER lpbi,LPVOID lpBits);
380 #define ICDecompressGetFormatSize(hic, lpbi) \
381 ICDecompressGetFormat(hic, lpbi, NULL)
581 LPBITMAPINFOHEADER lpbi, /* format of frame to draw */
600 LPBITMAPINFOHEADER lpbi; member in struct:__anon1250
1297 STDMETHOD(SetFormat)(THIS_ LPBITMAPINFOHEADER lpbi, LPVOID lpBits, INT x, INT y, INT dx, INT dy) PURE;
1593 LPBITMAPINFOHEADER lpbi, INT dxSrc, INT dySrc, UINT wFlags);
1596 LPBITMAPINFOHEADER lpbi, LPVOI
[all...]

Completed in 113 milliseconds