Home
last modified time | relevance | path

Searched refs:force_scaling (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/type1/
Dt1gload.c45 FT_Bool* force_scaling ) in T1_Parse_Glyph_And_Get_Char_String() argument
127 *force_scaling = TRUE; in T1_Parse_Glyph_And_Get_Char_String()
169 FT_Bool force_scaling = FALSE; in T1_Parse_Glyph() local
172 &force_scaling ); in T1_Parse_Glyph()
358 FT_Bool force_scaling = FALSE; in T1_Load_Glyph() local
439 &force_scaling ); in T1_Load_Glyph()
536 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || force_scaling ) in T1_Load_Glyph()
/external/freetype/src/cff/
Dcffgload.c203 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local
213 force_scaling = FALSE; in cff_slot_load()
374 force_scaling = TRUE; in cff_slot_load()
450 force_scaling = TRUE; in cff_slot_load()
632 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || force_scaling ) in cff_slot_load()
/external/freetype/src/cid/
Dcidgload.c58 FT_Bool force_scaling = FALSE; in cid_load_glyph() local
220 force_scaling = TRUE; in cid_load_glyph()
256 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling; in cid_load_glyph()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3378 int force_scaling = 0; local
3382 force_scaling = 1;
3386 if (force_scaling || new_fb_ptr->buf.y_crop_width != cm->width ||
3403 int force_scaling = 0;
3407 force_scaling = 1;
3411 if (force_scaling || new_fb_ptr->buf.y_crop_width != cm->width ||
/external/libaom/libaom/av1/encoder/
Dencoder.c3912 int force_scaling = 0; in scale_references() local
3920 force_scaling = 1; in scale_references()
3924 if (force_scaling || new_fb->buf.y_crop_width != cm->width || in scale_references()
3931 if (force_scaling) { in scale_references()
/external/freetype/
DChangeLog.291777 Set the `force_scaling' flag.