/external/freetype/src/autofit/ |
H A D | aftypes.h | 219 FT_Fixed y_scale; /* from font units to 1/64th device pixels */ member in struct:AF_ScalerRec_ 230 (a)->y_scale == (b)->y_scale && \
|
H A D | afloader.c | 353 y = FT_MulFix( subglyph->arg2, hints->y_scale ) + hints->y_delta; 387 vvector.y = FT_MulFix( vvector.y, metrics->scaler.y_scale ); 447 metrics->scaler.y_scale ); 490 scaler.y_scale = size->metrics.y_scale;
|
H A D | afhints.c | 561 FT_Fixed y_scale = hints->y_scale; local 622 hints->y_scale = y_scale; 654 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
|
H A D | afcjk.c | 91 axis->scale = scaler->y_scale; 176 : hints->y_scale; 345 : hints->y_scale; 615 * correct x_scale and y_scale when needed, since they may have 620 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
|
H A D | afhints.h | 195 FT_Fixed y_scale; member in struct:AF_GlyphHintsRec_
|
H A D | aflatin.c | 72 scaler->x_scale = scaler->y_scale = 0x10000L; 506 scale = scaler->y_scale; 538 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale ); 570 metrics->root.scaler.y_scale = scale; 985 : hints->y_scale; 996 segment_length_threshold = FT_DivFix( 64, hints->y_scale ); 1372 * correct x_scale and y_scale if needed, since they may have 1377 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
|
H A D | aflatin2.c | 79 scaler->x_scale = scaler->y_scale = 0x10000L; 511 scale = scaler->y_scale; 544 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale ); 566 metrics->root.scaler.y_scale = scale; 1039 : hints->y_scale; 1058 segment_length_threshold = FT_DivFix( 64, hints->y_scale ); 1454 * correct x_scale and y_scale if needed, since they may have 1459 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
|
H A D | afwarp.c | 156 org_scale = hints->y_scale;
|
/external/freetype/src/cff/ |
H A D | cffobjs.h | 79 FT_Fixed y_scale; member in struct:CFF_GlyphSlotRec_
|
H A D | cffobjs.c | 232 size->metrics.x_scale, size->metrics.y_scale, 239 FT_Pos x_scale, y_scale; local 245 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm ); 250 y_scale = size->metrics.y_scale; 254 x_scale, y_scale, 0, 0 ); 304 size->metrics.x_scale, size->metrics.y_scale, 311 FT_Pos x_scale, y_scale; local 317 y_scale [all...] |
H A D | cffgload.c | 2594 glyph->y_scale = 0x10000L; 2598 glyph->y_scale = size->root.metrics.y_scale; 2687 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm ); 2897 FT_Fixed y_scale = glyph->y_scale; local 2905 vec->y = FT_MulFix( vec->y, y_scale ); 2910 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
|
/external/freetype/src/truetype/ |
H A D | ttgload.c | 752 loader->exec->metrics.y_scale = 1 << 16; 760 loader->exec->metrics.y_scale = 761 ((TT_Size)loader->size)->metrics.y_scale; 895 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local 901 vec->y = FT_MulFix( vec->y, y_scale ); 1055 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local 1059 y = FT_MulFix( y, y_scale ); 1198 FT_Fixed x_scale, y_scale; local 1590 FT_Fixed y_scale; local [all...] |
H A D | ttobjs.c | 439 metrics->y_scale = 0; 818 metrics->y_scale = FT_DivFix( metrics->y_ppem << 6, 822 FT_PIX_ROUND( FT_MulFix( face->root.ascender, metrics->y_scale ) ); 824 FT_PIX_ROUND( FT_MulFix( face->root.descender, metrics->y_scale ) ); 826 FT_PIX_ROUND( FT_MulFix( face->root.height, metrics->y_scale ) ); 844 size->ttmetrics.scale = metrics->y_scale;
|
H A D | ttinterp.c | 4848 if ( CUR.metrics.x_scale == CUR.metrics.y_scale ) 4860 vec.y = TT_MULFIX( vec1->y - vec2->y, CUR.metrics.y_scale ); 5788 if ( CUR.metrics.x_scale == CUR.metrics.y_scale ) 5800 vec.y = TT_MULFIX( vec1->y - vec2->y, CUR.metrics.y_scale );
|
/external/freetype/src/base/ |
H A D | ftsynth.c | 98 face->size->metrics.y_scale ) / 24;
|
H A D | ftadvanc.c | 41 scale = face->size->metrics.y_scale;
|
H A D | ftobjs.c | 725 metrics->y_scale, 64 ); 2459 metrics->y_scale ) ); 2462 metrics->y_scale ) ); 2465 metrics->y_scale ) ); 2471 metrics->y_scale ); 2474 metrics->y_scale ); 2477 metrics->y_scale ); 2503 metrics->y_scale = FT_DivFix( bsize->y_ppem, 2511 metrics->y_scale = 1L << 16; 2556 metrics->y_scale [all...] |
/external/freetype/src/pshinter/ |
H A D | pshglob.h | 173 FT_Fixed y_scale,
|
H A D | pshglob.c | 709 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 D | pshalgo.c | 2216 /* try to optimize the y_scale so that the top of non-capital letters 2224 FT_Fixed y_scale = dim_y->scale_mult; local 2227 FT_Fixed old_y_scale = y_scale; 2235 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale ); 2242 y_scale = FT_MulDiv( y_scale, fitted, scaled ); 2247 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );
|
/external/freetype/include/freetype/internal/ |
H A D | pshints.h | 51 FT_Fixed y_scale,
|
/external/qemu/android/skin/ |
H A D | window.c | 1124 double x_scale, y_scale; local 1132 y_scale = window_h * 1.0 / layout_h; 1134 scale = (x_scale <= y_scale) ? x_scale : y_scale;
|
/external/freetype/include/freetype/ |
H A D | freetype.h | 1326 /* y_scale :: A 16.16 fractional scaling value used to convert */ 1365 FT_Fixed y_scale; /* units to 26.6 fractional pixels */ member in struct:FT_Size_Metrics_
|
/external/webkit/WebCore/platform/graphics/chromium/ |
H A D | FontLinux.cpp | 382 font->y_scale = 1;
|
/external/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 469 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale)
|