Searched refs:nameFont (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/highgui/include/opencv2/ |
D | highgui.hpp | 552 const char* nameFont; // Qt: nameFont member 595 CV_EXPORTS QtFont fontQt(const String& nameFont, int pointSize = -1,
|
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 384 cv::QtFont cv::fontQt(const String& nameFont, int pointSize, Scalar color, int weight, int style, … in fontQt() argument 386 CvFont f = cvFontQt(nameFont.c_str(), pointSize,color,weight, style); in fontQt()
|
D | window_QT.cpp | 91 CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, in… in cvFontQt() argument 106 CvFont f = {nameFont,color,style,NULL,NULL,NULL,0,0,0,weight,spacing,pointSize}; in cvFontQt() 823 QFont f(font->nameFont, font->line_type/*PointSize*/, font->thickness/*weight*/); in putText()
|
/external/opencv3/modules/highgui/include/opencv2/highgui/ |
D | highgui_c.h | 79 CVAPI(CvFont) cvFontQt(const char* nameFont, int pointSize CV_DEFAULT(-1), CvScalar color CV_DEFAUL…
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1120 const char* nameFont; //Qt:nameFont member
|