Searched refs:cvFontQt (Results 1 – 3 of 3) sorted by relevance
/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/highgui/src/ |
D | window.cpp | 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() function
|