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

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c1262 FT_Int set_width_ok; local
1269 set_width_ok = num_args & 2;
1279 set_width_ok = num_args & 1;
1285 set_width_ok = ( num_args == 5 ) || ( num_args == 1 );
1289 set_width_ok = 0;
1293 if ( set_width_ok )
/external/freetype/src/cff/
H A Dcffgload.c1258 FT_Int set_width_ok; local
1265 set_width_ok = num_args & 2;
1275 set_width_ok = num_args & 1;
1281 set_width_ok = ( num_args == 5 ) || ( num_args == 1 );
1285 set_width_ok = 0;
1289 if ( set_width_ok )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c1262 FT_Int set_width_ok; local
1269 set_width_ok = num_args & 2;
1279 set_width_ok = num_args & 1;
1285 set_width_ok = ( num_args == 5 ) || ( num_args == 1 );
1289 set_width_ok = 0;
1293 if ( set_width_ok )

Completed in 71 milliseconds