Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

173     if (hasOverflowClip() && oldStyle && style() && oldStyle->effectiveZoom() != style()->effectiveZoom()) {
176 left = (left / oldStyle->effectiveZoom()) * style()->effectiveZoom();
181 top = (top / oldStyle->effectiveZoom()) * style()->effectiveZoom();
709 if (fillLayer->hasImage() && fillLayer->image()->canRender(style()->effectiveZoom())) {
789 if (curLayer->image() && image == curLayer->image()->data() && curLayer->image()->canRender(style()->effectiveZoom())) {