Lines Matching defs:ascent
147 const auto ascent = this->ascent();
163 // the first line top (ascent) to the last line bottom (descent).
164 const auto typographical_top = fBox.fTop + ascent,
182 v_offset -= ascent;
234 const auto max_offset = fBox.height() + this->ascent(); // NB: ascent is negative
266 float ascent = 0;
271 ascent = metrics.fAscent;
296 advance, ascent,
328 SkScalar ascent() const {
329 // Use the explicit ascent, when specified.
330 // Note: ascent values are negative (relative to the baseline).