HomeSort by relevance Sort by last modified time
    Searched refs:fitted (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/pshinter/
pshalgo.c 518 /* ensure that parent is already fitted */
742 /* ensure that parent is already fitted */
2236 FT_Fixed fitted; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 545 FT_Pos fitted = ( scaled + 40 ) & ~63; local
548 if ( scaled != fitted )
550 scale = FT_MulDiv( scale, fitted, scaled );
551 AF_LOG(( "== scaled x-top = %.2g fitted = %.2g, scaling = %.4g\n", scaled/64.0, fitted/64.0, (fitted*1.0)/scaled ));
    [all...]
aflatin.c 539 FT_Pos fitted = ( scaled + 40 ) & ~63; local
542 if ( scaled != fitted )
547 if ( fitted < scaled )
554 scale = FT_MulDiv( scale, fitted, scaled );
    [all...]

Completed in 61 milliseconds