Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp217 static const char* highGUIclassName = "HighGUI class"; variable
223 UnregisterClass(highGUIclassName, hg_hinstance); in icvCleanupHighgui()
244 wndc.lpszClassName = highGUIclassName; in cvInitSystem()
245 wndc.lpszMenuName = highGUIclassName; in cvInitSystem()