Home
last modified time | relevance | path

Searched refs:cvFontQt (Results 1 – 3 of 3) sorted by relevance

/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/highgui/src/
Dwindow.cpp386 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() function