Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeight

518     ty -= styleToUse->isHorizontalWritingMode() ? 0 : logicalHeight();
522 FloatRect boxRect(boxOrigin, IntSize(logicalWidth(), logicalHeight()));
1037 int descent = logicalHeight() - baseline;
1041 underlineOffset = logicalHeight() - lineThickness;
1190 if (underline.thick && logicalHeight() - baseline >= 2)
1200 ctx->drawLineForText(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + logicalHeight() - lineThickness), width, textRenderer()->document()->printing());