Searched refs:wndRect (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
H A Dopengl.cpp1413 void cv::ogl::render(const ogl::Texture2D& tex, Rect_<double> wndRect, Rect_<double> texRect) argument
1417 (void) wndRect;
1448 wndRect.x, wndRect.y, 0.0f,
1449 wndRect.x, (wndRect.y + wndRect.height), 0.0f,
1450 wndRect.x + wndRect.width, (wndRect
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dopengl.hpp492 @param wndRect Region of window, where to draw a texture (normalized coordinates).
496 Rect_<double> wndRect = Rect_<double>(0.0, 0.0, 1.0, 1.0),

Completed in 128 milliseconds