Home
last modified time | relevance | path

Searched refs:effectiveBaseline (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1469 const auto effectiveBaseline = fEmptyMetrics.baseline() + fEmptyMetrics.delta(); in GetLineFontMetrics() local
1470 box.rect.fTop = effectiveBaseline + fEmptyMetrics.rawAscent(); in GetLineFontMetrics()
1471 box.rect.fBottom = effectiveBaseline + fEmptyMetrics.rawDescent(); in GetLineFontMetrics()
H A DTextLine.cpp1905 const auto effectiveBaseline = this->baseline() + this->sizes().delta();
1906 clip.fTop = effectiveBaseline + run->ascent();
1907 clip.fBottom = effectiveBaseline + run->descent();

Completed in 7 milliseconds