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

1 2

  /external/freetype/src/autofit/
aftypes.h 184 FT_Fixed y_scale; /* from font units to 1/64th device pixels */ member in struct:AF_ScalerRec_
195 (a)->y_scale == (b)->y_scale && \
afloader.c 363 y = FT_MulFix( subglyph->arg2, hints->y_scale ) + hints->y_delta;
397 vvector.y = FT_MulFix( vvector.y, metrics->scaler.y_scale );
457 metrics->scaler.y_scale );
498 scaler.y_scale = size->metrics.y_scale;
afhints.c 578 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;
afhints.h 338 FT_Fixed y_scale; member in struct:AF_GlyphHintsRec_
aflatin.c 89 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 );
    [all...]
aflatin2.c 90 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 );
    [all...]
afwarp.c 185 org_scale = hints->y_scale;
afcjk.c 103 scaler->y_scale = 0x10000L;
590 scale = scaler->y_scale;
741 : hints->y_scale;
910 : hints->y_scale;
    [all...]
  /external/freetype/src/cff/
cffobjs.h 79 FT_Fixed y_scale; member in struct:CFF_GlyphSlotRec_
cffobjs.c 230 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 = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm )
    [all...]
cffgload.c 2936 FT_Fixed y_scale = glyph->y_scale; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 758 loader->exec->metrics.y_scale = 1 << 16;
766 loader->exec->metrics.y_scale =
767 ((TT_Size)loader->size)->metrics.y_scale;
901 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local
907 vec->y = FT_MulFix( vec->y, y_scale );
1061 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; local
1220 FT_Fixed x_scale, y_scale; local
1626 FT_Fixed y_scale; local
    [all...]
ttobjs.c 752 metrics->y_scale = 0;
    [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 736 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 2228 FT_Fixed y_scale = dim_y->scale_mult; local
    [all...]
  /external/freetype/include/freetype/internal/
pshints.h 51 FT_Fixed y_scale,
  /external/harfbuzz/src/
harfbuzz-shaper.h 256 HB_16Dot16 x_scale, y_scale; member in struct:HB_Font_
harfbuzz-gpos.c 481 HB_16Dot16 x_scale, y_scale; local
490 y_scale = gpi->font->y_scale;
497 gd->y_pos += y_scale * vr->YPlacement / 0x10000;
501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
731 HB_16Dot16 x_scale, y_scale; local
737 y_scale = gpi->font->y_scale;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
771 *y_value = y_scale * an->af.af3.YCoordinate / 0x10000
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 211 // 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/
grfmt_jpeg.cpp 1641 int x_scale = channels > 1 ? 2 : 1, y_scale = x_scale; local
    [all...]
  /external/qemu/android/skin/
window.c 1341 double x_scale, y_scale; local
    [all...]

Completed in 310 milliseconds

1 2