Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1gload.c46 FT_Bool* force_scaling ) in T1_Parse_Glyph_And_Get_Char_String() argument
128 *force_scaling = TRUE; in T1_Parse_Glyph_And_Get_Char_String()
170 FT_Bool force_scaling = FALSE; in T1_Parse_Glyph() local
173 &force_scaling ); in T1_Parse_Glyph()
359 FT_Bool force_scaling = FALSE; in T1_Load_Glyph() local
441 &force_scaling ); in T1_Load_Glyph()
538 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || force_scaling ) in T1_Load_Glyph()
/external/freetype/src/cff/
Dcffgload.c204 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local
214 force_scaling = FALSE; in cff_slot_load()
376 force_scaling = TRUE; in cff_slot_load()
453 force_scaling = TRUE; in cff_slot_load()
635 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || force_scaling ) in cff_slot_load()
/external/freetype/src/cid/
Dcidgload.c59 FT_Bool force_scaling = FALSE; in cid_load_glyph() local
221 force_scaling = TRUE; in cid_load_glyph()
257 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling; in cid_load_glyph()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3178 int force_scaling = 0; local
3182 force_scaling = 1;
3186 if (force_scaling || new_fb_ptr->buf.y_crop_width != cm->width ||
3203 int force_scaling = 0;
3207 force_scaling = 1;
3211 if (force_scaling || new_fb_ptr->buf.y_crop_width != cm->width ||
/external/libaom/libaom/av1/encoder/
Dencoder.c3385 int force_scaling = 0; in scale_references() local
3393 force_scaling = 1; in scale_references()
3397 if (force_scaling || new_fb->buf.y_crop_width != cm->width || in scale_references()
3404 if (force_scaling) { in scale_references()
/external/freetype/
DChangeLog3136 Set the `force_scaling' flag.