Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

1140         setWidth(m_image->imageSize(this, style()->effectiveZoom()).width());
1141 setHeight(m_image->imageSize(this, style()->effectiveZoom()).height());
1166 if (width() != m_image->imageSize(this, style()->effectiveZoom()).width() || height() != m_image->imageSize(this, style()->effectiveZoom()).height() || m_image->errorOccurred())
1193 m_image->setContainerSizeForRenderer(this, imageSize, style()->effectiveZoom());
1294 LayoutSize imageSize = m_image->imageSize(this, style()->effectiveZoom());
1499 return IntRect(0, 0, m_image->imageSize(this, style()->effectiveZoom()).width(), m_image->imageSize(this, style()->effectiveZoom()).height());