Searched refs:FONT_ITALIC (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
H A Dtest_drawing.cpp221 textSize = getTextSize( text2, FONT_ITALIC, fontScale, thickness, &baseline);
223 putText(img, text2, textOrg, FONT_ITALIC, fontScale, color, thickness, CV_AA);
387 cvInitFont( &font, FONT_ITALIC, 0.5, 0.5, 0, 1, CV_AA );
494 for (int italic = 0; italic <= FONT_ITALIC; italic += FONT_ITALIC)
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DUtils.cpp18 int fontFace = cv::FONT_ITALIC;
/external/opencv3/modules/core/include/opencv2/
H A Dcore.hpp221 FONT_ITALIC = 16 //!< flag for italic font enumerator in enum:cv::HersheyFonts
/external/opencv3/modules/java/src/
H A Dcore+Core.java173 FONT_ITALIC = 16, field in class:Core
/external/opencv3/modules/imgproc/src/
H A Ddrawing.cpp2007 bool isItalic = (fontFace & FONT_ITALIC) != 0;

Completed in 1115 milliseconds