Searched refs:CvFont (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h1382 typedef struct CvFont struct
1394 CvFont; typedef in typeref:struct:CvFont
1397 CVAPI(void) cvInitFont( CvFont* font, int font_face,
1403 CV_INLINE CvFont cvFont( double scale, int thickness CV_DEFAULT(1) )
1405 CvFont font;
1411 CvFont should be initialized with cvInitFont */
1413 const CvFont* font, CvScalar color );
1416 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2194 cvPutText( void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color )
2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale,
2366 cvGetTextSize( const char *text, const CvFont *font, CvSize *size, int *_base_line )

Completed in 43 milliseconds