/external/freetype/src/cache/ |
D | ftcbasic.c | 40 FT_UInt load_flags; member 46 (a)->load_flags == (b)->load_flags ) 49 ( FTC_SCALER_HASH( &(a)->scaler ) + 31 * (a)->load_flags ) 144 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap() 176 (FT_Int)family->attrs.load_flags ); in ftc_basic_family_load_glyph() 312 query.attrs.load_flags = (FT_UInt)type->flags; in FTC_ImageCache_Lookup() 355 FT_ULong load_flags, in FTC_ImageCache_LookupScaler() argument 378 if ( load_flags > FT_UINT_MAX ) in FTC_ImageCache_LookupScaler() 381 load_flags & ~((FT_ULong)FT_UINT_MAX) )); in FTC_ImageCache_LookupScaler() 384 query.attrs.load_flags = (FT_UInt)load_flags; in FTC_ImageCache_LookupScaler() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/ |
D | ftcbasic.c | 40 FT_UInt load_flags; member 46 (a)->load_flags == (b)->load_flags ) 49 ( FTC_SCALER_HASH( &(a)->scaler ) + 31 * (a)->load_flags ) 144 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap() 176 (FT_Int)family->attrs.load_flags ); in ftc_basic_family_load_glyph() 312 query.attrs.load_flags = (FT_UInt)type->flags; in FTC_ImageCache_Lookup() 355 FT_ULong load_flags, in FTC_ImageCache_LookupScaler() argument 378 if ( load_flags > FT_UINT_MAX ) in FTC_ImageCache_LookupScaler() 381 load_flags & ~((FT_ULong)FT_UINT_MAX) )); in FTC_ImageCache_LookupScaler() 384 query.attrs.load_flags = (FT_UInt)load_flags; in FTC_ImageCache_LookupScaler() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
D | ttdriver.c | 350 FT_Int32 load_flags ) in tt_glyph_load() argument 375 if ( load_flags & FT_LOAD_NO_HINTING ) in tt_glyph_load() 381 load_flags &= ~FT_LOAD_NO_HINTING; in tt_glyph_load() 383 if ( load_flags & FT_LOAD_NO_AUTOHINT ) in tt_glyph_load() 384 load_flags |= FT_LOAD_NO_HINTING; in tt_glyph_load() 387 if ( load_flags & ( FT_LOAD_NO_RECURSE | FT_LOAD_NO_SCALE ) ) in tt_glyph_load() 389 load_flags |= FT_LOAD_NO_BITMAP | FT_LOAD_NO_SCALE; in tt_glyph_load() 392 load_flags |= FT_LOAD_NO_HINTING; in tt_glyph_load() 396 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); in tt_glyph_load()
|
D | ttgload.c | 411 if ( IS_HINTED( load->load_flags ) ) in TT_Load_Simple_Glyph() 890 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 923 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 930 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 || in TT_Process_Simple_Glyph() 953 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in TT_Process_Simple_Glyph() 977 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 1112 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) ) in TT_Process_Composite_Component() 1425 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() 1583 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() 1794 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() [all …]
|
D | ttsubpix.c | 963 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) ); in sph_set_tweaks() 978 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) ); in sph_set_tweaks() 984 if ( IS_HINTED( loader->load_flags ) ) in sph_set_tweaks() 995 if ( IS_HINTED( loader->load_flags ) ) in sph_set_tweaks()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttdriver.c | 350 FT_Int32 load_flags ) in tt_glyph_load() argument 375 if ( load_flags & FT_LOAD_NO_HINTING ) in tt_glyph_load() 381 load_flags &= ~FT_LOAD_NO_HINTING; in tt_glyph_load() 383 if ( load_flags & FT_LOAD_NO_AUTOHINT ) in tt_glyph_load() 384 load_flags |= FT_LOAD_NO_HINTING; in tt_glyph_load() 387 if ( load_flags & ( FT_LOAD_NO_RECURSE | FT_LOAD_NO_SCALE ) ) in tt_glyph_load() 389 load_flags |= FT_LOAD_NO_BITMAP | FT_LOAD_NO_SCALE; in tt_glyph_load() 392 load_flags |= FT_LOAD_NO_HINTING; in tt_glyph_load() 396 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); in tt_glyph_load()
|
D | ttgload.c | 410 if ( IS_HINTED( load->load_flags ) ) in TT_Load_Simple_Glyph() 888 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 921 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 928 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 || in TT_Process_Simple_Glyph() 951 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in TT_Process_Simple_Glyph() 975 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 1110 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) ) in TT_Process_Composite_Component() 1418 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() 1576 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() 1760 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() [all …]
|
D | ttsubpix.c | 963 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) ); in sph_set_tweaks() 978 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) ); in sph_set_tweaks() 984 if ( IS_HINTED( loader->load_flags ) ) in sph_set_tweaks() 995 if ( IS_HINTED( loader->load_flags ) ) in sph_set_tweaks()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1gload.c | 214 FT_Int32 load_flags, in T1_Get_Advances() argument 225 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Get_Advances() 272 FT_Int32 load_flags ) in T1_Load_Glyph() argument 307 if ( load_flags & FT_LOAD_NO_RECURSE ) in T1_Load_Glyph() 308 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in T1_Load_Glyph() 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in T1_Load_Glyph() 325 ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in T1_Load_Glyph() 336 FT_LOAD_TARGET_MODE( load_flags ), in T1_Load_Glyph() 344 ( load_flags & FT_LOAD_NO_RECURSE ) != 0 ); in T1_Load_Glyph() 380 if ( load_flags & FT_LOAD_NO_RECURSE ) in T1_Load_Glyph() [all …]
|
D | t1gload.h | 38 FT_Int32 load_flags, 45 FT_Int32 load_flags );
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1gload.c | 214 FT_Int32 load_flags, in T1_Get_Advances() argument 225 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Get_Advances() 272 FT_Int32 load_flags ) in T1_Load_Glyph() argument 307 if ( load_flags & FT_LOAD_NO_RECURSE ) in T1_Load_Glyph() 308 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in T1_Load_Glyph() 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in T1_Load_Glyph() 325 ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in T1_Load_Glyph() 336 FT_LOAD_TARGET_MODE( load_flags ), in T1_Load_Glyph() 344 ( load_flags & FT_LOAD_NO_RECURSE ) != 0 ); in T1_Load_Glyph() 380 if ( load_flags & FT_LOAD_NO_RECURSE ) in T1_Load_Glyph() [all …]
|
D | t1gload.h | 38 FT_Int32 load_flags, 45 FT_Int32 load_flags );
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 397 FT_Int32 load_flags ) in tt_glyph_load() argument 422 if ( load_flags & FT_LOAD_NO_HINTING ) in tt_glyph_load() 428 load_flags &= ~FT_LOAD_NO_HINTING; in tt_glyph_load() 430 if ( load_flags & FT_LOAD_NO_AUTOHINT ) in tt_glyph_load() 431 load_flags |= FT_LOAD_NO_HINTING; in tt_glyph_load() 434 if ( load_flags & ( FT_LOAD_NO_RECURSE | FT_LOAD_NO_SCALE ) ) in tt_glyph_load() 436 load_flags |= FT_LOAD_NO_BITMAP | FT_LOAD_NO_SCALE; in tt_glyph_load() 439 load_flags |= FT_LOAD_NO_HINTING; in tt_glyph_load() 443 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); in tt_glyph_load()
|
D | ttgload.c | 411 if ( IS_HINTED( load->load_flags ) ) in TT_Load_Simple_Glyph() 902 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 935 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 942 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 || in TT_Process_Simple_Glyph() 965 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in TT_Process_Simple_Glyph() 989 if ( IS_HINTED( loader->load_flags ) ) in TT_Process_Simple_Glyph() 1124 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) ) in TT_Process_Composite_Component() 1458 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() 1616 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() 1840 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ) in load_truetype_glyph() [all …]
|
D | ttsubpix.c | 963 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) ); in sph_set_tweaks() 978 FT_BOOL( loader->load_flags & FT_LOAD_PEDANTIC ) ); in sph_set_tweaks() 984 if ( IS_HINTED( loader->load_flags ) ) in sph_set_tweaks() 995 if ( IS_HINTED( loader->load_flags ) ) in sph_set_tweaks()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidgload.c | 272 FT_Int32 load_flags ) in cid_slot_load_glyph() argument 291 if ( load_flags & FT_LOAD_NO_RECURSE ) in cid_slot_load_glyph() 292 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in cid_slot_load_glyph() 300 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph() 301 ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cid_slot_load_glyph() 312 FT_LOAD_TARGET_MODE( load_flags ), in cid_slot_load_glyph() 322 ( ( load_flags & FT_LOAD_NO_RECURSE ) != 0 ) ); in cid_slot_load_glyph() 342 if ( load_flags & FT_LOAD_NO_RECURSE ) in cid_slot_load_glyph() 401 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ) in cid_slot_load_glyph() 433 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cid_slot_load_glyph()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
D | cidgload.c | 283 FT_Int32 load_flags ) in cid_slot_load_glyph() argument 302 if ( load_flags & FT_LOAD_NO_RECURSE ) in cid_slot_load_glyph() 303 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING; in cid_slot_load_glyph() 311 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph() 312 ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cid_slot_load_glyph() 323 FT_LOAD_TARGET_MODE( load_flags ), in cid_slot_load_glyph() 333 ( ( load_flags & FT_LOAD_NO_RECURSE ) != 0 ) ); in cid_slot_load_glyph() 353 if ( load_flags & FT_LOAD_NO_RECURSE ) in cid_slot_load_glyph() 412 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ) in cid_slot_load_glyph() 444 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cid_slot_load_glyph()
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 72 int load_flags; member 87 ft_font->load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING; in _hb_ft_font_create() 111 hb_ft_font_set_load_flags (hb_font_t *font, int load_flags) in hb_ft_font_set_load_flags() argument 121 ft_font->load_flags = load_flags; in hb_ft_font_set_load_flags() 141 return ft_font->load_flags; in hb_ft_font_get_load_flags() 201 if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags, &v))) in hb_ft_get_glyph_h_advance() 219 …if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags | FT_LOAD_VERTICAL_LAYO… in hb_ft_get_glyph_v_advance() 241 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_v_origin() 284 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_extents() 316 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_contour_point()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftadvanc.h | 124 FT_Int32 load_flags, 176 FT_Int32 load_flags,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | ftadvanc.h | 124 FT_Int32 load_flags, 176 FT_Int32 load_flags,
|
D | ftcache.h | 834 FT_ULong load_flags, 1044 FT_ULong load_flags,
|
/external/freetype/include/freetype/ |
D | ftadvanc.h | 124 FT_Int32 load_flags, 176 FT_Int32 load_flags,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | afloader.c | 99 FT_Int32 load_flags ) in af_loader_load_g() argument 113 flags = load_flags | FT_LOAD_LINEAR_DESIGN; in af_loader_load_g() 474 FT_Int32 load_flags ) in af_loader_load_glyph() argument 492 scaler.render_mode = FT_LOAD_TARGET_MODE( load_flags ); in af_loader_load_glyph() 504 if ( load_flags & ( 1UL << 20 ) ) in af_loader_load_glyph() 527 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_IGNORE_TRANSFORM; in af_loader_load_glyph() 528 load_flags &= ~FT_LOAD_RENDER; in af_loader_load_glyph() 538 error = af_loader_load_g( loader, &scaler, gindex, load_flags ); in af_loader_load_glyph()
|
/external/freetype/src/autofit/ |
D | afloader.c | 99 FT_Int32 load_flags ) in af_loader_load_g() argument 113 flags = load_flags | FT_LOAD_LINEAR_DESIGN; in af_loader_load_g() 474 FT_Int32 load_flags ) in af_loader_load_glyph() argument 492 scaler.render_mode = FT_LOAD_TARGET_MODE( load_flags ); in af_loader_load_glyph() 504 if ( load_flags & ( 1UL << 20 ) ) in af_loader_load_glyph() 527 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_IGNORE_TRANSFORM; in af_loader_load_glyph() 528 load_flags &= ~FT_LOAD_RENDER; in af_loader_load_glyph() 538 error = af_loader_load_g( loader, &scaler, gindex, load_flags ); in af_loader_load_glyph()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/ |
D | ftrandom.c | 151 int load_flags = FT_LOAD_DEFAULT; in TestFace() local 156 load_flags = FT_LOAD_NO_BITMAP; in TestFace() 159 load_flags |= FT_LOAD_NO_HINTING; in TestFace() 168 if ( !FT_Load_Glyph( face, gid, load_flags ) ) in TestFace() 172 FT_Load_Glyph( face, gid, load_flags ); in TestFace()
|