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

  /external/pdfium/third_party/freetype/src/cff/
cf2font.c 110 CF2_Fixed stemWidthPer1000, scaledStem;
138 /* `stemWidthPer1000' will not overflow for a legitimate font */
140 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio );
156 logBase2 = FT_MSB( (FT_UInt32)stemWidthPer1000 ) +
163 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
174 FT_Int x = stemWidthPer1000 -
191 FT_Int x = stemWidthPer1000 -
209 FT_Int x = stemWidthPer1000 -
  /external/freetype/src/cff/
cf2font.c 110 CF2_Fixed stemWidthPer1000, scaledStem;
138 /* `stemWidthPer1000' will not overflow for a legitimate font */
140 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio );
156 logBase2 = FT_MSB( (FT_UInt32)stemWidthPer1000 ) +
163 scaledStem = FT_MulFix( stemWidthPer1000, ppem );
174 FT_Int x = stemWidthPer1000 -
191 FT_Int x = stemWidthPer1000 -
209 FT_Int x = stemWidthPer1000 -

Completed in 72 milliseconds