Searched refs:CvFont (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/include/ |
D | cxcore.h | 1382 typedef struct CvFont struct 1394 CvFont; argument 1397 CVAPI(void) cvInitFont( CvFont* font, int font_face, 1403 CV_INLINE CvFont cvFont( double scale, int thickness CV_DEFAULT(1) ) 1405 CvFont font; 1413 const CvFont* font, CvScalar color ); 1416 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2194 cvPutText( void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color ) in cvPutText() 2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, in cvInitFont() 2366 cvGetTextSize( const char *text, const CvFont *font, CvSize *size, int *_base_line ) in cvGetTextSize()
|