OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvFontQt
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
79
CVAPI(CvFont)
cvFontQt
(const char* nameFont, int pointSize CV_DEFAULT(-1), CvScalar color CV_DEFAULT(cvScalarAll(0)), int weight CV_DEFAULT(CV_FONT_NORMAL), int style CV_DEFAULT(CV_STYLE_NORMAL), int spacing CV_DEFAULT(0));
/external/opencv3/modules/highgui/src/
window.cpp
386
CvFont f =
cvFontQt
(nameFont.c_str(), pointSize,color,weight, style);
window_QT.cpp
91
CV_IMPL CvFont
cvFontQt
(const char* nameFont, int pointSize,CvScalar color,int weight,int style, int spacing)
[
all
...]
Completed in 38 milliseconds