Lines Matching defs:height
302 // 12% of row height.
303 fDecorationContext.underlinePosition = (fSizes.height() * 0.12 + this->baseline());
304 fDecorationContext.textBlobTop = fSizes.height() * 0.12;
356 maxRoundRectRadius = std::fmin(std::fmin(attr.rect.width(), attr.rect.height()), maxRoundRectRadius);
552 result.fBottom += std::max(this->fMaxRunMetrics.height() - this->height(), 0.0f);
1484 if (clipContext.clip.height() > 0 ||
1485 (run->isPlaceholder() && SkScalarNearlyZero(clipContext.clip.height()))) {
1487 if (clipContext.clip.height() > 0) {
1550 if (clipContext.clip.height() == 0) {
1762 result.fBaseline = this->offset().fY + this->height() - this->sizes().descent();
1855 clip.fBottom = this->height();
1859 clip.fBottom = this->height();
1868 clip.fBottom = this->height();
1881 clip.fBottom = this->height();
2433 // Calculate the final y and height.
2445 SkScalar height = joinRect.height();
2450 SkScalar height = joinRect.GetHeight();
2453 rect.setXYWH(x, y, width, height);