drawText          832 modules/highgui/src/window_QT.cpp     qp.drawText(org, text);
drawText         2997 modules/highgui/src/window_QT.cpp                 painter->drawText(QRect(pos_in_view.x(),pos_in_view.y(),pixel_width,pixel_height/3),
drawText         3002 modules/highgui/src/window_QT.cpp                 painter->drawText(QRect(pos_in_view.x(),pos_in_view.y()+pixel_height/3,pixel_width,pixel_height/3),
drawText         3007 modules/highgui/src/window_QT.cpp                 painter->drawText(QRect(pos_in_view.x(),pos_in_view.y()+2*pixel_height/3,pixel_width,pixel_height/3),
drawText         3015 modules/highgui/src/window_QT.cpp                 painter->drawText(QRect(pos_in_view.x(),pos_in_view.y(),pixel_width,pixel_height),
drawText         3067 modules/highgui/src/window_QT.cpp     painter->drawText((width() - qrect.width())/2, border,
drawText           63 modules/java/generator/src/java/android+FpsMeter.java         canvas.drawText(mStrfps, offsetx, offsety, mPaint);
drawText           10 samples/cpp/example_cmake/example.cpp void drawText(Mat & image);
drawText           26 samples/cpp/example_cmake/example.cpp             drawText(image);
drawText           36 samples/cpp/example_cmake/example.cpp         drawText(image);
drawText           19 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawText(cv::Mat image, std::string text, cv::Scalar color);
drawText          328 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp     drawText(frame_vis, text, green);
drawText          153 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp       drawText(img_vis, "END REGISTRATION", green);
drawText          231 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   drawText(img_vis, text, green);