Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdrawing.cpp2064 #define CV_FONT_ITALIC_DIGIT (2 << 8) macro
2141 (9 + 12*16) + CV_FONT_ITALIC_ALPHA + CV_FONT_ITALIC_DIGIT + CV_FONT_ITALIC_PUNCT +
2162 (9 + 12*16) + CV_FONT_ITALIC_ALPHA + CV_FONT_ITALIC_DIGIT +
2183 (9 + 12*16) + CV_FONT_ITALIC_ALPHA + CV_FONT_ITALIC_DIGIT + CV_FONT_ITALIC_PUNCT + CV_FONT_HAVE_GRE…
2261 if( !(font->ascii[0] & CV_FONT_ITALIC_DIGIT) ) in cvPutText()