Home | History | Annotate | Download | only in rendering

Lines Matching defs:imageSize

126     IntSize imageSize(image->width(), image->height());
135 if (!contextIsScaled && imageSize == size) {
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();
665 IntSize imageIntrinsicSize = image->imageSize(this, 1);
675 return image->imageSize(this, style()->effectiveZoom());
821 IntSize imageSize = styleImage->imageSize(this, 1.0f);
822 int imageWidth = imageSize.width();
823 int imageHeight = imageSize.height();
847 Image* image = styleImage->image(this, imageSize);