Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsintrp.c285 FT_Bool* haveWidth, in cf2_doStems() argument
295 if ( font->isT1 && !font->decoder->flex_state && !*haveWidth ) in cf2_doStems()
299 if ( !font->isT1 && hasWidthArg && !*haveWidth ) in cf2_doStems()
330 *haveWidth = TRUE; in cf2_doStems()
516 FT_Bool haveWidth; in cf2_interpT2CharString() local
587 haveWidth = font->isCFF2 ? TRUE : FALSE; in cf2_interpT2CharString()
798 &haveWidth, in cf2_interpT2CharString()
828 &haveWidth, in cf2_interpT2CharString()
840 if ( font->isT1 && !decoder->flex_state && !haveWidth ) in cf2_interpT2CharString()
844 if ( cf2_stack_count( opStack ) > 1 && !haveWidth ) in cf2_interpT2CharString()
[all …]
/external/freetype/
DChangeLog3082 Use the right builder function. We can use the `haveWidth' boolean