Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp552 const char* nameFont; // Qt: nameFont member
595 CV_EXPORTS QtFont fontQt(const String& nameFont, int pointSize = -1,
/external/opencv3/modules/highgui/src/
Dwindow.cpp384 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()
Dwindow_QT.cpp91 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/
Dhighgui_c.h79 CVAPI(CvFont) cvFontQt(const char* nameFont, int pointSize CV_DEFAULT(-1), CvScalar color CV_DEFAUL…
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1120 const char* nameFont; //Qt:nameFont member