Searched refs:FT_MulFix (Results 1 - 25 of 75) sorted by relevance

123

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftcalc.c29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
205 FT_MulFix( FT_Long a,
449 FT_MulFix( FT_Long a,
725 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
726 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
727 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
728 yy = FT_MulFix(
[all...]
H A Dftsynth.c98 xstr = FT_MulFix( face->units_per_EM,
H A Dftoutln.c689 xz = FT_MulFix( vector->x, matrix->xx ) +
690 FT_MulFix( vector->y, matrix->xy );
692 yz = FT_MulFix( vector->x, matrix->yx ) +
693 FT_MulFix( vector->y, matrix->yy );
968 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y );
986 q = FT_MulFix( out.x, in.y ) - FT_MulFix( out.y, in.x );
993 if ( FT_MulFix( xstrength, q ) <= FT_MulFix(
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c123 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta;
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta;
242 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta;
345 new_delta = xx1 - FT_MulFix( X1, new_scale );
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale )
H A Dafloader.c173 loader->pp2.x = FT_MulFix( slot->metrics.horiAdvance,
368 x = FT_MulFix( subglyph->arg1, hints->x_scale ) + hints->x_delta;
369 y = FT_MulFix( subglyph->arg2, hints->y_scale ) + hints->y_delta;
402 vvector.x = FT_MulFix( vvector.x, metrics->scaler.x_scale );
403 vvector.y = FT_MulFix( vvector.y, metrics->scaler.y_scale );
439 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
447 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
463 slot->metrics.vertAdvance = FT_MulFix( slot->metrics.vertAdvance,
/external/freetype/src/autofit/
H A Dafwarp.c123 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta;
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta;
242 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta;
345 new_delta = xx1 - FT_MulFix( X1, new_scale );
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale )
H A Dafloader.c174 loader->pp2.x = FT_MulFix( slot->metrics.horiAdvance,
374 x = FT_MulFix( subglyph->arg1, hints->x_scale ) + hints->x_delta;
375 y = FT_MulFix( subglyph->arg2, hints->y_scale ) + hints->y_delta;
408 vvector.x = FT_MulFix( vvector.x, metrics->scaler.x_scale );
409 vvector.y = FT_MulFix( vvector.y, metrics->scaler.y_scale );
445 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
453 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
469 slot->metrics.vertAdvance = FT_MulFix( slot->metrics.vertAdvance,
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c205 hint->dsCoord = FT_MulFix( hint->csCoord, scale );
313 return FT_MulFix( csCoord, hintmap->scale );
335 return FT_MulFix( csCoord - hintmap->edge[0].csCoord,
345 return FT_MulFix( csCoord - hintmap->edge[i].csCoord,
633 CF2_Fixed halfWidth = FT_MulFix(
1064 pt.x = FT_MulFix( glyphpath->scaleX, x ) +
1065 FT_MulFix( glyphpath->scaleC, y );
1068 ppt->x = FT_MulFix( glyphpath->font->outerTransform.a, pt.x ) +
1069 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ) +
1071 ppt->y = FT_MulFix( glyphpat
[all...]
H A Dcf2font.c78 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio );
88 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
115 FT_MulFix( stemWidthPer1000,
123 FT_MulFix( stemWidthPer1000,
H A Dcf2blues.c160 FT_MulFix(
172 FT_MulFix(
409 blues->boost = FT_MulFix(
432 FT_MulFix(
438 FT_MulFix(
/external/freetype/src/cff/
H A Dcf2hints.c205 hint->dsCoord = FT_MulFix( hint->csCoord, scale );
313 return FT_MulFix( csCoord, hintmap->scale );
335 return FT_MulFix( csCoord - hintmap->edge[0].csCoord,
345 return FT_MulFix( csCoord - hintmap->edge[i].csCoord,
643 CF2_Fixed halfWidth = FT_MulFix(
1096 pt.x = FT_MulFix( glyphpath->scaleX, x ) +
1097 FT_MulFix( glyphpath->scaleC, y );
1100 ppt->x = FT_MulFix( glyphpath->font->outerTransform.a, pt.x ) +
1101 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ) +
1103 ppt->y = FT_MulFix( glyphpat
[all...]
H A Dcf2blues.c162 FT_MulFix(
174 FT_MulFix(
433 FT_MulFix(
439 FT_MulFix(
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c205 hint->dsCoord = FT_MulFix( hint->csCoord, scale );
313 return FT_MulFix( csCoord, hintmap->scale );
335 return FT_MulFix( csCoord - hintmap->edge[0].csCoord,
345 return FT_MulFix( csCoord - hintmap->edge[i].csCoord,
634 CF2_Fixed halfWidth = FT_MulFix(
1078 pt.x = FT_MulFix( glyphpath->scaleX, x ) +
1079 FT_MulFix( glyphpath->scaleC, y );
1082 ppt->x = FT_MulFix( glyphpath->font->outerTransform.a, pt.x ) +
1083 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ) +
1085 ppt->y = FT_MulFix( glyphpat
[all...]
H A Dcf2font.c78 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio );
88 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
115 FT_MulFix( stemWidthPer1000,
123 FT_MulFix( stemWidthPer1000,
H A Dcf2blues.c160 FT_MulFix(
172 FT_MulFix(
409 blues->boost = FT_MulFix(
432 FT_MulFix(
438 FT_MulFix(
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c54 width->cur = FT_MulFix( width->org, scale );
65 w = FT_MulFix( width->org, scale );
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
454 zone->cur_top = FT_MulFix( zone->org_top, scale ) + delta;
455 zone->cur_bottom = FT_MulFix( zone->org_bottom, scale ) + delta;
456 zone->cur_ref = FT_MulFix( zone->org_ref, scale ) + delta;
457 zone->cur_delta = FT_MulFix( zone->org_delta, scale );
511 if ( FT_MulFix( Delta, scale ) < 64 )
/external/freetype/src/pshinter/
H A Dpshglob.c54 width->cur = FT_MulFix( width->org, scale );
65 w = FT_MulFix( width->org, scale );
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
454 zone->cur_top = FT_MulFix( zone->org_top, scale ) + delta;
455 zone->cur_bottom = FT_MulFix( zone->org_bottom, scale ) + delta;
456 zone->cur_ref = FT_MulFix( zone->org_ref, scale ) + delta;
457 zone->cur_delta = FT_MulFix( zone->org_delta, scale );
511 if ( FT_MulFix( Delta, scale ) < 64 )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c54 width->cur = FT_MulFix( width->org, scale );
65 w = FT_MulFix( width->org, scale );
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
431 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
462 zone->cur_top = FT_MulFix( zone->org_top, scale ) + delta;
463 zone->cur_bottom = FT_MulFix( zone->org_bottom, scale ) + delta;
464 zone->cur_ref = FT_MulFix( zone->org_ref, scale ) + delta;
465 zone->cur_delta = FT_MulFix( zone->org_delta, scale );
519 if ( FT_MulFix( Delta, scale ) < 64 )
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
43 #undef FT_MulFix macro
207 FT_MulFix( FT_Long a,
451 FT_MulFix( FT_Long a,
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix(
[all...]
H A Dftsynth.c98 xstr = FT_MulFix( face->units_per_EM,
H A Dftoutln.c689 xz = FT_MulFix( vector->x, matrix->xx ) +
690 FT_MulFix( vector->y, matrix->xy );
692 yz = FT_MulFix( vector->x, matrix->yx ) +
693 FT_MulFix( vector->y, matrix->yy );
968 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y );
986 q = FT_MulFix( out.x, in.y ) - FT_MulFix( out.y, in.x );
993 if ( FT_MulFix( xstrength, q ) <= FT_MulFix(
[all...]
/external/freetype/src/base/
H A Dftcalc.c29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
272 #undef FT_MulFix macro
444 FT_MulFix( FT_Long a,
694 FT_MulFix( FT_Long a,
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
971 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
972 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix(
[all...]
H A Dftsynth.c98 xstr = FT_MulFix( face->units_per_EM,
H A Dftoutln.c691 xz = FT_MulFix( vector->x, matrix->xx ) +
692 FT_MulFix( vector->y, matrix->xy );
694 yz = FT_MulFix( vector->x, matrix->yx ) +
695 FT_MulFix( vector->y, matrix->yy );
971 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y );
989 q = FT_MulFix( out.x, in.y ) - FT_MulFix( out.y, in.x );
996 if ( FT_MulFix( xstrength, q ) <= FT_MulFix(
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c964 FT_MulFix( 1280 * ppem,
989 vec->x = FT_MulFix( vec->x, x_scale );
990 vec->y = FT_MulFix( vec->y, y_scale );
1114 x = FT_MulFix( x, m );
1115 y = FT_MulFix( y, n );
1129 x = FT_MulFix( x, mac_xscale );
1130 y = FT_MulFix( y, mac_yscale );
1142 x = FT_MulFix( x, x_scale );
1143 y = FT_MulFix( y, y_scale );
1452 loader->pp1.x = FT_MulFix( loade
[all...]

Completed in 369 milliseconds

123