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

/external/opencv3/modules/imgcodecs/test/
H A Dtest_drawing.cpp208 textSize = getTextSize( text2, FONT_HERSHEY_COMPLEX_SMALL, fontScale, thickness, &baseline);
210 putText(img, text2, textOrg, FONT_HERSHEY_COMPLEX_SMALL, fontScale, color, thickness, CV_AA);
371 cvInitFont( &font, FONT_HERSHEY_COMPLEX_SMALL, 1, 1, 0, 1, CV_AA );
486 fonts.push_back(FONT_HERSHEY_COMPLEX_SMALL);
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dscreen_finder.py823 cv2.FONT_HERSHEY_COMPLEX_SMALL, 1, (255, 255, 0), 1, cv2.CV_AA)
/external/opencv3/modules/core/include/opencv2/
H A Dcore.hpp218 FONT_HERSHEY_COMPLEX_SMALL = 5, //!< smaller version of FONT_HERSHEY_COMPLEX enumerator in enum:cv::HersheyFonts
/external/opencv3/modules/java/src/
H A Dcore+Core.java170 FONT_HERSHEY_COMPLEX_SMALL = 5, field in class:Core
/external/opencv3/modules/imgproc/src/
H A Ddrawing.cpp2027 case FONT_HERSHEY_COMPLEX_SMALL:

Completed in 192 milliseconds