Searched refs:baselineAdjustment (Results 1 – 1 of 1) sorted by relevance
253 SkScalar baselineAdjustment = 0; in updateMetrics() local259 baselineAdjustment = endlineMetrics->deltaBaselines() / 2; in updateMetrics()269 fFontMetrics.fAscent = baselineAdjustment - offset; in updateMetrics()270 fFontMetrics.fDescent = baselineAdjustment + height - offset; in updateMetrics()274 fFontMetrics.fAscent = baselineAdjustment - height; in updateMetrics()275 fFontMetrics.fDescent = baselineAdjustment; in updateMetrics()279 fFontMetrics.fAscent = baselineAdjustment; in updateMetrics()280 fFontMetrics.fDescent = baselineAdjustment + height; in updateMetrics()