Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
DWindow.h85 LPCTSTR windowName, DWORD style, in CreateEx() argument
90 _window = ::CreateWindowEx(exStyle, className, windowName, in CreateEx()
97 LPCTSTR windowName, DWORD style, in Create() argument
102 _window = ::CreateWindow(className, windowName, in Create()
110 LPCWSTR windowName, DWORD style,
115 LPCWSTR windowName, DWORD style,
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DHoughCircle_Demo.cpp18 const std::string windowName = "Hough Circle Detection Demo"; variable
49 imshow( windowName, display); in HoughDetection()
86 namedWindow( windowName, WINDOW_AUTOSIZE ); in main()
87 createTrackbar(cannyThresholdTrackbarName, windowName, &cannyThreshold,maxCannyThreshold); in main()
88 …createTrackbar(accumulatorThresholdTrackbarName, windowName, &accumulatorThreshold, maxAccumulator… in main()
/external/opencv3/modules/highgui/src/
Dwindow.cpp219 void cv::setMouseCallback( const String& windowName, MouseCallback onMouse, void* param) in setMouseCallback() argument
221 cvSetMouseCallback(windowName.c_str(), onMouse, param); in setMouseCallback()
241 void cv::setOpenGlContext(const String& windowName) in setOpenGlContext() argument
243 cvSetOpenGlContext(windowName.c_str()); in setOpenGlContext()
246 void cv::updateWindow(const String& windowName) in updateWindow() argument
248 cvUpdateWindow(windowName.c_str()); in updateWindow()
417 void cv::saveWindowParameters(const String& windowName) in saveWindowParameters() argument
419 cvSaveWindowParameters(windowName.c_str()); in saveWindowParameters()
422 void cv::loadWindowParameters(const String& windowName) in loadWindowParameters() argument
424 cvLoadWindowParameters(windowName.c_str()); in loadWindowParameters()
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/lzma/CPP/Windows/Control/
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() argument
70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx() argument
117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
DWindow2.h18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
23 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp646 CV_EXPORTS void saveWindowParameters(const String& windowName);
655 CV_EXPORTS void loadWindowParameters(const String& windowName);
/external/libpng/contrib/gregbook/
Drpng-x.c446 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
Drpng2-x.c839 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local