Home
last modified time | relevance | path

Searched defs:nameFont (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1120 const char* nameFont; //Qt:nameFont member
/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp552 const char* nameFont; // Qt: nameFont member
/external/opencv3/modules/highgui/src/
Dwindow.cpp384 cv::QtFont cv::fontQt(const String& nameFont, int pointSize, Scalar color, int weight, int style, … in fontQt()
Dwindow_QT.cpp91 CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, in… in cvFontQt()