Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

528     bool shouldPaintBackgroundImage = bg && bg->canRender(style()->effectiveZoom());
651 w = image->imageSize(this, style()->effectiveZoom()).width() * h / image->imageSize(this, style()->effectiveZoom()).height();
653 h = image->imageSize(this, style()->effectiveZoom()).height() * w / image->imageSize(this, style()->effectiveZoom()).width();
657 w = image->imageSize(this, style()->effectiveZoom()).width();
658 h = image->imageSize(this, style()->effectiveZoom()).height();
675 return image->imageSize(this, style()->effectiveZoom());
815 if (!styleImage->canRender(style->effectiveZoom()))