Home
last modified time | relevance | path

Searched refs:cvGetTextSize (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp334 cvGetTextSize( text1.c_str(), &font, &textSize, &baseline ); in draw()
347 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
352 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
357 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
362 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
367 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
372 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
377 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
382 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
388 cvGetTextSize( text2.c_str(), &font, &textSize, &baseline ); in draw()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1174 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,
/external/opencv/cxcore/include/
Dcxcore.h1416 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,
/external/opencv/cxcore/src/
Dcxdrawing.cpp2366 cvGetTextSize( const char *text, const CvFont *font, CvSize *size, int *_base_line ) in cvGetTextSize() function
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2683 cvGetTextSize( const char *text, const CvFont *_font, CvSize *_size, int *_base_line ) in cvGetTextSize() function