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

/external/opencv/cxcore/include/
H A Dcxcore.h1397 CVAPI(void) cvInitFont( CvFont* font, int font_face,
1406 cvInitFont( &font, CV_FONT_HERSHEY_PLAIN, scale, scale, 0, thickness, CV_AA );
1411 CvFont should be initialized with cvInitFont */
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, function
2311 CV_FUNCNAME( "cvInitFont" );

Completed in 46 milliseconds