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

12

/external/freetype/src/autofit/
H A Daftypes.h184 FT_Fixed y_scale; /* from font units to 1/64th device pixels */ member in struct:AF_ScalerRec_
195 (a)->y_scale == (b)->y_scale && \
H A Dafloader.c363 y = FT_MulFix( subglyph->arg2, hints->y_scale ) + hints->y_delta;
397 vvector.y = FT_MulFix( vvector.y, metrics->scaler.y_scale );
458 metrics->scaler.y_scale );
505 scaler.y_scale = size->metrics.y_scale;
H A Dafhints.c578 FT_Fixed y_scale = hints->y_scale; local
639 hints->y_scale = y_scale;
669 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
H A Dafhints.h338 FT_Fixed y_scale; member in struct:AF_GlyphHintsRec_
H A Daflatin.c89 scaler->y_scale = 0x10000L;
540 scale = scaler->y_scale;
572 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
602 metrics->root.scaler.y_scale = scale;
1062 : hints->y_scale;
1075 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
1466 * correct x_scale and y_scale if needed, since they may have
1471 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
H A Daflatin2.c90 scaler->x_scale = scaler->y_scale = 0x10000L;
523 scale = scaler->y_scale;
556 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
582 metrics->root.scaler.y_scale = scale;
1056 : hints->y_scale;
1075 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
1476 * correct x_scale and y_scale if needed, since they may have
1481 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
H A Dafwarp.c185 org_scale = hints->y_scale;
H A Dafcjk.c103 scaler->y_scale = 0x10000L;
590 scale = scaler->y_scale;
741 : hints->y_scale;
910 : hints->y_scale;
1267 * correct x_scale and y_scale when needed, since they may have
1272 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
/external/freetype/src/cff/
H A Dcffobjs.h79 FT_Fixed y_scale; member in struct:CFF_GlyphSlotRec_
H A Dcffobjs.c230 size->metrics.x_scale, size->metrics.y_scale,
237 FT_Pos x_scale, y_scale; local
243 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
248 y_scale = size->metrics.y_scale;
252 x_scale, y_scale, 0, 0 );
302 size->metrics.x_scale, size->metrics.y_scale,
309 FT_Pos x_scale, y_scale; local
315 y_scale
[all...]
H A Dcffgload.c2619 glyph->y_scale = 0x10000L;
2623 glyph->y_scale = size->root.metrics.y_scale;
2716 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm );
2931 FT_Fixed y_scale = glyph->y_scale; local
2939 vec->y = FT_MulFix( vec->y, y_scale );
2944 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
/external/freetype/src/truetype/
H A Dttgload.c755 loader->exec->metrics.y_scale = 1 << 16;
763 loader->exec->metrics.y_scale =
764 ((TT_Size)loader->size)->metrics.y_scale;
898 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local
904 vec->y = FT_MulFix( vec->y, y_scale );
1058 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local
1062 y = FT_MulFix( y, y_scale );
1217 FT_Fixed x_scale, y_scale; local
1623 FT_Fixed y_scale; local
[all...]
H A Dttobjs.c759 metrics->y_scale = 0;
1153 metrics->y_scale = FT_DivFix( metrics->y_ppem << 6,
1157 FT_PIX_ROUND( FT_MulFix( face->root.ascender, metrics->y_scale ) );
1159 FT_PIX_ROUND( FT_MulFix( face->root.descender, metrics->y_scale ) );
1161 FT_PIX_ROUND( FT_MulFix( face->root.height, metrics->y_scale ) );
1179 size->ttmetrics.scale = metrics->y_scale;
/external/freetype/src/base/
H A Dftsynth.c98 face->size->metrics.y_scale ) / 24;
H A Dftadvanc.c41 scale = face->size->metrics.y_scale;
H A Dftobjs.c741 metrics->y_scale, 64 );
2563 metrics->y_scale ) );
2566 metrics->y_scale ) );
2569 metrics->y_scale ) );
2575 metrics->y_scale );
2578 metrics->y_scale );
2581 metrics->y_scale );
2607 metrics->y_scale = FT_DivFix( bsize->y_ppem,
2615 metrics->y_scale = 1L << 16;
2626 metrics->y_scale, metric
[all...]
/external/freetype/src/pshinter/
H A Dpshglob.h173 FT_Fixed y_scale,
H A Dpshglob.c709 FT_Fixed y_scale,
727 if ( y_scale != dim->scale_mult ||
730 dim->scale_mult = y_scale;
734 psh_blues_scale_zones( &globals->blues, y_scale, y_delta );
H A Dpshalgo.c2220 /* try to optimize the y_scale so that the top of non-capital letters
2228 FT_Fixed y_scale = dim_y->scale_mult; local
2231 FT_Fixed old_y_scale = y_scale;
2239 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2246 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2251 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A Dbilin_scaler.c170 float y_scale = (float)src_height/(float)dst_height; local
206 curr_src_y_lower = ((float)curr_interpl_y_upper+1)*y_scale;
232 next_src_vu = ((float)dst_vu+1)*y_scale;
233 next_src_y_upper = ((float)dst_y+2)*y_scale;
234 next_src_y_lower = ((float)dst_y+3)*y_scale;
476 float y_scale = (float)src_height/(float)dst_height; local
512 curr_src_y_lower = ((float)curr_interpl_y_upper+1)*y_scale;
537 next_src_vu = ((float)dst_vu+1)*y_scale;
538 next_src_y_upper = ((float)dst_y+2)*y_scale;
539 next_src_y_lower = ((float)dst_y+3)*y_scale;
774 float y_scale = (float)src_height/(float)dst_height; local
1063 float y_scale = (float)src_height/(float)dst_height; local
[all...]
/external/freetype/include/freetype/internal/
H A Dpshints.h51 FT_Fixed y_scale,
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h256 HB_16Dot16 x_scale, y_scale; member in struct:HB_Font_
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp211 // x_ and y_scale are the conversion factors from font design space (fEmSize) to 1/64th of device pixels in 16.16 format.
216 m_item.font->y_scale = scale;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1641 int x_scale = channels > 1 ? 2 : 1, y_scale = x_scale; local
1644 int y_step = y_scale * 8;
1647 int luma_count = x_scale*y_scale;
1717 lowstrm.PutByte(x_scale*16 + y_scale); // chroma scale factors
1778 if( ((i+1) & (y_scale - 1)) == 0 )
/external/qemu/android/skin/
H A Dwindow.c1352 double x_scale, y_scale; local
1360 y_scale = window_h * 1.0 / layout_h;
1362 scale = (x_scale <= y_scale) ? x_scale : y_scale;

Completed in 319 milliseconds

12