OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cf2_intToFixed
(Results
1 - 7
of
7
) sorted by null
/external/freetype/src/cff/
cf2font.c
84
scaledStem =
cf2_intToFixed
( 2333 );
92
scaledStem =
cf2_intToFixed
( 2333 );
110
if ( scaledStem <
cf2_intToFixed
( 500 ) )
111
*darkenAmount = FT_DivFix(
cf2_intToFixed
( 400 ), ppem );
113
else if ( scaledStem <
cf2_intToFixed
( 1000 ) )
114
*darkenAmount = FT_DivFix(
cf2_intToFixed
( 525 ), ppem ) -
118
else if ( scaledStem <
cf2_intToFixed
( 1667 ) )
119
*darkenAmount = FT_DivFix(
cf2_intToFixed
( 275 ), ppem );
121
else if ( scaledStem <
cf2_intToFixed
( 2333 ) )
122
*darkenAmount = FT_DivFix(
cf2_intToFixed
( 963 ), ppem )
[
all
...]
cf2stack.c
155
return
cf2_intToFixed
( 0 ); /* underflow */
163
return
cf2_intToFixed
( stack->top->u.i );
183
return
cf2_intToFixed
( 0 ); /* bounds error */
189
return
cf2_intToFixed
( stack->buffer[idx].u.i );
cf2blues.h
105
CF2_ICF_Top =
cf2_intToFixed
( 880 ),
106
CF2_ICF_Bottom =
cf2_intToFixed
( -120 )
cf2blues.c
62
#define cf2_blueToFixed( x )
cf2_intToFixed
( x )
129
emBoxBottom =
cf2_intToFixed
( descender );
130
emBoxTop =
cf2_intToFixed
( ascender );
277
csUnitsPerPixel = FT_DivFix(
cf2_intToFixed
( 1 ), blues->scale );
364
if ( blues->blueScale > FT_DivFix(
cf2_intToFixed
( 1 ),
368
blues->blueScale = FT_DivFix(
cf2_intToFixed
( 1 ),
411
(
cf2_intToFixed
( 1 ) -
507
blues->zone[i].dsFlatEdge -
cf2_intToFixed
( 1 ) );
541
blues->zone[i].dsFlatEdge +
cf2_intToFixed
( 1 ) );
cf2ft.c
46
#define CF2_MAX_SIZE
cf2_intToFixed
( 2000 ) /* max ppem */
71
maxScale = FT_DivFix( CF2_MAX_SIZE,
cf2_intToFixed
( unitsPerEm ) );
240
cf2_intToFixed
( 64 ) );
242
cf2_intToFixed
( 64 ) );
385
return
cf2_intToFixed
(
398
return
cf2_intToFixed
(
408
return
cf2_intToFixed
(
424
cf2_intToFixed
( 1000 ) );
425
*blueShift =
cf2_intToFixed
(
427
*blueFuzz =
cf2_intToFixed
(
[
all
...]
cf2fixed.h
60
#define
cf2_intToFixed
( i ) \
cf2hints.c
110
if ( width ==
cf2_intToFixed
( -21 ) )
123
else if ( width ==
cf2_intToFixed
( -20 ) )
408
:
cf2_intToFixed
( 1 ) - fracDown;
411
:
cf2_intToFixed
( 1 ) - fracUp;
[
all
...]
Completed in 280 milliseconds