Width 546 3rdparty/include/dshow/control.h virtual HRESULT WINAPI put_Width(long Width) = 0; Width 562 3rdparty/include/dshow/control.h virtual HRESULT WINAPI SetWindowPosition(long Left,long Top,long Width,long Height) = 0; Width 596 3rdparty/include/dshow/control.h HRESULT (WINAPI *put_Width)(IVideoWindow *This,long Width); Width 612 3rdparty/include/dshow/control.h HRESULT (WINAPI *SetWindowPosition)(IVideoWindow *This,long Left,long Top,long Width,long Height); Width 648 3rdparty/include/dshow/control.h #define IVideoWindow_put_Width(This,Width) (This)->lpVtbl->put_Width(This,Width) Width 664 3rdparty/include/dshow/control.h #define IVideoWindow_SetWindowPosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetWindowPosition(This,Left,Top,Width,Height) Width 705 3rdparty/include/dshow/control.h HRESULT WINAPI IVideoWindow_put_Width_Proxy(IVideoWindow *This,long Width); Width 737 3rdparty/include/dshow/control.h HRESULT WINAPI IVideoWindow_SetWindowPosition_Proxy(IVideoWindow *This,long Left,long Top,long Width,long Height); Width 780 3rdparty/include/dshow/control.h virtual HRESULT WINAPI SetSourcePosition(long Left,long Top,long Width,long Height) = 0; Width 783 3rdparty/include/dshow/control.h virtual HRESULT WINAPI SetDestinationPosition(long Left,long Top,long Width,long Height) = 0; Width 823 3rdparty/include/dshow/control.h HRESULT (WINAPI *SetSourcePosition)(IBasicVideo *This,long Left,long Top,long Width,long Height); Width 826 3rdparty/include/dshow/control.h HRESULT (WINAPI *SetDestinationPosition)(IBasicVideo *This,long Left,long Top,long Width,long Height); Width 868 3rdparty/include/dshow/control.h #define IBasicVideo_SetSourcePosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetSourcePosition(This,Left,Top,Width,Height) Width 871 3rdparty/include/dshow/control.h #define IBasicVideo_SetDestinationPosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetDestinationPosition(This,Left,Top,Width,Height) Width 923 3rdparty/include/dshow/control.h HRESULT WINAPI IBasicVideo_SetSourcePosition_Proxy(IBasicVideo *This,long Left,long Top,long Width,long Height); Width 929 3rdparty/include/dshow/control.h HRESULT WINAPI IBasicVideo_SetDestinationPosition_Proxy(IBasicVideo *This,long Left,long Top,long Width,long Height); Width 986 3rdparty/include/dshow/control.h HRESULT (WINAPI *SetSourcePosition)(IBasicVideo2 *This,long Left,long Top,long Width,long Height); Width 989 3rdparty/include/dshow/control.h HRESULT (WINAPI *SetDestinationPosition)(IBasicVideo2 *This,long Left,long Top,long Width,long Height); Width 1032 3rdparty/include/dshow/control.h #define IBasicVideo2_SetSourcePosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetSourcePosition(This,Left,Top,Width,Height) Width 1035 3rdparty/include/dshow/control.h #define IBasicVideo2_SetDestinationPosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetDestinationPosition(This,Left,Top,Width,Height) Width 86 3rdparty/libtiff/tif_fax3.h unsigned char Width; /* width of code in bits */ Width 201 3rdparty/libtiff/tif_fax3.h for (t = 0; t < TabEnt->Width; t++) \ Width 205 3rdparty/libtiff/tif_fax3.h ClrBits(TabEnt->Width); \ Width 213 3rdparty/libtiff/tif_fax3.h for (t = 0; t < TabEnt->Width; t++) \ Width 217 3rdparty/libtiff/tif_fax3.h ClrBits(TabEnt->Width); \ Width 230 3rdparty/libtiff/tif_fax3.h ClrBits(TabEnt->Width); \ Width 235 3rdparty/libtiff/tif_fax3.h ClrBits(TabEnt->Width); \ Width 41 cmake/checks/directx.cpp sd.BufferDesc.Width = width; Width 323 modules/core/include/opencv2/core/wimage.hpp Allocate(src.Width(), src.Height(), src.Channels()); Width 380 modules/core/include/opencv2/core/wimage.hpp Allocate(src.Width(), src.Height()); Width 516 modules/core/include/opencv2/core/wimage.hpp if (IsNull() || WImage<T>::Width() != width || Width 527 modules/core/include/opencv2/core/wimage.hpp if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { Width 720 modules/core/src/directx.cpp CV_Assert(srcSize.width == (int)desc.Width && srcSize.height == (int)desc.Height); Width 784 modules/core/src/directx.cpp dst.create(Size(desc.Width, desc.Height), textureType); Width 868 modules/core/src/directx.cpp CV_Assert(srcSize.width == (int)desc.Width && srcSize.height == (int)desc.Height); Width 932 modules/core/src/directx.cpp dst.create(Size(desc.Width, desc.Height), textureType); Width 1019 modules/core/src/directx.cpp CV_Assert(srcSize.width == (int)desc.Width && srcSize.height == (int)desc.Height); Width 1090 modules/core/src/directx.cpp dst.create(Size(desc.Width, desc.Height), surfaceType); Width 626 modules/cudacodec/src/video_writer.cpp efparams.Width = frameSize_.width; Width 130 modules/videoio/src/cap_winrt_video.cpp props->Width = width; Width 50 samples/directx/d3d10_interop.cpp scd.BufferDesc.Width = m_width; // set the back buffer width Width 90 samples/directx/d3d10_interop.cpp viewport.Width = m_width; Width 99 samples/directx/d3d10_interop.cpp desc.Width = m_width; Width 50 samples/directx/d3d11_interop.cpp scd.BufferDesc.Width = m_width; // set the back buffer width Width 94 samples/directx/d3d11_interop.cpp viewport.Width = (float)m_width; Width 103 samples/directx/d3d11_interop.cpp desc.Width = m_width; Width 96 samples/winrt/ImageManipulations/MainPage.xaml.cpp InputSection->Width = ((availableWidth) - Width 104 samples/winrt/ImageManipulations/MainPage.xaml.cpp InputSection->Width = (windowWidth - (layoutRootMarginLeft + layoutRootMarginRight)); Width 92 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp this->ActualWidth == Window::Current->Bounds.Width) Width 80 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp static_cast<UINT>(m_renderTargetSize.Width), Width 108 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp static_cast<UINT>(m_renderTargetSize.Width), Width 137 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp m_renderTargetSize.Width, Width 146 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp m_renderTargetSize.Width = width; Width 160 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp m_windowBounds.Width = width; Width 208 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp if (renderResolution.Width != m_renderResolution.Width || Width 215 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); Width 242 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp captureDimensions.Width = 640; Width 269 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp previewDimensions.Width = 640; Width 317 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp m_renderer->UpdateForWindowSizeChange(WindowBounds.Width, WindowBounds.Height); Width 318 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); Width 220 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.cpp float aspectRatio = m_windowBounds.Width / m_windowBounds.Height; Width 278 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.cpp float aspectRatio = m_windowBounds.Width / m_windowBounds.Height; Width 80 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp static_cast<UINT>(m_renderTargetSize.Width), Width 108 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp static_cast<UINT>(m_renderTargetSize.Width), Width 137 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp m_renderTargetSize.Width, Width 146 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp m_renderTargetSize.Width = width; Width 160 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp m_windowBounds.Width = width; Width 73 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp if (renderResolution.Width != m_renderResolution.Width || Width 80 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); Width 108 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp m_renderer->UpdateForWindowSizeChange(WindowBounds.Width, WindowBounds.Height); Width 109 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height);