Searched refs:baselineAdjustment (Results 1 – 1 of 1) sorted by relevance
224 SkScalar baselineAdjustment = 0; in updateMetrics() local230 baselineAdjustment = endlineMetrics->deltaBaselines() / 2; in updateMetrics()240 fFontMetrics.fAscent = baselineAdjustment - offset; in updateMetrics()241 fFontMetrics.fDescent = baselineAdjustment + height - offset; in updateMetrics()245 fFontMetrics.fAscent = baselineAdjustment - height; in updateMetrics()246 fFontMetrics.fDescent = baselineAdjustment; in updateMetrics()250 fFontMetrics.fAscent = baselineAdjustment; in updateMetrics()251 fFontMetrics.fDescent = baselineAdjustment + height; in updateMetrics()