Home
last modified time | relevance | path

Searched refs:FT_LOAD_NO_SCALE (Results 1 – 22 of 22) sorted by relevance

/external/freetype/src/base/
Dftadvanc.c36 if ( flags & FT_LOAD_NO_SCALE ) in _ft_face_scale_advances()
68 ( flags & ( FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING ) || \
158 factor = ( flags & FT_LOAD_NO_SCALE ) ? 1 : 1024; in FT_Get_Advances()
Dftobjs.c795 load_flags |= FT_LOAD_NO_SCALE | in FT_Load_Glyph()
798 if ( load_flags & FT_LOAD_NO_SCALE ) in FT_Load_Glyph()
1009 ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in FT_Load_Glyph()
/external/freetype/src/cid/
Dcidgload.c362 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in cid_slot_load_glyph()
370 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph()
372 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in cid_slot_load_glyph()
482 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || scaled ) in cid_slot_load_glyph()
/external/freetype/src/type1/
Dt1gload.c389 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in T1_Load_Glyph()
405 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in T1_Load_Glyph()
407 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in T1_Load_Glyph()
538 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || force_scaling ) in T1_Load_Glyph()
/external/freetype/src/truetype/
Dttdriver.c461 if ( load_flags & ( FT_LOAD_NO_RECURSE | FT_LOAD_NO_SCALE ) ) in tt_glyph_load()
463 load_flags |= FT_LOAD_NO_BITMAP | FT_LOAD_NO_SCALE; in tt_glyph_load()
Dttgload.c1009 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 || in TT_Process_Simple_Glyph()
1032 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in TT_Process_Simple_Glyph()
1206 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) ) in TT_Process_Composite_Component()
1561 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph()
1728 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph()
1963 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph()
2129 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in compute_glyph_metrics()
2278 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) ) in compute_glyph_metrics()
2818 if ( !( load_flags & FT_LOAD_NO_SCALE ) && !size->ttmetrics.valid ) in TT_Load_Glyph()
2903 if ( !( load_flags & FT_LOAD_NO_SCALE ) && in TT_Load_Glyph()
/external/freetype/src/cff/
Dcffgload.c235 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in cff_slot_load()
391 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in cff_slot_load()
635 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || force_scaling ) in cff_slot_load()
Dcffdrivr.c179 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in cff_glyph_load()
182 if ( load_flags & FT_LOAD_NO_SCALE ) in cff_glyph_load()
/external/freetype/src/pfr/
Dpfrobjs.c337 if ( ( load_flags & ( FT_LOAD_NO_SCALE | FT_LOAD_NO_BITMAP ) ) == 0 ) in pfr_slot_load()
373 scaling = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in pfr_slot_load()
/external/freetype/src/autofit/
Dafshaper.c661 FT_LOAD_NO_SCALE | in af_shaper_get_elem()
Daflatin2.c93 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_widths()
240 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_blues()
458 FT_LOAD_NO_SCALE | in af_latin2_metrics_check_digits()
Dafloader.c346 load_flags |= FT_LOAD_NO_SCALE | in af_loader_load_glyph()
Dafcjk.c164 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_widths()
411 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_blues()
Daflatin.c157 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths()
483 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues()
/external/pdfium/core/fxge/
Dfx_freetype.h45 #define FXFT_LOAD_NO_SCALE FT_LOAD_NO_SCALE
Dcfx_facecache.cpp121 if (load_flags & FT_LOAD_NO_HINTING || load_flags & FT_LOAD_NO_SCALE) in RenderGlyph()
/external/freetype/include/freetype/
Dfreetype.h3148 #define FT_LOAD_NO_SCALE ( 1L << 0 ) macro
/external/freetype/
DChangeLog.265327 FT_LOAD_NO_SCALE as per `FT_Load_Glyph', which then implies
5333 load_flags |= FT_LOAD_NO_SCALE |
5336 if ( load_flags & FT_LOAD_NO_SCALE )
DChangeLog.24201 (cff_slot_load): Handle FT_LOAD_NO_SCALE and FT_LOAD_NO_HINTING
2257 FT_Load_Glyph to load the glyph, adding the FT_LOAD_NO_SCALE load
2261 work since FT_LOAD_NO_SCALE was in use, but it failed actually,
DChangeLog.222225 be invalid when FT_LOAD_NO_SCALE is set.
DChangeLog2164 FT_LOAD_NO_SCALE flag if present.
DChangeLog.232110 FT_LOAD_NO_SCALE, which indicates that font units are returned in