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

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2229 italic_shear = !(font->font_face & CV_FONT_ITALIC) ? 0 : cvRound(font->vscale*.25*XY_ONE);
2315 int is_italic = font_face & CV_FONT_ITALIC;
/external/opencv/cxcore/include/
H A Dcxcore.h1377 #define CV_FONT_ITALIC 16 macro

Completed in 101 milliseconds