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 42 class SVGImage : public Image {
44 static PassRefPtr<SVGImage> create(ImageObserver* observer)
46 return adoptRef(new SVGImage(observer));
72 virtual ~SVGImage();
93 SVGImage(ImageObserver*);
104 DEFINE_IMAGE_TYPE_CASTS(SVGImage);
SVGImage.cpp 30 #include "core/svg/graphics/SVGImage.h"
55 SVGImage::SVGImage(ImageObserver* observer)
60 SVGImage::~SVGImage()
72 bool SVGImage::isInSVGImage(const Element* element)
83 bool SVGImage::currentFrameHasSingleSecurityOrigin() const
114 void SVGImage::setContainerSize(const IntSize& size)
133 IntSize SVGImage::containerSize() const
167 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const Float (…)
    [all...]

Completed in 44 milliseconds