HomeSort by relevance Sort by last modified time
    Searched refs:y_scale (Results 1 - 25 of 25) sorted by null

  /external/freetype/src/autofit/
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 && \
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;
afhints.c 446 FT_Fixed y_scale = hints->y_scale; local
507 hints->y_scale = y_scale;
537 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
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;
    [all...]
afhints.h 195 FT_Fixed y_scale; member in struct:AF_GlyphHintsRec_
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 );
    [all...]
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 );
567 metrics->root.scaler.y_scale = scale;
1040 : hints->y_scale;
1059 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
    [all...]
afwarp.c 156 org_scale = hints->y_scale;
  /external/freetype/src/cff/
cffobjs.h 79 FT_Fixed y_scale; member in struct:CFF_GlyphSlotRec_
cffobjs.c 231 size->metrics.x_scale, size->metrics.y_scale,
238 FT_Pos x_scale, y_scale; local
244 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
249 y_scale = size->metrics.y_scale;
253 x_scale, y_scale, 0, 0 );
303 size->metrics.x_scale, size->metrics.y_scale,
310 FT_Pos x_scale, y_scale; local
316 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm )
    [all...]
cffgload.c 2931 FT_Fixed y_scale = glyph->y_scale; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 775 loader->exec->metrics.y_scale = 1 << 16;
783 loader->exec->metrics.y_scale =
784 ((TT_Size)loader->size)->metrics.y_scale;
918 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local
924 vec->y = FT_MulFix( vec->y, y_scale );
1078 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local
1237 FT_Fixed x_scale, y_scale; local
1643 FT_Fixed y_scale; local
    [all...]
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;
    [all...]
ttinterp.c     [all...]
  /external/freetype/src/base/
ftsynth.c 98 face->size->metrics.y_scale ) / 24;
ftadvanc.c 41 scale = face->size->metrics.y_scale;
ftobjs.c 724 metrics->y_scale, 64 );
    [all...]
  /external/freetype/src/pshinter/
pshglob.h 173 FT_Fixed y_scale,
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 );
pshalgo.c 2230 FT_Fixed y_scale = dim_y->scale_mult; local
    [all...]
  /external/freetype/include/freetype/internal/
pshints.h 51 FT_Fixed y_scale,
  /external/qemu/android/skin/
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;
    [all...]
  /external/freetype/include/freetype/
freetype.h 1365 FT_Fixed y_scale; \/* units to 26.6 fractional pixels *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 382 font->y_scale = 1;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 493 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale)
    [all...]

Completed in 950 milliseconds