Home
last modified time | relevance | path

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

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