Home | History | Annotate | Download | only in type1

Lines Matching refs:load_flags

214                    FT_Int32   load_flags,
225 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT )
272 FT_Int32 load_flags )
307 if ( load_flags & FT_LOAD_NO_RECURSE )
308 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING;
324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 &&
325 ( load_flags & FT_LOAD_NO_HINTING ) == 0 );
336 FT_LOAD_TARGET_MODE( load_flags ),
344 ( load_flags & FT_LOAD_NO_RECURSE ) != 0 );
380 if ( load_flags & FT_LOAD_NO_RECURSE )
408 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT )
449 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 )
481 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT )