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

  /external/freetype/src/psaux/
psfont.c 161 scaledStem = cf2_intToFixed( x4 );
167 if ( scaledStem < cf2_intToFixed( x1 ) )
168 *darkenAmount = FT_DivFix( cf2_intToFixed( y1 ), ppem );
170 else if ( scaledStem < cf2_intToFixed( x2 ) )
175 FT_DivFix( cf2_intToFixed( x1 ), ppem );
182 FT_DivFix( cf2_intToFixed( y1 ), ppem );
185 else if ( scaledStem < cf2_intToFixed( x3 ) )
192 FT_DivFix( cf2_intToFixed( x2 ), ppem );
199 FT_DivFix( cf2_intToFixed( y2 ), ppem );
203 else if ( scaledStem < cf2_intToFixed( x4 )
    [all...]
psblues.h 105 CF2_ICF_Top = cf2_intToFixed( 880 ),
106 CF2_ICF_Bottom = cf2_intToFixed( -120 )
psfixed.h 60 #define cf2_intToFixed( i ) \
psblues.c 62 #define cf2_blueToFixed( x ) cf2_intToFixed( x )
131 emBoxBottom = cf2_intToFixed( descender );
132 emBoxTop = cf2_intToFixed( ascender );
279 csUnitsPerPixel = FT_DivFix( cf2_intToFixed( 1 ), blues->scale );
366 if ( blues->blueScale > FT_DivFix( cf2_intToFixed( 1 ),
370 blues->blueScale = FT_DivFix( cf2_intToFixed( 1 ),
509 blues->zone[i].dsFlatEdge - cf2_intToFixed( 1 ) );
544 blues->zone[i].dsFlatEdge + cf2_intToFixed( 1 ) );
psstack.c 167 return cf2_intToFixed( 0 ); /* underflow */
175 return cf2_intToFixed( stack->top->u.i );
195 return cf2_intToFixed( 0 ); /* bounds error */
201 return cf2_intToFixed( stack->buffer[idx].u.i );
psft.c 55 #define CF2_MAX_SIZE cf2_intToFixed( 2000 ) /* max ppem */
82 maxScale = FT_DivFix( CF2_MAX_SIZE, cf2_intToFixed( unitsPerEm ) );
519 return cf2_intToFixed(
532 return cf2_intToFixed(
542 return cf2_intToFixed(
558 cf2_intToFixed( 1000 ) );
559 *blueShift = cf2_intToFixed(
561 *blueFuzz = cf2_intToFixed(
854 return cf2_intToFixed(
864 return cf2_intToFixed(
    [all...]
pshints.c 110 if ( width == cf2_intToFixed( -21 ) )
123 else if ( width == cf2_intToFixed( -20 ) )
439 : cf2_intToFixed( 1 ) - fracDown;
442 : cf2_intToFixed( 1 ) - fracUp;
    [all...]

Completed in 443 milliseconds