FONT_HERSHEY_PLAIN   31 modules/core/perf/opencl/perf_usage_flags.cpp             cv::putText(canvas, "Test", Point(20, 20), FONT_HERSHEY_PLAIN, 1, Scalar::all(255));
FONT_HERSHEY_PLAIN  190 modules/imgcodecs/test/test_drawing.cpp     textSize = getTextSize( text2, FONT_HERSHEY_PLAIN, fontScale, thickness, &baseline);
FONT_HERSHEY_PLAIN  192 modules/imgcodecs/test/test_drawing.cpp     putText(img, text2, textOrg, FONT_HERSHEY_PLAIN, fontScale, color, thickness, CV_AA);
FONT_HERSHEY_PLAIN  351 modules/imgcodecs/test/test_drawing.cpp     cvInitFont( &font, FONT_HERSHEY_PLAIN, 1, 1, 0, 1, CV_AA );
FONT_HERSHEY_PLAIN  482 modules/imgcodecs/test/test_drawing.cpp         fonts.push_back(FONT_HERSHEY_PLAIN);
FONT_HERSHEY_PLAIN 2015 modules/imgproc/src/drawing.cpp     case FONT_HERSHEY_PLAIN:
FONT_HERSHEY_PLAIN   47 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp     putText(first_frame, title, Point(0, 60), FONT_HERSHEY_PLAIN, 5, Scalar::all(0), 4);
FONT_HERSHEY_PLAIN   26 samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h     static const int font = FONT_HERSHEY_PLAIN;