Lines Matching defs:height
567 fHeight = fEmptyMetrics.height();
570 fHeight = fStrutMetrics.height();
856 SkScalar height)
864 , fHeight(height)
1074 SkScalar height) {
1083 fClusters.emplace_back(this, runIndex, glyphStart, glyphEnd, text, width, height);
1175 advance.fY = metrics.height();
1228 setSize(textWrapper.height(), maxWidth, fLongestLine);
1280 advance.fY = metrics.height();
1323 fHeight = textWrapper.height();
1612 if (dy >= offsetY + line.height() && &line != &fLines.back()) {
1738 // The empty metrics is used to define the height of the empty lines
1766 const auto intrinsicHeight = fEmptyMetrics.height();