FONT_ITALIC       221 modules/imgcodecs/test/test_drawing.cpp     textSize = getTextSize( text2, FONT_ITALIC, fontScale, thickness, &baseline);
FONT_ITALIC       223 modules/imgcodecs/test/test_drawing.cpp     putText(img, text2, textOrg, FONT_ITALIC, fontScale, color, thickness, CV_AA);
FONT_ITALIC       387 modules/imgcodecs/test/test_drawing.cpp     cvInitFont( &font, FONT_ITALIC, 0.5, 0.5, 0, 1, CV_AA );
FONT_ITALIC       494 modules/imgcodecs/test/test_drawing.cpp             for (int italic = 0; italic <= FONT_ITALIC; italic += FONT_ITALIC)
FONT_ITALIC      2007 modules/imgproc/src/drawing.cpp     bool isItalic = (fontFace & FONT_ITALIC) != 0;
FONT_ITALIC        18 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp int fontFace = cv::FONT_ITALIC;