Searched refs:cvGetTextSize (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 334 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/ |
D | imgproc_c.h | 1174 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1416 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2366 cvGetTextSize( const char *text, const CvFont *font, CvSize *size, int *_base_line ) in cvGetTextSize() function
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2683 cvGetTextSize( const char *text, const CvFont *_font, CvSize *_size, int *_base_line ) in cvGetTextSize() function
|