| /xsrc/external/mit/freetype/dist/src/autofit/ |
| aflatin2.c | 630 width->fit = width->cur; 648 blue->ref.fit = blue->ref.cur; 650 blue->shoot.fit = blue->shoot.cur; 676 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 677 blue->shoot.fit = blue->ref.fit + delta2; 680 " ref.cur=%.2g ref.fit=%.2g" 681 " shoot.cur=%.2g shoot.fit=%.2g\n", 682 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0, 683 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )) 2059 FT_Pos displacements[6], scores[6], org, fit, delta; local [all...] |
| aflatin.c | 1333 width->fit = width->cur; 1370 blue->ref.fit = blue->ref.cur; 1372 blue->shoot.fit = blue->shoot.cur; 1407 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 1408 blue->shoot.fit = blue->ref.fit + delta2; 1427 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 1428 blue->shoot.fit = blue->ref.fit - delta2; 1461 if ( b->ref.fit <= blue->shoot.fit & [all...] |
| afcjk.c | 708 blue->ref.fit = blue->ref.cur; 710 blue->shoot.fit = blue->shoot.cur; 720 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 723 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org; 744 blue->shoot.fit = blue->ref.fit - delta2; 747 " ref: cur=%.2f fit=%.2f\n" 748 " shoot: cur=%.2f fit=%.2f\n", 751 blue->ref.cur / 64.0, blue->ref.fit / 64.0, 752 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )) [all...] |
| aftypes.h | 80 FT_Pos fit; /* current/fitted position/width in device subpixels */ member in struct:AF_WidthRec_
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshglob.h | 68 FT_Pos fit; member in struct:PSH_WidthRec_
|
| pshglob.c | 55 width->fit = FT_PIX_ROUND( width->cur ); 75 width->fit = FT_PIX_ROUND( w );
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| mathimp.c | 4082 int fit; local 4085 fit = !fi_fi_mul_overflow(op, den); 4086 if (fit) { 4089 fit = !fi_fi_add_overflow(value, num); 4091 fit = !fi_fi_sub_overflow(value, num); 4093 if (fit) { 4126 int fit; local 4130 fit = !fi_fi_mul_overflow(op, num); 4132 fit = !fi_fi_mul_overflow(op, den); 4133 if (fit) { 4564 int fit; local 4763 int fit; local 4815 int fit; local [all...] |
| /xsrc/external/mit/libX11/dist/ |
| configure | 23590 been removed from POSIX and is limited to page sizes that fit in 'int'. */
|