HomeSort by: relevance | last modified time | path
    Searched refs:FT_MulDiv (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/src/base/
ftcalc.c 29 * FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(),
173 FT_MulDiv( FT_Long a_,
365 /* The FT_MulDiv function has been optimized thanks to ideas from */
415 FT_MulDiv( FT_Long a_,
731 xx = ADD_LONG( FT_MulDiv( a->xx, b->xx, val ),
732 FT_MulDiv( a->xy, b->yx, val ) );
733 xy = ADD_LONG( FT_MulDiv( a->xx, b->xy, val ),
734 FT_MulDiv( a->xy, b->yy, val ) );
735 yx = ADD_LONG( FT_MulDiv( a->yx, b->xx, val ),
736 FT_MulDiv( a->yy, b->yx, val ) )
    [all...]
ftadvanc.c 50 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
ftbbox.c 170 y2 += FT_MulDiv( y1, y3, y1 + y3 );
ftoutln.c 1001 shift.x = FT_MulDiv( shift.x, xstrength, d );
1003 shift.x = FT_MulDiv( shift.x, l, q );
1007 shift.y = FT_MulDiv( shift.y, ystrength, d );
1009 shift.y = FT_MulDiv( shift.y, l, q );
ftstroke.c 1000 ft_pos_abs( FT_MulDiv( stroker->radius, sigma.y, sigma.x ) );
1158 length = FT_MulDiv( stroker->radius, stroker->miter_limit, sigma.x );
1491 alen = FT_MulDiv( blen, sinA, sinB );
1704 alen = FT_MulDiv( blen, sinA, sinB );
ftobjs.c 992 slot->linearHoriAdvance = FT_MulDiv( slot->linearHoriAdvance,
995 slot->linearVertAdvance = FT_MulDiv( slot->linearVertAdvance,
3168 scaled_h = FT_MulDiv( scaled_w, h, w );
3174 scaled_w = FT_MulDiv( scaled_h, w, h );
3455 akerning->x = FT_MulDiv( orig_x,
3458 akerning->y = FT_MulDiv( orig_y,
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrdrivr.c 45 avector->x = FT_MulDiv( avector->x,
50 avector->y = FT_MulDiv( avector->y,
pfrsbit.c 664 advance = FT_MulDiv( advance,
672 advance = FT_MulDiv( (FT_Fixed)size->root.metrics.x_ppem << 8,
pfrobjs.c 393 advance = FT_MulDiv( advance,
  /xsrc/external/mit/freetype/dist/src/raster/
ftmisc.h 99 FT_MulDiv( FT_Long a,
  /xsrc/external/mit/freetype/dist/src/psaux/
psfont.c 180 *darkenAmount = FT_MulDiv( x, ydelta, xdelta ) +
197 *darkenAmount = FT_MulDiv( x, ydelta, xdelta ) +
215 *darkenAmount = FT_MulDiv( x, ydelta, xdelta ) +
psblues.c 412 FT_MulDiv( cf2_doubleToFixed ( .6 ),
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttsbit.c 393 metrics->x_scale = FT_MulDiv( metrics->x_ppem,
396 metrics->y_scale = FT_MulDiv( metrics->y_ppem,
441 FT_MulDiv( hori->Ascender, ppem_ * 64, upem );
443 FT_MulDiv( hori->Descender, ppem_ * 64, upem );
445 FT_MulDiv( hori->Ascender - hori->Descender + hori->Line_Gap,
448 FT_MulDiv( hori->advance_Width_Max, ppem_ * 64, upem );
452 metrics->x_scale = FT_MulDiv( metrics->x_ppem,
455 metrics->y_scale = FT_MulDiv( metrics->y_ppem,
  /xsrc/external/mit/freetype/dist/src/cff/
cffobjs.c 262 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
263 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
334 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
335 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
815 FT_MulDiv( (FT_Long)sub->units_per_em,
cffgload.c 371 glyph->x_scale = FT_MulDiv( glyph->x_scale, top_upm, sub_upm );
372 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm );
  /xsrc/external/mit/freetype/dist/src/autofit/
afloader.c 669 darken_amount = FT_MulDiv( x, ydelta, xdelta ) +
686 darken_amount = FT_MulDiv( x, ydelta, xdelta ) +
704 darken_amount = FT_MulDiv( x, ydelta, xdelta ) +
  /xsrc/external/mit/freetype/dist/src/bdf/
bdfdrivr.c 492 bsize->width = (FT_Short)FT_MulDiv( bsize->height, 2, 3 );
511 bsize->size = FT_MulDiv( FT_ABS( prop->value.l ),
595 bsize->y_ppem = FT_MulDiv( bsize->y_ppem, resolution_y, 72 );
598 bsize->x_ppem = FT_MulDiv( bsize->y_ppem,
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 1764 FT_MulDiv( distance,
1776 FT_MulDiv( distance,
1784 FT_MulDiv( distance,
1802 FT_MulDiv( distance,
1844 FT_MulDiv( distance,
1852 FT_MulDiv( distance,
3006 args[0] = FT_MulDiv( args[0], args[1], 64L );
5509 *x = FT_MulDiv( d, (FT_Long)exc->GS.freeVector.x, exc->F_dot_P );
5510 *y = FT_MulDiv( d, (FT_Long)exc->GS.freeVector.y, exc->F_dot_P );
6577 discriminant = ADD_LONG( FT_MulDiv( dax, NEG_LONG( dby ), 0x40 )
    [all...]
ttdriver.c 378 ttsize->point_size = FT_MulDiv( ttsize->ttmetrics.ppem,
ttgxvar.c 928 FT_MulDiv( scalar,
933 FT_MulDiv( scalar,
1766 apply = FT_MulDiv( apply,
1789 apply = FT_MulDiv( apply,
1793 apply = FT_MulDiv( apply,
1887 FT_MulDiv( normalized[i] - av->correspondence[j - 1].fromCoord,
1948 FT_MulDiv( design[i] - av->correspondence[j - 1].toCoord,
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfread.c 1619 bsize->width = (FT_Short)FT_MulDiv( bsize->height, 2, 3 );
1637 bsize->size = FT_MulDiv( FT_ABS( prop->value.l ),
1697 bsize->y_ppem = FT_MulDiv( bsize->y_ppem, resolution_y, 72 );
1700 bsize->x_ppem = FT_MulDiv( bsize->y_ppem,
  /xsrc/external/mit/freetype/dist/src/type1/
t1afm.c 396 *kerning = FT_MulDiv( ptsize - tk->min_ptsize,
  /xsrc/external/mit/freetype/dist/src/winfonts/
winfnt.c 819 bsize->y_ppem = FT_MulDiv( bsize->size, y_res, 72 );
835 bsize->size = FT_MulDiv( bsize->y_ppem, 72, y_res );
838 bsize->x_ppem = FT_MulDiv( bsize->size, x_res, 72 );
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c 1757 FT_MulDiv( delta, hint->cur_len,
1904 FT_MulDiv( u - before->org_u,
2134 y_scale = FT_MulDiv( y_scale, fitted, scaled );
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 4524 * FT_MulDiv
4540 * FT_MulDiv
4565 FT_MulDiv( FT_Long a,

Completed in 38 milliseconds

1 2