Home
last modified time | relevance | path

Searched defs:winname (Results 1 – 25 of 108) sorted by relevance

12345

/dports/textproc/sgrep/sgrep-0.99/
H A Dsgtool.tcl1375 proc me_cancel { winname } { argument
1395 proc me_save { winname } { argument
1408 proc me_save_as { winname } { argument
1453 proc me_ebutton_edit { winname } { argument
1566 proc me_postmenu { winname } { argument
1594 proc me_listbutton1 { winname } { argument
1601 proc me_macro_enter { winname } { argument
1651 proc me_do_remove { winname } { argument
1708 proc me_do_insert { winname } { argument
1789 proc me_do_rename { winname } { argument
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/misc/java/src/java/
H A Dhighgui+HighGui.java35 public static void namedWindow(String winname) { in namedWindow()
39 public static void namedWindow(String winname, int flag) { in namedWindow()
44 public static void imshow(String winname, Mat img) { in imshow()
175 public static void destroyWindow(String winname) { in destroyWindow()
184 public static void resizeWindow(String winname, int width, int height) { in resizeWindow()
189 public static void moveWindow(String winname, int x, int y) { in moveWindow()
/dports/graphics/opencv/opencv-4.5.3/samples/python/tutorial_code/imgProc/morph_lines_detection/
H A Dmorph_lines_detection.py10 def show_wait_destroy(winname, img): argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/devel/boost-docs/boost_1_72_0/boost/compute/interop/opencv/
H A Dhighgui.hpp21 inline void opencv_imshow(const std::string &winname, in opencv_imshow()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dvideocapture_intelperc.cpp130 static void imshowImage(const char *winname, Mat &image, VideoCapture &capture) in imshowImage()
157 static void imshowIR(const char *winname, Mat &ir) in imshowIR()
202 static void imshowDepth(const char *winname, Mat &depth, VideoCapture &capture) in imshowDepth()
/dports/print/xpdfopen/texlive-20150521-source/utils/xpdfopen/xpdfopen-0.86/
H A Dpdfclose.c35 char * winname; in try_name() local
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/Inspector/
H A DAnnotations.m88 {
H A DTools.m124 {
/dports/deskutils/gworkspace/gworkspace-0.9.4/Inspector/
H A DAnnotations.m88 {
H A DTools.m124 {
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/common/
H A Dwinhtml.c19 static char winname[65] = ""; in WinHtml() local
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow.cpp444 cv::Rect cv::getWindowImageRect(const String& winname) in getWindowImageRect()
450 void cv::namedWindow( const String& winname, int flags ) in namedWindow()
490 void cv::destroyWindow( const String& winname ) in destroyWindow()
525 void cv::resizeWindow( const String& winname, int width, int height ) in resizeWindow()
554 void cv::resizeWindow(const String& winname, const cv::Size& size) in resizeWindow()
560 void cv::moveWindow( const String& winname, int x, int y ) in moveWindow()
589 void cv::setWindowTitle(const String& winname, const String& title) in setWindowTitle()
629 void cv::setWindowProperty(const String& winname, int prop_id, double prop_value) in setWindowProperty()
635 double cv::getWindowProperty(const String& winname, int prop_id) in getWindowProperty()
968 void cv::imshow( const String& winname, InputArray _img ) in imshow()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/contrib/libompitrace/
H A Daccumulate.c37 char winname[MPI_MAX_OBJECT_NAME]; in MPI_Accumulate() local
/dports/net/openmpi/openmpi-4.1.1/ompi/contrib/libompitrace/
H A Daccumulate.c37 char winname[MPI_MAX_OBJECT_NAME]; in MPI_Accumulate() local
/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/ImgTrans/remap/
H A DRemapDemo.java73 final String winname = "Remap demo"; in run() local
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/ImgProc/morph_lines_detection/
H A DMorphology_3.cpp134 void show_wait_destroy(const char* winname, cv::Mat img) { in show_wait_destroy()
/dports/deskutils/gworkspace/gworkspace-0.9.4/Inspector/ContentViewers/AppViewer/
H A DAppViewer.m278 {

12345