Searched refs:baselineAdjustment (Results 1 – 1 of 1) sorted by relevance
198 SkScalar baselineAdjustment = 0; in updateMetrics() local204 baselineAdjustment = endlineMetrics->deltaBaselines() / 2; in updateMetrics()214 fFontMetrics.fAscent = baselineAdjustment - offset; in updateMetrics()215 fFontMetrics.fDescent = baselineAdjustment + height - offset; in updateMetrics()219 fFontMetrics.fAscent = baselineAdjustment - height; in updateMetrics()220 fFontMetrics.fDescent = baselineAdjustment; in updateMetrics()224 fFontMetrics.fAscent = baselineAdjustment; in updateMetrics()225 fFontMetrics.fDescent = baselineAdjustment + height; in updateMetrics()