/external/lzma/CPP/Windows/ |
D | Window.cpp | 50 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()
|
D | Window.h | 85 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/ |
D | HoughCircle_Demo.cpp | 18 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/ |
D | window.cpp | 219 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()
|
D | window_cocoa.mm | 495 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/ |
D | Window2.cpp | 49 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()
|
D | Window2.h | 18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, 23 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
|
/external/opencv3/modules/highgui/include/opencv2/ |
D | highgui.hpp | 646 CV_EXPORTS void saveWindowParameters(const String& windowName); 655 CV_EXPORTS void loadWindowParameters(const String& windowName);
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 446 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
|
D | rpng2-x.c | 839 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local
|