Home | History | Annotate | Download | only in src

Lines Matching refs:ascii

2221     if( !text || !font || !font->ascii )
2225 base_line = -(font->ascii[0] & 15);
2256 if( !(font->ascii[0] & CV_FONT_ITALIC_ALPHA) )
2261 if( !(font->ascii[0] & CV_FONT_ITALIC_DIGIT) )
2266 if( !(font->ascii[0] & CV_FONT_ITALIC_PUNCT) )
2275 ptr = faces[font->ascii[(c-' ')+1]];
2326 font->ascii = icvHersheySimplex;
2329 font->ascii = !is_italic ? icvHersheyPlain : icvHersheyPlainItalic;
2332 font->ascii = icvHersheyDuplex;
2335 font->ascii = !is_italic ? icvHersheyComplex : icvHersheyComplexItalic;
2338 font->ascii = !is_italic ? icvHersheyTriplex : icvHersheyTriplexItalic;
2341 font->ascii = !is_italic ? icvHersheyComplexSmall : icvHersheyComplexSmallItalic;
2344 font->ascii = icvHersheyScriptSimplex;
2347 font->ascii = icvHersheyScriptComplex;
2378 if( !text || !font || !font->ascii || !size )
2381 base_line = (font->ascii[0] & 15);
2382 cap_line = (font->ascii[0] >> 4) & 15;
2396 ptr = faces[font->ascii[(c-' ')+1]];