Searched defs:containerSize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.h39 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom) argument
41 return adoptRef(new SVGImageForContainer(image, containerSize, zoom));
67 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom) argument
69 , m_containerSize(containerSize)
H A DSVGImageCache.cpp53 void SVGImageCache::setContainerSizeForRenderer(const ImageResourceClient* client, const IntSize& containerSize, float containerZoom) argument
56 ASSERT(!containerSize.isEmpty());
59 FloatSize containerSizeWithoutZoom(containerSize);
H A DSVGImage.cpp140 view->resize(this->containerSize());
148 IntSize SVGImage::containerSize() const function in class:WebCore::SVGImage
159 IntSize containerSize = renderer->containerSize();
160 if (!containerSize.isEmpty())
161 return containerSize;
184 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const FloatRect& dstRect, argument
193 IntSize roundedContainerSize = roundedIntSize(containerSize);
201 adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.height() / containerSize
222 drawPatternForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.h57 IntSize containerSize() const { return m_containerSize; } function in class:WebCore::FINAL
58 void setContainerSize(const IntSize& containerSize) argument
63 if (m_containerSize != containerSize)
65 m_containerSize = containerSize;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp213 void ImageResource::setContainerSizeForRenderer(const ImageResourceClient* renderer, const IntSize& containerSize, float containerZoom) argument
215 if (containerSize.isEmpty())
220 m_pendingContainerSizeRequests.set(renderer, SizeAndZoom(containerSize, containerZoom));
224 m_image->setContainerSize(containerSize);
228 m_svgImageCache->setContainerSizeForRenderer(renderer, containerSize, containerZoom);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 184 milliseconds