Home | History | Annotate | Download | only in rendering

Lines Matching defs:imageSize

132     IntSize imageSize(image->image()->width(), image->image()->height());
139 if (imageSize == size) {
240 // imageSize() returns 0 for the error image. We need the true size of the
253 IntSize imageSize = IntSize(imageWidth, imageHeight);
254 if (imageSize == intrinsicSize())
257 setIntrinsicSize(imageSize);
281 if (imageSize(style()->effectiveZoom()) != intrinsicSize() || imageSizeChanged) {
283 setIntrinsicSize(imageSize(style()->effectiveZoom()));
313 repaintRect = enclosingIntRect(mapRect(*rect, FloatRect(FloatPoint(), imageSize(1.0f)), contentBoxRect()));
596 width = imageSize(style()->effectiveZoom()).width();
625 height = imageSize(style()->effectiveZoom()).height();