Searched refs:windowName (Results 1 - 10 of 10) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
H A DHoughCircle_Demo.cpp18 const std::string windowName = "Hough Circle Detection Demo"; member in namespace:__anon15794
49 imshow( windowName, display);
86 namedWindow( windowName, WINDOW_AUTOSIZE );
87 createTrackbar(cannyThresholdTrackbarName, windowName, &cannyThreshold,maxCannyThreshold);
88 createTrackbar(accumulatorThresholdTrackbarName, windowName, &accumulatorThreshold, maxAccumulatorThreshold);
/external/lzma/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style,
57 _window = ::CreateWindowW(className, windowName,
62 return Create(GetSystemString(className), GetSystemString(windowName),
68 LPCWSTR windowName, DWORD style,
75 _window = ::CreateWindowExW(exStyle, className, windowName,
91 if (IS_INTRESOURCE(windowName))
92 windowNameP = (LPCSTR)windowName;
95 windowNameA = GetSystemString(windowName);
49 Create(LPCWSTR className, LPCWSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) argument
67 CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) argument
H A DWindow.h85 LPCTSTR windowName, DWORD style,
90 _window = ::CreateWindowEx(exStyle, className, windowName,
97 LPCTSTR windowName, DWORD style,
102 _window = ::CreateWindow(className, windowName,
110 LPCWSTR windowName, DWORD style,
115 LPCWSTR windowName, DWORD style,
84 CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) argument
96 Create(LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) argument
/external/lzma/CPP/Windows/Control/
H A DWindow2.h18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
23 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
H A DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, argument
70 return CWindow::CreateEx(exStyle, className, windowName, style,
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, argument
117 return CWindow::CreateEx(exStyle, className, windowName, style,
/external/opencv3/modules/highgui/src/
H A Dwindow.cpp219 void cv::setMouseCallback( const String& windowName, MouseCallback onMouse, void* param) argument
221 cvSetMouseCallback(windowName.c_str(), onMouse, param);
241 void cv::setOpenGlContext(const String& windowName) argument
243 cvSetOpenGlContext(windowName.c_str());
246 void cv::updateWindow(const String& windowName) argument
248 cvUpdateWindow(windowName.c_str());
417 void cv::saveWindowParameters(const String& windowName) argument
419 cvSaveWindowParameters(windowName.c_str());
422 void cv::loadWindowParameters(const String& windowName) argument
424 cvLoadWindowParameters(windowName
[all...]
H A Dwindow_cocoa.mm495 NSString *windowName = [NSString stringWithFormat:@"%s", name];
498 CGFloat windowWidth = [NSWindow minFrameWidthWithTitle:windowName styleMask:styleMask];
521 [window setTitle:windowName];
526 [windows setValue:window forKey:windowName];
/external/opencv3/modules/highgui/include/opencv2/
H A Dhighgui.hpp641 @param windowName Name of the window.
646 CV_EXPORTS void saveWindowParameters(const String& windowName);
650 @param windowName Name of the window.
655 CV_EXPORTS void loadWindowParameters(const String& windowName);
/external/libpng/contrib/gregbook/
H A Drpng-x.c446 XTextProperty windowName, *pWindowName = &windowName; local
H A Drpng2-x.c839 XTextProperty windowName, *pWindowName = &windowName; local

Completed in 366 milliseconds