HomeSort by relevance Sort by last modified time
    Searched refs:nameFont (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 552 const char* nameFont; // Qt: nameFont
567 @param nameFont Name of the font. The name should match the name of a system font (such as
595 CV_EXPORTS QtFont fontQt(const String& nameFont, int pointSize = -1,
  /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 384 cv::QtFont cv::fontQt(const String& nameFont, int pointSize, Scalar color, int weight, int style, int /*spacing*/)
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)
94 //nameFont <- only Qt
106 CvFont f = {nameFont,color,style,NULL,NULL,NULL,0,0,0,weight,spacing,pointSize};
823 QFont f(font->nameFont, font->line_type/*PointSize*/, font->thickness/*weight*/);
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 

Completed in 57 milliseconds