HomeSort by relevance Sort by last modified time
    Searched full:scaledstem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2font.c 58 CF2_Fixed stemWidthPer1000, scaledStem;
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_intToFixed( 500 )
    [all...]
  /external/freetype/src/cff/
cf2font.c 58 CF2_Fixed stemWidthPer1000, scaledStem;
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_intToFixed( 500 )
    [all...]

Completed in 117 milliseconds