HomeSort by relevance Sort by last modified time
    Searched defs:SVGImage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 41 class SVGImage : public Image {
43 static PassRefPtr<SVGImage> create(ImageObserver* observer)
45 return adoptRef(new SVGImage(observer));
67 virtual ~SVGImage();
86 SVGImage(ImageObserver*);
SVGImage.cpp 30 #include "core/svg/graphics/SVGImage.h"
48 SVGImage::SVGImage(ImageObserver* observer)
53 SVGImage::~SVGImage()
65 void SVGImage::setContainerSize(const IntSize& size)
84 IntSize SVGImage::containerSize() const
118 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const FloatRect& dstRect,
146 PassRefPtr<NativeImageSkia> SVGImage::nativeImageForCurrentFrame()
161 void SVGImage::drawPatternForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, cons (…)
    [all...]

Completed in 65 milliseconds