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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 518 /* ensure that parent is already fitted */
742 /* ensure that parent is already fitted */
2234 FT_Fixed fitted; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 567 FT_Pos fitted; local
584 fitted = ( scaled + threshold ) & ~63;
587 if ( scaled != fitted )
589 scale = FT_MulDiv( scale, fitted, scaled );
591 " fitted = %.2g, scaling = %.4g\n",
592 scaled / 64.0, fitted / 64.0,
593 ( fitted * 1.0 ) / scaled ));
    [all...]
aflatin.c 623 FT_Pos fitted; local
640 fitted = ( scaled + threshold ) & ~63;
642 if ( scaled != fitted )
647 if ( fitted < scaled )
653 scale = FT_MulDiv( scale, fitted, scaled );
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 517 /* ensure that parent is already fitted */
741 /* ensure that parent is already fitted */
2233 FT_Fixed fitted; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 557 FT_Pos fitted = ( scaled + 40 ) & ~63; local
560 if ( scaled != fitted )
562 scale = FT_MulDiv( scale, fitted, scaled );
564 " fitted = %.2g, scaling = %.4g\n",
565 scaled / 64.0, fitted / 64.0,
566 ( fitted * 1.0 ) / scaled ));
    [all...]
aflatin.c 573 FT_Pos fitted = ( scaled + 40 ) & ~63; local
576 if ( scaled != fitted )
581 if ( fitted < scaled )
587 scale = FT_MulDiv( scale, fitted, scaled );
    [all...]

Completed in 302 milliseconds