Home | History | Annotate | Download | only in dshow

Lines Matching refs:IDrawVideoImage

422 typedef struct IDrawVideoImage IDrawVideoImage;
5543 struct IDrawVideoImage : public IUnknown {
5552 HRESULT (WINAPI *QueryInterface)(IDrawVideoImage *This,REFIID riid,void **ppvObject);
5553 ULONG (WINAPI *AddRef)(IDrawVideoImage *This);
5554 ULONG (WINAPI *Release)(IDrawVideoImage *This);
5555 HRESULT (WINAPI *DrawVideoImageBegin)(IDrawVideoImage *This);
5556 HRESULT (WINAPI *DrawVideoImageEnd)(IDrawVideoImage *This);
5557 HRESULT (WINAPI *DrawVideoImageDraw)(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);
5560 struct IDrawVideoImage {
5572 HRESULT WINAPI IDrawVideoImage_DrawVideoImageBegin_Proxy(IDrawVideoImage *This);
5574 HRESULT WINAPI IDrawVideoImage_DrawVideoImageEnd_Proxy(IDrawVideoImage *This);
5576 HRESULT WINAPI IDrawVideoImage_DrawVideoImageDraw_Proxy(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);