Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

99             borderBox = m_theme->controlBorder(part, style->font(), borderBox, style->effectiveZoom());
128 LengthBox paddingBox = m_theme->controlPadding(part, style->font(), style->paddingBox(), style->effectiveZoom());
139 LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom());
146 LengthSize minControlSize = m_theme->minimumControlSize(part, style->font(), style->effectiveZoom());
153 FontDescription controlFont = m_theme->controlFont(part, style->font(), style->effectiveZoom());
247 m_theme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
583 return box->height() + box->marginTop() + m_theme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
622 m_theme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->effectiveZoom());