Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

1143         setWidth(m_image->imageSize(this, style()->effectiveZoom()).width());
1144 setHeight(m_image->imageSize(this, style()->effectiveZoom()).height());
1168 if (width() != m_image->imageSize(this, style()->effectiveZoom()).width() || height() != m_image->imageSize(this, style()->effectiveZoom()).height() || m_image->errorOccurred())
1187 m_minPrefWidth = m_maxPrefWidth = m_image->imageSize(this, style()->effectiveZoom()).width();
1392 return IntRect(x(), y(), m_image->imageSize(this, style()->effectiveZoom()).width(), m_image->imageSize(this, style()->effectiveZoom()).height());