ref              1531 3rdparty/libtiff/tif_jpeg.c             float *ref;
ref              1533 3rdparty/libtiff/tif_jpeg.c                       &ref)) {
ref                57 3rdparty/libwebp/dsp/dsp.h typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
ref                59 3rdparty/libwebp/dsp/dsp.h typedef void (*VP8Fdct)(const uint8_t* src, const uint8_t* ref, int16_t* out);
ref                74 3rdparty/libwebp/dsp/dsp.h typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
ref                76 3rdparty/libwebp/dsp/dsp.h typedef int (*VP8WMetric)(const uint8_t* pix, const uint8_t* ref,
ref                90 3rdparty/libwebp/dsp/dsp.h typedef void (*VP8CHisto)(const uint8_t* ref, const uint8_t* pred,
ref                45 3rdparty/libwebp/dsp/enc.c static void CollectHistogram(const uint8_t* ref, const uint8_t* pred,
ref                53 3rdparty/libwebp/dsp/enc.c     VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
ref                88 3rdparty/libwebp/dsp/enc.c   dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
ref                94 3rdparty/libwebp/dsp/enc.c static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
ref               127 3rdparty/libwebp/dsp/enc.c static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
ref               129 3rdparty/libwebp/dsp/enc.c   ITransformOne(ref, in, dst);
ref               131 3rdparty/libwebp/dsp/enc.c     ITransformOne(ref + 4, in + 16, dst + 4);
ref               135 3rdparty/libwebp/dsp/enc.c static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) {
ref               138 3rdparty/libwebp/dsp/enc.c   for (i = 0; i < 4; ++i, src += BPS, ref += BPS) {
ref               139 3rdparty/libwebp/dsp/enc.c     const int d0 = src[0] - ref[0];   // 9bit dynamic range ([-255,255])
ref               140 3rdparty/libwebp/dsp/enc.c     const int d1 = src[1] - ref[1];
ref               141 3rdparty/libwebp/dsp/enc.c     const int d2 = src[2] - ref[2];
ref               142 3rdparty/libwebp/dsp/enc.c     const int d3 = src[3] - ref[3];
ref                30 3rdparty/libwebp/dsp/enc_neon.c static void ITransformOne(const uint8_t* ref,
ref               139 3rdparty/libwebp/dsp/enc_neon.c     : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref)  // constants
ref               144 3rdparty/libwebp/dsp/enc_neon.c static void ITransform(const uint8_t* ref,
ref               146 3rdparty/libwebp/dsp/enc_neon.c   ITransformOne(ref, in, dst);
ref               148 3rdparty/libwebp/dsp/enc_neon.c     ITransformOne(ref + 4, in + 16, dst + 4);
ref               233 3rdparty/libwebp/dsp/enc_neon.c static void FTransform(const uint8_t* src, const uint8_t* ref,
ref               237 3rdparty/libwebp/dsp/enc_neon.c   const uint8_t* ref_ptr = ref;
ref                59 3rdparty/libwebp/dsp/enc_sse2.c static void CollectHistogramSSE2(const uint8_t* ref, const uint8_t* pred,
ref                68 3rdparty/libwebp/dsp/enc_sse2.c     VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
ref               105 3rdparty/libwebp/dsp/enc_sse2.c static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst,
ref               282 3rdparty/libwebp/dsp/enc_sse2.c       ref0 = _mm_loadl_epi64((__m128i*)&ref[0 * BPS]);
ref               283 3rdparty/libwebp/dsp/enc_sse2.c       ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
ref               284 3rdparty/libwebp/dsp/enc_sse2.c       ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
ref               285 3rdparty/libwebp/dsp/enc_sse2.c       ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
ref               288 3rdparty/libwebp/dsp/enc_sse2.c       ref0 = _mm_cvtsi32_si128(*(int*)&ref[0 * BPS]);
ref               289 3rdparty/libwebp/dsp/enc_sse2.c       ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]);
ref               290 3rdparty/libwebp/dsp/enc_sse2.c       ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
ref               291 3rdparty/libwebp/dsp/enc_sse2.c       ref3 = _mm_cvtsi32_si128(*(int*)&ref[3 * BPS]);
ref               325 3rdparty/libwebp/dsp/enc_sse2.c static void FTransformSSE2(const uint8_t* src, const uint8_t* ref,
ref               358 3rdparty/libwebp/dsp/enc_sse2.c     const __m128i ref0 = _mm_loadl_epi64((__m128i*)&ref[0 * BPS]);
ref               359 3rdparty/libwebp/dsp/enc_sse2.c     const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
ref               360 3rdparty/libwebp/dsp/enc_sse2.c     const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
ref               361 3rdparty/libwebp/dsp/enc_sse2.c     const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
ref               925 3rdparty/libwebp/enc/picture.c                             const uint8_t* ref, int ref_stride,
ref               936 3rdparty/libwebp/enc/picture.c       const double value = (double)ref[y * ref_stride + x];
ref               962 3rdparty/libwebp/enc/picture.c int WebPPictureDistortion(const WebPPicture* src, const WebPPicture* ref,
ref               968 3rdparty/libwebp/enc/picture.c   if (src == NULL || ref == NULL ||
ref               969 3rdparty/libwebp/enc/picture.c       src->width != ref->width || src->height != ref->height ||
ref               970 3rdparty/libwebp/enc/picture.c       src->y == NULL || ref->y == NULL ||
ref               971 3rdparty/libwebp/enc/picture.c       src->u == NULL || ref->u == NULL ||
ref               972 3rdparty/libwebp/enc/picture.c       src->v == NULL || ref->v == NULL ||
ref               977 3rdparty/libwebp/enc/picture.c   if (src->use_argb == 1 || src->use_argb != ref->use_argb) {
ref               982 3rdparty/libwebp/enc/picture.c   if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) ||
ref               983 3rdparty/libwebp/enc/picture.c       (has_alpha && (src->a == NULL || ref->a == NULL))) {
ref               994 3rdparty/libwebp/enc/picture.c                             ref->y, ref->y_stride, src->width, src->height);
ref               996 3rdparty/libwebp/enc/picture.c                             ref->u, ref->uv_stride, uv_w, uv_h);
ref               998 3rdparty/libwebp/enc/picture.c                             ref->v, ref->uv_stride, uv_w, uv_h);
ref              1000 3rdparty/libwebp/enc/picture.c                                         ref->a, ref->a_stride,
ref              1019 3rdparty/libwebp/enc/picture.c                            ref->y, ref->y_stride,
ref              1022 3rdparty/libwebp/enc/picture.c                            ref->u, ref->uv_stride,
ref              1025 3rdparty/libwebp/enc/picture.c                            ref->v, ref->uv_stride,
ref              1029 3rdparty/libwebp/enc/picture.c                              ref->a, ref->a_stride,
ref               652 3rdparty/libwebp/enc/quant.c   const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
ref               660 3rdparty/libwebp/enc/quant.c     VP8FTransform(src + VP8Scan[n], ref + VP8Scan[n], tmp[n]);
ref               687 3rdparty/libwebp/enc/quant.c     VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1);
ref               699 3rdparty/libwebp/enc/quant.c   const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
ref               704 3rdparty/libwebp/enc/quant.c   VP8FTransform(src, ref, tmp);
ref               713 3rdparty/libwebp/enc/quant.c   VP8ITransform(ref, tmp, yuv_out, 0);
ref               720 3rdparty/libwebp/enc/quant.c   const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
ref               728 3rdparty/libwebp/enc/quant.c     VP8FTransform(src + VP8Scan[16 + n], ref + VP8Scan[16 + n], tmp[n]);
ref               751 3rdparty/libwebp/enc/quant.c     VP8ITransform(ref + VP8Scan[16 + n], tmp[n], yuv_out + VP8Scan[16 + n], 1);
ref               969 3rdparty/libwebp/enc/quant.c       const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
ref               971 3rdparty/libwebp/enc/quant.c       const score_t score = VP8SSE16x16(src, ref);
ref               996 3rdparty/libwebp/enc/quant.c         const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
ref               997 3rdparty/libwebp/enc/quant.c         const score_t score = VP8SSE4x4(src, ref);
ref               376 3rdparty/libwebp/webp/encode.h     const WebPPicture* src, const WebPPicture* ref,
ref               282 3rdparty/openexr/Imath/ImathMatrixAlgo.h                                           const Vec3<T>&     ref);
ref               996 3rdparty/openexr/Imath/ImathMatrixAlgo.h            const Matrix44<T>& ref)
ref              1011 3rdparty/openexr/Imath/ImathMatrixAlgo.h     Matrix44<T> X = S * O * inMat * ref;
ref              2561 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp> _Tp& ref(int i0, size_t* hashval=0);
ref              2563 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp> _Tp& ref(int i0, int i1, size_t* hashval=0);
ref              2565 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp> _Tp& ref(int i0, int i1, int i2, size_t* hashval=0);
ref              2567 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp> _Tp& ref(const int* idx, size_t* hashval=0);
ref              2713 modules/core/include/opencv2/core/mat.hpp     _Tp& ref(int i0, size_t* hashval=0);
ref              2715 modules/core/include/opencv2/core/mat.hpp     _Tp& ref(int i0, int i1, size_t* hashval=0);
ref              2717 modules/core/include/opencv2/core/mat.hpp     _Tp& ref(int i0, int i1, int i2, size_t* hashval=0);
ref              2719 modules/core/include/opencv2/core/mat.hpp     _Tp& ref(const int* idx, size_t* hashval=0);
ref              2062 modules/core/include/opencv2/core/mat.inl.hpp     return SparseMat::ref<_Tp>(i0, hashval);
ref              2074 modules/core/include/opencv2/core/mat.inl.hpp     return SparseMat::ref<_Tp>(i0, i1, hashval);
ref              2086 modules/core/include/opencv2/core/mat.inl.hpp     return SparseMat::ref<_Tp>(i0, i1, i2, hashval);
ref              2098 modules/core/include/opencv2/core/mat.inl.hpp     return SparseMat::ref<_Tp>(idx, hashval);
ref               939 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_StencilFunc(GLenum func, GLint ref, GLuint mask)
ref               942 modules/core/src/gl_core_3_1.cpp         StencilFunc(func, ref, mask);
ref              1429 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
ref              1432 modules/core/src/gl_core_3_1.cpp         StencilFuncSeparate(face, func, ref, mask);
ref              1096 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *StencilFunc)(GLenum func, GLint ref, GLuint mask);
ref              1186 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask);
ref              1265 modules/core/test/test_mat.cpp         m.ref<double>(i, i) = 1;
ref              1198 modules/core/test/test_operations.cpp                         CV_Assert( v.ref(idx[0]) == v(idx[0]) );
ref              1202 modules/core/test/test_operations.cpp                         CV_Assert( v.ref(idx[0], idx[1]) == v(idx[0], idx[1]) );
ref              1206 modules/core/test/test_operations.cpp                         CV_Assert( v.ref(idx[0], idx[1], idx[2]) == v(idx[0], idx[1], idx[2]) );
ref              1208 modules/core/test/test_operations.cpp                     CV_Assert( v.ref(idx) == v(idx) );
ref              1209 modules/core/test/test_operations.cpp                     v.ref(idx) += val;
ref               713 modules/core/test/test_umat.cpp         Mat m(10, 10, CV_8UC1), ref;
ref               721 modules/core/test/test_umat.cpp         ref = m.clone();
ref               723 modules/core/test/test_umat.cpp         ref(r).setTo(17);
ref               730 modules/core/test/test_umat.cpp         double err = cvtest::norm(m, ref, NORM_INF);
ref               734 modules/core/test/test_umat.cpp             std::cout << "ref: " << std::endl << ref << std::endl;
ref                63 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp         static TexRef ref;
ref                70 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             ref.normalized = normalizedCoords;
ref                71 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             ref.filterMode = filterMode;
ref                72 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             ref.addressMode[0] = addressMode;
ref                73 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             ref.addressMode[1] = addressMode;
ref                74 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             ref.addressMode[2] = addressMode;
ref                78 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             CV_CUDEV_SAFE_CALL( cudaBindTexture2D(0, &ref, mat.data, &desc, mat.cols, mat.rows, mat.step) );
ref                83 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp             cudaUnbindTexture(ref);
ref                88 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp     typename CvCudevTextureRef<T>::TexRef CvCudevTextureRef<T>::ref;
ref               111 modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp         return tex2D(CvCudevTextureRef<T>::ref, x, y);
ref               410 modules/videoio/src/cap_msmf.hpp #define _StringReference ref new Platform::String
ref               463 modules/videoio/src/cap_msmf.hpp #define THROW_INVALID_ARG throw ref new Platform::InvalidArgumentException();
ref               488 modules/videoio/src/cap_msmf.hpp #define ACTIVATE_LOCAL_OBJ_BASE(objtype) ref new objtype()
ref               489 modules/videoio/src/cap_msmf.hpp #define ACTIVATE_LOCAL_OBJ(objtype, ...) ref new objtype(__VA_ARGS__)
ref               490 modules/videoio/src/cap_msmf.hpp #define ACTIVATE_EVENT_HANDLER(objtype, ...) ref new objtype(__VA_ARGS__)
ref               491 modules/videoio/src/cap_msmf.hpp #define ACTIVATE_OBJ(rtclass, objtype, obj, hr) MAKE_WRL_OBJ(objtype) obj = ref new objtype();\
ref                39 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     auto reader = ref new Media::CaptureFrameGrabber(capture, props, streamType);
ref                41 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     auto profile = ref new MediaEncodingProfile();
ref                66 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     auto videoSampleHandler = ref new MediaSampleHandler(this, &Media::CaptureFrameGrabber::ProcessSample);
ref               111 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp         throw ref new COMException(E_UNEXPECTED, L"State");
ref               146 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp         throw ref new COMException(E_UNEXPECTED, L"State");
ref                38 modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp ref class CaptureFrameGrabber sealed
ref                58 modules/videoio/src/cap_winrt/MFIncludes.hpp #define CHK(statement)  {HRESULT _hr = (statement); if (FAILED(_hr)) { throw ref new Platform::COMException(_hr); };}
ref                59 modules/videoio/src/cap_winrt/MFIncludes.hpp #define CHKNULL(p)  {if ((p) == nullptr) { throw ref new Platform::NullReferenceException(L#p); };}
ref               166 modules/videoio/src/cap_winrt/MFIncludes.hpp ref class MediaSample sealed
ref               112 modules/videoio/src/cap_winrt/MediaStreamSink.cpp         auto mediaSample = ref new MediaSample();
ref                79 modules/videoio/src/cap_winrt_bridge.cpp     frontOutputBuffer = ref new WriteableBitmap(width, height);
ref                80 modules/videoio/src/cap_winrt_bridge.cpp     backOutputBuffer = ref new WriteableBitmap(width, height);
ref                61 modules/videoio/src/cap_winrt_capture.cpp         asyncTask->Progress = ref new AsyncActionProgressHandler<int>([=](IAsyncActionWithProgress<int>^ act, int progress)
ref               108 modules/videoio/src/cap_winrt_video.cpp         auto settings = ref new MediaCaptureInitializationSettings();
ref               119 modules/videoio/src/cap_winrt_video.cpp         m_capture = ref new MediaCapture();
ref               283 modules/videoio/src/cap_winrt_video.cpp     auto settings = ref new MediaCaptureInitializationSettings();
ref                34 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp     Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending);
ref                62 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp         rootFrame = ref new Frame();
ref                67 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp         rootFrame->NavigationFailed += ref new Windows::UI::Xaml::Navigation::NavigationFailedEventHandler(this, &App::OnNavigationFailed);
ref               124 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp     throw ref new FailureException("Failed to load Page " + e->SourcePageType.Name);
ref                15 samples/winrt/FaceDetection/FaceDetection/App.xaml.h     ref class App sealed
ref                81 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp     WriteableBitmap^ bitmap = ref new WriteableBitmap(image.cols, image.rows);
ref                18 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.h     public ref class MainPage sealed
ref                41 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp ref class ReencodeState sealed
ref                85 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     m_orientationChangedEventToken = Windows::Graphics::Display::DisplayProperties::OrientationChanged += ref new Windows::Graphics::Display::DisplayPropertiesEventHandler(this, &AdvancedCapture::DisplayProperties_OrientationChanged);
ref               120 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp         ref new Windows::UI::Core::DispatchedHandler([this, message]()
ref               132 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp         auto mediaCapture = ref new Windows::Media::Capture::MediaCapture();
ref               134 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp         auto settings = ref new Windows::Media::Capture::MediaCaptureInitializationSettings();
ref               167 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp                 mediaCapture->Failed += ref new Windows::Media::Capture::MediaCaptureFailedEventHandler(this, &AdvancedCapture::Failed);
ref               397 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     ReencodeState ^state = ref new ReencodeState();
ref               419 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp         auto properties = ref new Windows::Graphics::Imaging::BitmapPropertySet();
ref               421 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp             ref new Windows::Graphics::Imaging::BitmapTypedValue((unsigned short)photoRotation, Windows::Foundation::PropertyType::UInt16));
ref               551 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp             PropertySet^ props = ref new PropertySet();
ref                38 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h         public ref class AdvancedCapture sealed
ref                48 samples/winrt/ImageManipulations/App.xaml.cpp     this->Suspending += ref new SuspendingEventHandler(this, &SDKSample::App::OnSuspending);
ref                71 samples/winrt/ImageManipulations/App.xaml.cpp     auto rootFrame = ref new Frame();
ref                90 samples/winrt/ImageManipulations/App.xaml.cpp                 throw ref new FailureException("Failed to create initial page");
ref                24 samples/winrt/ImageManipulations/App.xaml.h     ref class App
ref                17 samples/winrt/ImageManipulations/Constants.cpp Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Scenario>
ref                22 samples/winrt/ImageManipulations/Constants.h     partial ref class MainPage
ref                29 samples/winrt/ImageManipulations/Constants.h                 return ref new Platform::String(L"OpenCV Image Manipulations sample");
ref                42 samples/winrt/ImageManipulations/MainPage.xaml.cpp     HiddenFrame = ref new Windows::UI::Xaml::Controls::Frame();
ref                48 samples/winrt/ImageManipulations/MainPage.xaml.cpp     this->SizeChanged += ref new SizeChangedEventHandler(this, &MainPage::MainPage_SizeChanged);
ref                49 samples/winrt/ImageManipulations/MainPage.xaml.cpp     Scenarios->SelectionChanged += ref new SelectionChangedEventHandler(this, &MainPage::Scenarios_SelectionChanged);
ref                64 samples/winrt/ImageManipulations/MainPage.xaml.cpp     MainPageSizeChangedEventArgs^ args = ref new MainPageSizeChangedEventArgs();
ref               146 samples/winrt/ImageManipulations/MainPage.xaml.cpp     ScenarioList = ref new Platform::Collections::Vector<Object^>();
ref               152 samples/winrt/ImageManipulations/MainPage.xaml.cpp         ListBoxItem^ item = ref new ListBoxItem();
ref               271 samples/winrt/ImageManipulations/MainPage.xaml.cpp     auto uri = ref new Uri((String^)((HyperlinkButton^)sender)->Tag);
ref                31 samples/winrt/ImageManipulations/MainPage.xaml.h     public ref class MainPageSizeChangedEventArgs sealed
ref                51 samples/winrt/ImageManipulations/MainPage.xaml.h     public ref class MainPage sealed
ref                40 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp     DefaultViewModel = ref new Map<String^, Object^>(std::less<String^>());
ref                45 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp     Loaded += ref new RoutedEventHandler(this, &LayoutAwarePage::OnLoaded);
ref                48 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp     Unloaded += ref new RoutedEventHandler(this, &LayoutAwarePage::OnUnloaded);
ref                96 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp             ref new TypedEventHandler<CoreDispatcher^, AcceleratorKeyEventArgs^>(this,
ref                99 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp             ref new TypedEventHandler<CoreWindow^, PointerEventArgs^>(this,
ref               211 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp             GoBack(this, ref new RoutedEventArgs());
ref               218 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp             GoForward(this, ref new RoutedEventArgs());
ref               244 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp         if (backPressed) GoBack(this, ref new RoutedEventArgs());
ref               245 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp         if (forwardPressed) GoForward(this, ref new RoutedEventArgs());
ref               276 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp         _layoutAwareControls = ref new Vector<Control^>();
ref               277 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp         _windowSizeEventToken = Window::Current->SizeChanged += ref new WindowSizeChangedEventHandler(this, &LayoutAwarePage::WindowSizeChanged);
ref               424 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp     auto pageState = ref new Map<String^, Object^>();
ref                40 samples/winrt/ImageManipulations/common/LayoutAwarePage.h         public ref class LayoutAwarePage : Windows::UI::Xaml::Controls::Page
ref                38 samples/winrt/ImageManipulations/common/suspensionmanager.cpp     Map<String^, Object^>^ _sessionState = ref new Map<String^, Object^>();
ref                61 samples/winrt/ImageManipulations/common/suspensionmanager.cpp private ref class WeakFrame sealed
ref               101 samples/winrt/ImageManipulations/common/suspensionmanager.cpp         throw ref new FailureException("Frames can only be registered to one session state key");
ref               106 samples/winrt/ImageManipulations/common/suspensionmanager.cpp         throw ref new FailureException("Frames must be either be registered before accessing frame session state, or not registered at all");
ref               112 samples/winrt/ImageManipulations/common/suspensionmanager.cpp     _registeredFrames.insert(_registeredFrames.begin(), ref new WeakFrame(frame));
ref               166 samples/winrt/ImageManipulations/common/suspensionmanager.cpp                 _sessionState->Insert(frameSessionKey, ref new Map<String^, Object^>());
ref               173 samples/winrt/ImageManipulations/common/suspensionmanager.cpp             frameState = ref new Map<String^, Object^>();
ref               213 samples/winrt/ImageManipulations/common/suspensionmanager.cpp     auto sessionData = ref new InMemoryRandomAccessStream();
ref               214 samples/winrt/ImageManipulations/common/suspensionmanager.cpp     auto sessionDataWriter = ref new DataWriter(sessionData->GetOutputStreamAt(0));
ref               265 samples/winrt/ImageManipulations/common/suspensionmanager.cpp             if (size != stateFileProperties->Size) throw ref new FailureException("Session state larger than 4GB");
ref               269 samples/winrt/ImageManipulations/common/suspensionmanager.cpp                 auto stateReader = ref new DataReader(stateFileStream);
ref               375 samples/winrt/ImageManipulations/common/suspensionmanager.cpp             throw ref new InvalidArgumentException("Unsupported property type");
ref               413 samples/winrt/ImageManipulations/common/suspensionmanager.cpp         throw ref new InvalidArgumentException("Unsupported data type");
ref               425 samples/winrt/ImageManipulations/common/suspensionmanager.cpp         auto map = ref new Map<String^, Object^>();
ref               435 samples/winrt/ImageManipulations/common/suspensionmanager.cpp             throw ref new InvalidArgumentException("Invalid stream");
ref               476 samples/winrt/ImageManipulations/common/suspensionmanager.cpp             throw ref new InvalidArgumentException("Unsupported property type");
ref                31 samples/winrt/ImageManipulations/common/suspensionmanager.h         ref class SuspensionManager sealed
ref                34 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp     Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending);
ref                53 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp         rootFrame = ref new Frame();
ref                69 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp                 throw ref new FailureException("Failed to create initial page");
ref                86 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp                 throw ref new FailureException("Failed to create initial page");
ref                15 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.h     ref class App sealed
ref                37 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp Uri^ InputImageUri = ref new Uri(L"ms-appx:///Assets/Lena.png");
ref               163 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp     WriteableBitmap^ bitmap = ref new WriteableBitmap(image.cols, image.rows);
ref                18 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h     public ref class MainPage sealed
ref                35 samples/winrt_universal/PhoneTutorial/App.xaml.cpp     Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending);
ref                61 samples/winrt_universal/PhoneTutorial/App.xaml.cpp         rootFrame = ref new Frame();
ref                81 samples/winrt_universal/PhoneTutorial/App.xaml.cpp             _transitions = ref new TransitionCollection();
ref                89 samples/winrt_universal/PhoneTutorial/App.xaml.cpp         _firstNavigatedToken = rootFrame->Navigated += ref new NavigatedEventHandler(this, &App::RootFrame_FirstNavigated);
ref                96 samples/winrt_universal/PhoneTutorial/App.xaml.cpp             throw ref new FailureException("Failed to create initial page");
ref               114 samples/winrt_universal/PhoneTutorial/App.xaml.cpp         newTransitions = ref new TransitionCollection();
ref               115 samples/winrt_universal/PhoneTutorial/App.xaml.cpp         newTransitions->Append(ref new NavigationThemeTransition());
ref                15 samples/winrt_universal/PhoneTutorial/App.xaml.h     ref class App sealed
ref               112 samples/winrt_universal/PhoneTutorial/MainPage.xaml.cpp         m_bitmap = ref new Windows::UI::Xaml::Media::Imaging::WriteableBitmap(1, 1);
ref                15 samples/winrt_universal/PhoneTutorial/MainPage.xaml.h     public ref class MainPage sealed
ref                60 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp     Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending);
ref                61 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp     Resuming += ref new Windows::Foundation::EventHandler<Platform::Object ^>(this, &video_capture_xaml::App::OnResuming);
ref                87 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp         rootFrame = ref new Frame();
ref               108 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp             _transitions = ref new TransitionCollection();
ref               116 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp         _firstNavigatedToken = rootFrame->Navigated += ref new NavigatedEventHandler(this, &App::RootFrame_FirstNavigated);
ref               124 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp             throw ref new FailureException("Failed to create initial page");
ref               143 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp         newTransitions = ref new TransitionCollection();
ref               144 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp         newTransitions->Append(ref new NavigationThemeTransition());
ref                39 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h     ref class App sealed
ref                42 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.cpp         Window::Current->VisibilityChanged += ref new Windows::UI::Xaml::WindowVisibilityChangedEventHandler(this, &video_capture_xaml::MainPage::OnVisibilityChanged);
ref                15 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.h     public ref class MainPage sealed
ref                42 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.cpp         Window::Current->VisibilityChanged += ref new Windows::UI::Xaml::WindowVisibilityChangedEventHandler(this, &video_capture_xaml::MainPage::OnVisibilityChanged);
ref                15 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.h     public ref class MainPage sealed
ref                 6 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h ref class BasicTimer sealed
ref                14 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
ref                33 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
ref                 6 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.h ref class Direct3DBase abstract
ref                 9 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp     m_controller->RequestAdditionalFrame += ref new RequestAdditionalFrameHandler([=] ()
ref                17 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp     m_controller->RecreateSynchronizedTexture += ref new RecreateSynchronizedTextureHandler([=] ()
ref               197 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerPressed);
ref               200 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerMoved);
ref               203 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerReleased);
ref               248 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp         openOperation->Completed = ref new AsyncOperationCompletedHandler<AudioVideoCaptureDevice^>(
ref               273 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp                     setPreviewResolutionAction->Completed = ref new AsyncActionCompletedHandler(
ref               315 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp         m_renderer = ref new QuadRenderer();
ref                37 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceManipulationHandler
ref                32 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileBuffer = ref new Streams::Buffer(bufferSize);
ref                36 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
ref                26 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.h ref class QuadRenderer sealed : public Direct3DBase
ref                 6 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h ref class BasicTimer sealed
ref                14 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
ref                33 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
ref                27 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.h ref class CubeRenderer sealed : public Direct3DBase
ref                 6 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.h ref class Direct3DBase abstract
ref                 9 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp     m_controller->RequestAdditionalFrame += ref new RequestAdditionalFrameHandler([=] ()
ref                17 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp     m_controller->RecreateSynchronizedTexture += ref new RecreateSynchronizedTextureHandler([=] ()
ref                48 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp         m_timer(ref new BasicTimer())
ref                62 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerPressed);
ref                65 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerMoved);
ref                68 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerReleased);
ref               106 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp         m_renderer = ref new CubeRenderer();
ref                29 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceManipulationHandler
ref                32 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileBuffer = ref new Streams::Buffer(bufferSize);
ref                36 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
ref                43 samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.cpp         return ref new Platform::Collections::VectorView<int>(output);
ref                 8 samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.h     public ref class OpenCVLib sealed