Searched refs:y_scale (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafdummy.c32 hints->y_scale = metrics->scaler.y_scale;
H A Dafloader.c168 size_metrics->y_scale ),
260 size_metrics->y_scale ) );
263 size_metrics->y_scale ) );
266 size_metrics->y_scale ) );
270 size_metrics->y_scale = FT_DivFix( size_metrics->y_ppem << 6,
291 scaler.y_scale = size_internal->autohint_metrics.y_scale;
523 vvector.y = FT_MulFix( vvector.y, style_metrics->scaler.y_scale );
577 style_metrics->scaler.y_scale );
H A Daftypes.h182 FT_Fixed y_scale; /* from font units to 1/64th device pixels */ member in struct:AF_ScalerRec_
193 (a)->y_scale == (b)->y_scale && \
/xsrc/external/mit/freetype/dist/src/base/
H A Dftpfr.c65 FT_Fixed x_scale, y_scale; local in function:FT_Get_PFR_Metrics
75 x_scale = y_scale = 0x10000L;
79 y_scale = face->size->metrics.y_scale;
86 *ametrics_y_scale = y_scale;
H A Dftsynth.c109 face->size->metrics.y_scale ) / 24;
H A Dftobjs.c996 metrics->y_scale, 64 );
3030 metrics->y_scale ) );
3033 metrics->y_scale ) );
3036 metrics->y_scale ) );
3042 metrics->y_scale );
3045 metrics->y_scale );
3048 metrics->y_scale );
3074 metrics->y_scale = FT_DivFix( bsize->y_ppem,
3082 metrics->y_scale = 1L << 16;
3127 metrics->y_scale
[all...]
H A Dftadvanc.c42 scale = face->size->metrics.y_scale;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcffotypes.h67 FT_Fixed y_scale; member in struct:CFF_GlyphSlotRec_
H A Dpshints.h50 FT_Fixed y_scale,
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrdrivr.c106 FT_Fixed x_scale, y_scale; local in function:pfr_get_metrics
117 y_scale = 0x10000L;
124 y_scale = FT_DivFix( size->metrics.y_ppem << 6,
132 *ametrics_y_scale = y_scale;
H A Dpfrobjs.c432 FT_Fixed y_scale = pfrsize->metrics.y_scale; local in function:pfr_slot_load
440 vec->y = FT_MulFix( vec->y, y_scale );
445 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
H A Dpfrgload.c641 subglyph->y_scale = 0x10000L;
645 subglyph->y_scale = PFR_NEXT_SHORT( p ) * 16;
787 if ( subglyph->x_scale != 0x10000L || subglyph->y_scale != 0x10000L )
796 vec->y = FT_MulFix( vec->y, subglyph->y_scale ) +
/xsrc/external/mit/pixman/dist/test/
H A Dcover-test.c258 pixman_fixed_t x_scale, y_scale; local in function:test_cover
301 y_scale = random_scale_factor ();
321 pixman_transform_init_scale (&src_transform, x_scale, y_scale);
327 y_scale, top_align, bilinear);
341 pixman_transform_init_scale (&mask_transform, x_scale, y_scale);
348 y_scale, top_align,
383 printf ("x_scale=0x%08X, y_scale=0x%08X, align %s/%s, %s\n",
384 x_scale, y_scale,
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidobjs.h109 FT_Fixed y_scale; member in struct:CID_GlyphSlotRec_
H A Dcidgload.c217 /* 0x400 for both `x_scale' and `y_scale' in this case) */
364 glyph->y_scale = cidsize->metrics.y_scale;
487 FT_Fixed y_scale = glyph->y_scale; local in function:cid_slot_load_glyph
495 vec->y = FT_MulFix( vec->y, y_scale );
500 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1objs.h124 FT_Fixed y_scale; member in struct:T1_GlyphSlotRec_
H A Dt1gload.c124 /* 0x400 for both `x_scale' and `y_scale' in this case) */
393 glyph->y_scale = t1size->metrics.y_scale;
398 glyph->y_scale = 0x10000L;
543 FT_Fixed y_scale = glyph->y_scale; local in function:T1_Load_Glyph
551 vec->y = FT_MulFix( vec->y, y_scale );
556 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.c237 glyph->y_scale = 0x10000L;
241 glyph->y_scale = size->root.metrics.y_scale;
372 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm );
448 /* 0x400 for both `x_scale' and `y_scale' in this case) */
639 FT_Fixed y_scale = glyph->y_scale; local in function:cff_slot_load
647 vec->y = FT_MulFix( vec->y, y_scale );
652 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
[all...]
H A Dcffobjs.c250 size->metrics.x_scale, size->metrics.y_scale,
257 FT_Pos x_scale, y_scale; local in function:cff_size_select
263 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
268 y_scale = size->metrics.y_scale;
272 x_scale, y_scale, 0, 0 );
322 size->metrics.x_scale, size->metrics.y_scale,
329 FT_Pos x_scale, y_scale; local in function:cff_size_request
335 y_scale
[all...]
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.c851 loader->exec->metrics.y_scale = 1 << 16;
858 loader->exec->metrics.y_scale = loader->size->metrics->y_scale;
1026 FT_Fixed y_scale = 0; local in function:TT_Process_Simple_Glyph
1048 y_scale = loader->size->metrics->y_scale;
1082 y_scale = loader->size->metrics->y_scale;
1099 vec->y = ( FT_MulFix( u->y, y_scale ) + 32 ) >> 6;
1108 vec->y = FT_MulFix( vec->y, y_scale );
1292 FT_Fixed y_scale = loader->size->metrics->y_scale; local in function:TT_Process_Composite_Component
1607 FT_Fixed x_scale, y_scale; local in function:load_truetype_glyph
2235 FT_Fixed y_scale; local in function:compute_glyph_metrics
2826 FT_Fixed y_scale = size->root.metrics.y_scale; local in function:TT_Load_Glyph
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_compute.c92 float y_scale = blit_info->src.box.height / (float)blit_info->dst.box.height; local in function:util_compute_blit
100 u_bitcast_f2u(y_scale / src->height0),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c92 float y_scale = blit_info->src.box.height / (float)blit_info->dst.box.height; local in function:util_compute_blit
101 u_bitcast_f2u(y_scale / src->height0),
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshglob.h173 FT_Fixed y_scale,
/xsrc/external/mit/xclock/dist/
H A DClockP.h140 XDouble y_scale; member in struct:__anon30c9d69e0108
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsft.c268 CF2_Fixed* y_scale,
281 *y_scale = ADD_INT32( decoder->builder.glyph->y_scale, 32 ) / 64;
289 *y_scale = 0x0400;
266 cf2_getScaleAndHintFlag(PS_Decoder * decoder,CF2_Fixed * x_scale,CF2_Fixed * y_scale,FT_Bool * hinted,FT_Bool * scaled) argument

Completed in 38 milliseconds

123