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

/external/freetype/src/cff/
H A Dcffgload.c1237 FT_Int set_width_ok; local
1244 set_width_ok = num_args & 2;
1254 set_width_ok = num_args & 1;
1260 set_width_ok = ( num_args == 5 ) || ( num_args == 1 );
1264 set_width_ok = 0;
1268 if ( set_width_ok )

Completed in 32 milliseconds