Home | History | Annotate | Download | only in loader

Lines Matching refs:Image

28 #include "Image.h"
43 CachedImage(Image*);
48 Image* image() const;
58 // Both of these methods take a zoom multiplier that can be used to increase the natural size of the image by the
60 IntSize imageSize(float multiplier) const; // returns the size of the complete image.
61 IntRect imageRect(float multiplier) const; // The size of the currently decoded portion of the image.
86 virtual void decodedSizeChanged(const Image* image, int delta);
87 virtual void didDraw(const Image*);
89 virtual bool shouldPauseAnimation(const Image*);
90 virtual void animationAdvanced(const Image*);
91 virtual void changedInRect(const Image*, const IntRect&);
96 // If not null, changeRect is the changed part of the image.
100 RefPtr<Image> m_image;