Searched refs:scaledStem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2font.c58 CF2_Fixed stemWidthPer1000, scaledStem; local
75 /* we have to assure that the computation of `scaledStem' */
84 scaledStem = cf2_intToFixed( 2333 );
88 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
91 scaledStem <= stemWidthPer1000 )
92 scaledStem = cf2_intToFixed( 2333 );
103 * darkenAmount = 0.5 pixels if scaledStem <= 0.5 pixels,
104 * darkenAmount = 0.333 pixels if 1 <= scaledStem <= 1.667 pixels,
105 * darkenAmount = 0 pixel if scaledStem >= 2.333 pixels,
110 if ( scaledStem < cf2_intToFixe
[all...]
/external/freetype/src/cff/
H A Dcf2font.c65 * darkenAmount = 0.4 pixels if scaledStem <= 0.5 pixels,
66 * darkenAmount = 0.275 pixels if 1 <= scaledStem <= 1.667 pixels,
67 * darkenAmount = 0 pixel if scaledStem >= 2.333 pixels,
107 CF2_Fixed stemWidthPer1000, scaledStem; local
134 /* we have to assure that the computation of `scaledStem' */
143 scaledStem = cf2_intToFixed( x4 );
147 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
150 scaledStem <= stemWidthPer1000 )
151 scaledStem = cf2_intToFixed( x4 );
156 if ( scaledStem < cf2_intToFixe
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2font.c58 CF2_Fixed stemWidthPer1000, scaledStem; local
75 /* we have to assure that the computation of `scaledStem' */
84 scaledStem = cf2_intToFixed( 2333 );
88 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
91 scaledStem <= stemWidthPer1000 )
92 scaledStem = cf2_intToFixed( 2333 );
103 * darkenAmount = 0.5 pixels if scaledStem <= 0.5 pixels,
104 * darkenAmount = 0.333 pixels if 1 <= scaledStem <= 1.667 pixels,
105 * darkenAmount = 0 pixel if scaledStem >= 2.333 pixels,
110 if ( scaledStem < cf2_intToFixe
[all...]

Completed in 1098 milliseconds