Searched refs:SourceLeft (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | video.c | 201 HRESULT WINAPI BaseControlVideoImpl_put_SourceLeft(IBasicVideo *iface, LONG SourceLeft) in BaseControlVideoImpl_put_SourceLeft() argument 207 TRACE("(%p/%p)->(%d)\n", This, iface, SourceLeft); in BaseControlVideoImpl_put_SourceLeft() 211 SourceRect.right = (SourceRect.right - SourceRect.left) + SourceLeft; in BaseControlVideoImpl_put_SourceLeft() 212 SourceRect.left = SourceLeft; in BaseControlVideoImpl_put_SourceLeft()
|
/reactos/sdk/include/psdk/ |
H A D | control.idl | 145 [propput] HRESULT SourceLeft( [in] LONG SourceLeft ); 146 [propget] HRESULT SourceLeft( [out, retval] LONG *pSourceLeft );
|
/reactos/sdk/include/reactos/wine/ |
H A D | strmbase.h | 547 HRESULT WINAPI BaseControlVideoImpl_put_SourceLeft(IBasicVideo *iface, LONG SourceLeft);
|
/reactos/dll/directx/wine/quartz/ |
H A D | filtergraph.c | 3444 static HRESULT WINAPI BasicVideo_put_SourceLeft(IBasicVideo2 *iface, LONG SourceLeft) in BasicVideo_put_SourceLeft() argument 3450 TRACE("(%p/%p)->(%d)\n", This, iface, SourceLeft); in BasicVideo_put_SourceLeft() 3457 hr = IBasicVideo_put_SourceLeft(pBasicVideo, SourceLeft); in BasicVideo_put_SourceLeft()
|