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

12

  /external/freetype/src/autofit/
aflatin2.c 572 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
619 width->cur = FT_MulFix( width->org, scale );
626 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
637 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
639 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
644 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
654 delta2 = FT_MulFix( delta2, scale );
    [all...]
afhints.c 690 point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta;
691 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
1038 u = before->pos + FT_MulFix( fu - before->fpos,
    [all...]
afcjk.c 614 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
616 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
621 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
635 delta2 = FT_MulFix( delta2, scale );
932 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
1015 edge->opos = edge->pos = FT_MulFix( seg->pos, scale );
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c     [all...]
ttobjs.c     [all...]
ttinterp.c 37 #define TT_MULFIX FT_MulFix
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 668 point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta;
669 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
1016 u = before->pos + FT_MulFix( fu - before->fpos,
1288 point->x = FT_MulFix( point->fx, scale ) + delta;
1293 point->y = FT_MulFix( point->fy, scale ) + delta;
afcjk.c 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 );
631 delta2 = FT_MulFix( delta2, scale );
928 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
1010 edge->opos = edge->pos = FT_MulFix( seg->pos, scale );
    [all...]
  /external/freetype/src/truetype/
ttobjs.c     [all...]
ttinterp.c     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 681 xz = FT_MulFix( vector->x, matrix->xx ) +
682 FT_MulFix( vector->y, matrix->xy );
684 yz = FT_MulFix( vector->x, matrix->yx ) +
685 FT_MulFix( vector->y, matrix->yy );
ftobjs.c     [all...]
ftstroke.c 1001 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius,
1084 sigma = FT_MulFix( stroker->miter_limit, thcos );
1123 FT_MulFix( radius, stroker->miter_limit ),
1129 length = FT_MulFix( radius,
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 846 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
908 top[0] = FT_MulFix( top[0], top[1] );
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
ftstroke.c 1001 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius,
1084 sigma = FT_MulFix( stroker->miter_limit, thcos );
1123 FT_MulFix( radius, stroker->miter_limit ),
    [all...]
  /external/freetype/src/psaux/
t1decode.c 859 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
921 top[0] = FT_MulFix( top[0], top[1] );
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 324 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale)
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 456 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale)

Completed in 2627 milliseconds

12