Searched refs:load_flags (Results 1 - 25 of 43) sorted by relevance

12

/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftadvanc.h95 * load_flags ::
102 * `load_flags`), the advance value is in 16.16 format. Otherwise, it
123 FT_Int32 load_flags,
145 * load_flags ::
154 * If scaling is performed (based on the value of `load_flags`), the
177 FT_Int32 load_flags,
H A Dftcache.h808 * load_flags ::
846 FT_ULong load_flags,
1035 * load_flags ::
1074 FT_ULong load_flags,
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1gload.h37 FT_Int32 load_flags,
44 FT_Int32 load_flags );
H A Dt1gload.c279 FT_Int32 load_flags,
292 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT )
350 FT_Int32 load_flags )
387 if ( load_flags & FT_LOAD_NO_RECURSE )
388 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING;
404 hinting = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) &&
405 !( load_flags & FT_LOAD_NO_HINTING ) );
406 scaled = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) );
419 FT_LOAD_TARGET_MODE( load_flags ),
426 decoder.builder.no_recurse = FT_BOOL( load_flags
276 T1_Get_Advances(FT_Face t1face,FT_UInt first,FT_UInt count,FT_Int32 load_flags,FT_Fixed * advances) argument
347 T1_Load_Glyph(FT_GlyphSlot t1glyph,FT_Size t1size,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidgload.h42 FT_Int32 load_flags );
H A Dcidgload.c339 FT_Int32 load_flags )
360 if ( load_flags & FT_LOAD_NO_RECURSE )
361 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING;
369 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 &&
370 ( load_flags & FT_LOAD_NO_HINTING ) == 0 );
371 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
384 FT_LOAD_TARGET_MODE( load_flags ),
395 decoder.builder.no_recurse = FT_BOOL( load_flags & FT_LOAD_NO_RECURSE );
421 if ( load_flags & FT_LOAD_NO_RECURSE )
480 if ( ( load_flags
336 cid_slot_load_glyph(FT_GlyphSlot cidglyph,FT_Size cidsize,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
/xsrc/external/mit/freetype/dist/src/cache/
H A Dftcbasic.c39 FT_UInt load_flags; member in struct:FTC_BasicAttrRec_
45 (a)->load_flags == (b)->load_flags )
48 ( FTC_SCALER_HASH( &(a)->scaler ) + 31 * (a)->load_flags )
145 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER );
177 (FT_Int)family->attrs.load_flags );
309 * Internal `FTC_BasicAttr->load_flags' is of type `FT_UInt',
317 " higher bits in load_flags 0x%x are dropped\n",
324 query.attrs.load_flags = (FT_UInt)type->flags;
367 FT_ULong load_flags,
365 FTC_ImageCache_LookupScaler(FTC_ImageCache cache,FTC_Scaler scaler,FT_ULong load_flags,FT_UInt gindex,FT_Glyph * aglyph,FTC_Node * anode) argument
567 FTC_SBitCache_LookupScaler(FTC_SBitCache cache,FTC_Scaler scaler,FT_ULong load_flags,FT_UInt gindex,FTC_SBit * ansbit,FTC_Node * anode) argument
[all...]
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.h54 FT_Int32 load_flags );
H A Dcffgload.c197 FT_Int32 load_flags )
233 if ( load_flags & FT_LOAD_NO_RECURSE )
234 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING;
259 ( load_flags & FT_LOAD_NO_BITMAP ) == 0 )
267 (FT_UInt)load_flags,
295 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT )
346 if ( load_flags & FT_LOAD_SBITS_ONLY )
388 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 );
389 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
405 FT_LOAD_TARGET_MODE( load_flags ),
194 cff_slot_load(CFF_GlyphSlot glyph,CFF_Size size,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttsbit.h51 FT_UInt load_flags,
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.h53 FT_Int32 load_flags );
H A Dttdriver.c409 * load_flags ::
423 FT_Int32 load_flags )
448 if ( load_flags & FT_LOAD_NO_HINTING )
454 load_flags &= ~FT_LOAD_NO_HINTING;
456 if ( load_flags & FT_LOAD_NO_AUTOHINT )
457 load_flags |= FT_LOAD_NO_HINTING;
460 if ( load_flags & ( FT_LOAD_NO_RECURSE | FT_LOAD_NO_SCALE ) )
462 load_flags |= FT_LOAD_NO_BITMAP | FT_LOAD_NO_SCALE;
465 load_flags |= FT_LOAD_NO_HINTING;
469 size->metrics = ( load_flags
420 tt_glyph_load(FT_GlyphSlot ttslot,FT_Size ttsize,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
H A Dttgload.c431 if ( IS_HINTED( load->load_flags ) )
1003 if ( IS_HINTED( loader->load_flags ) )
1036 if ( IS_HINTED( loader->load_flags ) )
1043 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ||
1079 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1117 IS_HINTED( loader->load_flags ) )
1134 IS_HINTED( loader->load_flags ) )
1149 if ( IS_HINTED( loader->load_flags ) )
1289 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) )
1304 if ( IS_HINTED( loader->load_flags ) )
2413 load_sbit_image(TT_Size size,TT_GlyphSlot glyph,FT_UInt glyph_index,FT_Int32 load_flags) argument
2473 tt_loader_init(TT_Loader loader,TT_Size size,TT_GlyphSlot glyph,FT_Int32 load_flags,FT_Bool glyf_table_only) argument
2807 TT_Load_Glyph(TT_Size size,TT_GlyphSlot glyph,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
H A Dttsubpix.c963 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) );
978 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) );
984 if ( IS_HINTED( loader->load_flags ) )
995 if ( IS_HINTED( loader->load_flags ) )
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dautohint.h174 * load_flags ::
189 FT_Int32 load_flags );
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafloader.h76 FT_Int32 load_flags );
H A Dafloader.c217 FT_Int32 load_flags )
241 size_internal->autohint_mode != FT_LOAD_TARGET_MODE( load_flags ) )
247 size_internal->autohint_mode = FT_LOAD_TARGET_MODE( load_flags );
294 scaler.render_mode = FT_LOAD_TARGET_MODE( load_flags );
305 if ( load_flags & ( 1UL << 20 ) )
346 load_flags |= FT_LOAD_NO_SCALE |
349 load_flags &= ~FT_LOAD_RENDER;
351 error = FT_Load_Glyph( face, glyph_index, load_flags );
213 af_loader_load_glyph(AF_Loader loader,AF_Module module,FT_Face face,FT_UInt glyph_index,FT_Int32 load_flags) argument
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrobjs.h88 FT_Int32 load_flags );
H A Dpfrobjs.c314 FT_Int32 load_flags )
337 if ( ( load_flags & ( FT_LOAD_NO_SCALE | FT_LOAD_NO_BITMAP ) ) == 0 )
343 ( load_flags & FT_LOAD_BITMAP_METRICS_ONLY ) != 0 );
348 if ( load_flags & FT_LOAD_SBITS_ONLY )
373 scaling = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) );
311 pfr_slot_load(FT_GlyphSlot pfrslot,FT_Size pfrsize,FT_UInt gindex,FT_Int32 load_flags) argument
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.h123 FT_Int32 load_flags; member in struct:_FTInstance
165 struct TTCapInfo *tmp_ttcap, FT_Int32 load_flags);
185 FontBitmapFormatPtr bmfmt, FT_Int32 load_flags,
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.h123 FT_Int32 load_flags; member in struct:_FTInstance
165 struct TTCapInfo *tmp_ttcap, FT_Int32 load_flags);
185 FontBitmapFormatPtr bmfmt, FT_Int32 load_flags,
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42objs.h103 FT_Int32 load_flags );
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c168 int load_flags = FT_LOAD_DEFAULT; local in function:TestFace
173 load_flags = FT_LOAD_NO_BITMAP;
176 load_flags |= FT_LOAD_NO_HINTING;
185 if ( !FT_Load_Glyph( face, gid, load_flags ) )
189 FT_Load_Glyph( face, gid, load_flags );
/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c543 fi->load_flags = FT_LOAD_DEFAULT | FT_LOAD_COLOR;
561 fi->load_flags |= FT_LOAD_NO_BITMAP;
598 fi->load_flags |= FT_LOAD_NO_HINTING;
608 fi->load_flags |= FT_LOAD_TARGET_LIGHT;
618 fi->load_flags |= FT_LOAD_TARGET_LCD;
622 fi->load_flags |= FT_LOAD_TARGET_LCD_V;
628 fi->load_flags |= FT_LOAD_TARGET_MONO;
642 fi->load_flags |= FT_LOAD_VERTICAL_LAYOUT;
656 fi->load_flags |= FT_LOAD_FORCE_AUTOHINT;
670 fi->load_flags |
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftobjs.c798 FT_Int32 load_flags )
824 if ( load_flags & FT_LOAD_NO_RECURSE )
825 load_flags |= FT_LOAD_NO_SCALE |
828 if ( load_flags & FT_LOAD_NO_SCALE )
830 load_flags |= FT_LOAD_NO_HINTING |
833 load_flags &= ~FT_LOAD_RENDER;
836 if ( load_flags & FT_LOAD_BITMAP_METRICS_ONLY )
837 load_flags &= ~FT_LOAD_RENDER;
862 !( load_flags & FT_LOAD_NO_HINTING ) &&
863 !( load_flags
796 FT_Load_Glyph(FT_Face face,FT_UInt glyph_index,FT_Int32 load_flags) argument
1099 FT_Load_Char(FT_Face face,FT_ULong char_code,FT_Int32 load_flags) argument
4592 FT_Int32 load_flags = slot->internal->load_flags; local in function:FT_Render_Glyph_Internal
[all...]

Completed in 48 milliseconds

12