Home | History | Annotate | Download | only in rendering

Lines Matching full:style

64     if (style() && style()->effectiveZoom() != oldZoom)
89 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
90 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());
111 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
112 paintOutline(paintInfo.context, tx, ty, width(), height(), style());
128 if (style()->hasBorderRadius()) {
138 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
147 if (style()->hasBorderRadius())
156 paintInfo.context->fillRect(selectionPaintingRect, selectionBackgroundColor(), style()->colorSpace());
170 if (style()->visibility() != VISIBLE)
202 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength)
203 width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAndBorders : 0));
205 if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) {
337 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
351 if (style()) {
352 if (style()->hasAppearance())
356 r.inflate(style()->outlineSize());