Home
last modified time | relevance | path

Searched refs:addText (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.cpp29 auto addText = [&] (const std::string& text, double left, double baseline, double scale) { in DebugBucket() local
65 addText(text, 50, baseline, 5); in DebugBucket()
71 addText(modifiedText, 50, baseline, 5); in DebugBucket()
74 addText(expiresText, 50, baseline + 200, 5); in DebugBucket()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dhighgui.hpp735 CV_EXPORTS void addText( const Mat& img, const String& text, Point org, const QtFont& font);
751 CV_EXPORTS_W void addText(const Mat& img, const String& text, Point org, const String& nameFont, in…