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

1 2

  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
42 #undef FT_MulFix
196 FT_MulFix( FT_Long a,
435 FT_MulFix( FT_Long a,
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx )
    [all...]
ftsynth.c 97 xstr = FT_MulFix( face->units_per_EM,
ftbbox.c 323 uu = FT_MulFix( u, u );
324 y = d + FT_MulFix( c, 2*u ) + FT_MulFix( b, uu );
374 /* We compute FT_MulFix(b,b) and FT_MulFix(a,c) after normalization. */
476 d = FT_MulFix( b, b ) - FT_MulFix( a, c );
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.c 123 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 )
afloader.c 167 loader->pp2.x = FT_MulFix( slot->metrics.horiAdvance,
362 x = FT_MulFix( subglyph->arg1, hints->x_scale ) + hints->x_delta;
363 y = FT_MulFix( subglyph->arg2, hints->y_scale ) + hints->y_delta;
396 vvector.x = FT_MulFix( vvector.x, metrics->scaler.x_scale );
397 vvector.y = FT_MulFix( vvector.y, metrics->scaler.y_scale );
433 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
440 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
456 slot->metrics.vertAdvance = FT_MulFix( slot->metrics.vertAdvance,
aflatin.c 572 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
612 width->cur = FT_MulFix( width->org, scale );
619 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
630 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
632 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
637 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
656 delta2 = FT_MulFix( delta2, scale );
1096 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
    [all...]
aflatin2.c 556 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
592 width->cur = FT_MulFix( width->org, scale );
599 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
610 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
612 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
617 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
627 delta2 = FT_MulFix( delta2, scale );
1096 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
    [all...]
  /external/freetype/src/autofit/
afwarp.c 123 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 )
afloader.c 173 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,
aflatin.c 628 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
678 width->cur = FT_MulFix( width->org, scale );
685 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
696 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
698 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
703 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
722 delta2 = FT_MulFix( delta2, scale );
    [all...]
  /external/freetype/src/cff/
cf2hints.c 205 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(
    [all...]
cf2font.c 78 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio );
88 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
115 FT_MulFix( stemWidthPer1000,
123 FT_MulFix( stemWidthPer1000,
cf2blues.c 160 FT_MulFix(
172 FT_MulFix(
409 blues->boost = FT_MulFix(
432 FT_MulFix(
438 FT_MulFix(
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 54 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 )
pshalgo.c 413 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta;
414 hint->cur_len = FT_MulFix( hint->org_len, scale );
452 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta;
453 FT_Pos len = FT_MulFix( hint->org_len, scale );
529 cur_delta = FT_MulFix( cur_org_center - par_org_center, scale );
680 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta;
681 FT_Pos len = FT_MulFix( hint->org_len, scale );
750 cur_delta = FT_MulFix( cur_org_center - par_org_center, scale );
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 54 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 )
pshalgo.c 412 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta;
413 hint->cur_len = FT_MulFix( hint->org_len, scale );
451 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta;
452 FT_Pos len = FT_MulFix( hint->org_len, scale );
528 cur_delta = FT_MulFix( cur_org_center - par_org_center, scale );
679 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta;
680 FT_Pos len = FT_MulFix( hint->org_len, scale );
749 cur_delta = FT_MulFix( cur_org_center - par_org_center, scale );
    [all...]
  /external/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
43 #undef FT_MulFix
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( a->yy, b->yx )
    [all...]
ftsynth.c 98 xstr = FT_MulFix( face->units_per_EM,
ftoutln.c 689 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( d, l )
    [all...]
ftbbox.c 360 uu = FT_MulFix( u, u );
361 y = d + FT_MulFix( c, 2*u ) + FT_MulFix( b, uu );
413 /* We compute FT_MulFix(b,b) and FT_MulFix(a,c) after normalization. */
463 d = FT_MulFix( b, b ) - FT_MulFix( a, c );
ftbitmap.c 406 b = FT_MulFix( b, b );
407 g = FT_MulFix( g, g );
408 r = FT_MulFix( r, r );
411 b = FT_MulFix( b, 4731 /* 0.0722 * 65536 */ );
412 g = FT_MulFix( g, 46871 /* 0.7152 * 65536 */ );
413 r = FT_MulFix( r, 13933 /* 0.2126 * 65536 */ );
427 return (FT_Byte)( FT_MulFix( 65535 - l, a ) >> 8 );
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 906 vec->x = FT_MulFix( vec->x, x_scale );
907 vec->y = FT_MulFix( vec->y, y_scale );
1030 x = FT_MulFix( x, m );
1031 y = FT_MulFix( y, n );
1040 (FT_Int32)FT_MulFix( subglyph->transform.xx,
1042 (FT_Int32)FT_MulFix( subglyph->transform.xy,
1045 (FT_Int32)FT_MulFix( subglyph->transform.yy,
1047 (FT_Int32)FT_MulFix( subglyph->transform.yx
    [all...]
  /external/freetype/src/truetype/
ttgload.c 964 FT_MulFix( 1280 * ppem,
989 vec->x = FT_MulFix( vec->x, x_scale );
990 vec->y = FT_MulFix( vec->y, y_scale );
    [all...]
ttgxvar.c 528 apply = FT_MulFix( apply,
    [all...]

Completed in 286 milliseconds

1 2