Home
last modified time | relevance | path

Searched refs:FONT_ITALIC (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp221 textSize = getTextSize( text2, FONT_ITALIC, fontScale, thickness, &baseline); in draw()
223 putText(img, text2, textOrg, FONT_ITALIC, fontScale, color, thickness, CV_AA); in draw()
387 cvInitFont( &font, FONT_ITALIC, 0.5, 0.5, 0, 1, CV_AA ); in draw()
494 for (int italic = 0; italic <= FONT_ITALIC; italic += FONT_ITALIC) in run()
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DUtils.cpp18 int fontFace = cv::FONT_ITALIC;
/external/opencv3/doc/tutorials/introduction/linux_eclipse/
Dlinux_eclipse.markdown167 …putText(img, "Hello World!", Point( 200, 400 ), FONT_HERSHEY_SIMPLEX | FONT_ITALIC, 1.0, Scalar( 2…
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp221 FONT_ITALIC = 16 //!< flag for italic font enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java173 FONT_ITALIC = 16, field in Core
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2007 bool isItalic = (fontFace & FONT_ITALIC) != 0; in getFontData()