2010-09-08 13:40:39 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2010-09-08 13:40:39 -07:00
|
|
|
|
|
|
|
#ifndef mozilla_imagelib_VectorImage_h_
|
|
|
|
#define mozilla_imagelib_VectorImage_h_
|
|
|
|
|
|
|
|
#include "Image.h"
|
|
|
|
#include "nsIStreamListener.h"
|
2010-09-08 13:40:39 -07:00
|
|
|
#include "nsWeakReference.h"
|
2011-11-09 13:39:15 -08:00
|
|
|
#include "mozilla/TimeStamp.h"
|
2010-09-08 13:40:39 -07:00
|
|
|
|
|
|
|
class imgIDecoderObserver;
|
2010-09-08 13:40:39 -07:00
|
|
|
|
|
|
|
namespace mozilla {
|
2011-11-08 19:14:41 -08:00
|
|
|
namespace layers {
|
|
|
|
class LayerManager;
|
|
|
|
class ImageContainer;
|
|
|
|
}
|
2012-01-06 08:02:27 -08:00
|
|
|
namespace image {
|
2010-09-08 13:40:39 -07:00
|
|
|
|
2010-09-08 13:40:39 -07:00
|
|
|
class SVGDocumentWrapper;
|
2010-09-08 13:40:40 -07:00
|
|
|
class SVGRootRenderingObserver;
|
2010-09-08 13:40:39 -07:00
|
|
|
|
2010-09-08 13:40:39 -07:00
|
|
|
class VectorImage : public Image,
|
|
|
|
public nsIStreamListener
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
NS_DECL_ISUPPORTS
|
|
|
|
NS_DECL_NSIREQUESTOBSERVER
|
|
|
|
NS_DECL_NSISTREAMLISTENER
|
|
|
|
|
2010-11-17 12:39:23 -08:00
|
|
|
// BEGIN NS_DECL_IMGICONTAINER (minus GetAnimationMode/SetAnimationMode)
|
2010-11-17 12:37:08 -08:00
|
|
|
// ** Don't edit this chunk except to mirror changes in imgIContainer.idl **
|
2012-08-22 08:56:38 -07:00
|
|
|
NS_IMETHOD GetWidth(int32_t *aWidth);
|
|
|
|
NS_IMETHOD GetHeight(int32_t *aHeight);
|
|
|
|
NS_IMETHOD GetType(uint16_t *aType);
|
|
|
|
NS_IMETHOD_(uint16_t) GetType(void);
|
2012-07-06 13:31:49 -07:00
|
|
|
NS_IMETHOD GetAnimated(bool *aAnimated);
|
|
|
|
NS_IMETHOD GetCurrentFrameIsOpaque(bool *aCurrentFrameIsOpaque);
|
2012-08-22 08:56:38 -07:00
|
|
|
NS_IMETHOD GetFrame(uint32_t aWhichFrame, uint32_t aFlags, gfxASurface **_retval);
|
2012-07-06 13:14:07 -07:00
|
|
|
NS_IMETHOD GetImageContainer(mozilla::layers::ImageContainer **_retval) { *_retval = NULL; return NS_OK; }
|
2012-08-22 08:56:38 -07:00
|
|
|
NS_IMETHOD CopyFrame(uint32_t aWhichFrame, uint32_t aFlags, gfxImageSurface **_retval);
|
|
|
|
NS_IMETHOD ExtractFrame(uint32_t aWhichFrame, const nsIntRect & aRect, uint32_t aFlags, imgIContainer **_retval);
|
|
|
|
NS_IMETHOD Draw(gfxContext *aContext, gfxPattern::GraphicsFilter aFilter, const gfxMatrix & aUserSpaceToImageSpace, const gfxRect & aFill, const nsIntRect & aSubimage, const nsIntSize & aViewportSize, uint32_t aFlags);
|
2010-11-17 12:37:08 -08:00
|
|
|
NS_IMETHOD_(nsIFrame *) GetRootLayoutFrame(void);
|
2012-10-04 13:02:15 -07:00
|
|
|
NS_IMETHOD RequestDecode();
|
|
|
|
NS_IMETHOD StartDecoding();
|
2012-07-06 13:31:49 -07:00
|
|
|
NS_IMETHOD LockImage(void);
|
|
|
|
NS_IMETHOD UnlockImage(void);
|
|
|
|
NS_IMETHOD RequestDiscard(void);
|
|
|
|
NS_IMETHOD ResetAnimation(void);
|
2011-11-09 13:39:15 -08:00
|
|
|
NS_IMETHOD_(void) RequestRefresh(const mozilla::TimeStamp& aTime);
|
2010-11-17 12:37:08 -08:00
|
|
|
// END NS_DECL_IMGICONTAINER
|
|
|
|
|
2012-07-30 07:20:58 -07:00
|
|
|
VectorImage(imgStatusTracker* aStatusTracker = nullptr);
|
2010-09-08 13:40:39 -07:00
|
|
|
virtual ~VectorImage();
|
|
|
|
|
|
|
|
// Methods inherited from Image
|
|
|
|
nsresult Init(imgIDecoderObserver* aObserver,
|
|
|
|
const char* aMimeType,
|
2010-09-12 08:22:26 -07:00
|
|
|
const char* aURIString,
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t aFlags);
|
2010-09-08 13:40:39 -07:00
|
|
|
void GetCurrentFrameRect(nsIntRect& aRect);
|
2011-07-18 06:20:27 -07:00
|
|
|
|
2012-02-19 19:51:48 -08:00
|
|
|
virtual size_t HeapSizeOfSourceWithComputedFallback(nsMallocSizeOfFun aMallocSizeOf) const;
|
|
|
|
virtual size_t HeapSizeOfDecodedWithComputedFallback(nsMallocSizeOfFun aMallocSizeOf) const;
|
|
|
|
virtual size_t NonHeapSizeOfDecoded() const;
|
|
|
|
virtual size_t OutOfProcessSizeOfDecoded() const;
|
2010-09-08 13:40:39 -07:00
|
|
|
|
2010-09-08 13:40:40 -07:00
|
|
|
// Callback for SVGRootRenderingObserver
|
|
|
|
void InvalidateObserver();
|
|
|
|
|
2010-09-08 13:40:39 -07:00
|
|
|
protected:
|
|
|
|
virtual nsresult StartAnimation();
|
|
|
|
virtual nsresult StopAnimation();
|
2011-08-05 06:57:16 -07:00
|
|
|
virtual bool ShouldAnimate();
|
2010-09-08 13:40:39 -07:00
|
|
|
|
|
|
|
private:
|
|
|
|
nsWeakPtr mObserver; //! imgIDecoderObserver
|
|
|
|
nsRefPtr<SVGDocumentWrapper> mSVGDocumentWrapper;
|
2010-09-08 13:40:40 -07:00
|
|
|
nsRefPtr<SVGRootRenderingObserver> mRenderingObserver;
|
2010-09-08 13:40:39 -07:00
|
|
|
|
|
|
|
nsIntRect mRestrictedRegion; // If we were created by
|
|
|
|
// ExtractFrame, this is the region
|
|
|
|
// that we're restricted to using.
|
|
|
|
// Otherwise, this is ignored.
|
|
|
|
|
|
|
|
nsIntSize mLastRenderedSize; // The viewport-size that we've
|
|
|
|
// most recently passed to
|
|
|
|
// mSVGDocumentWrapper as its
|
|
|
|
// viewport-bounds.
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool mIsInitialized:1; // Have we been initalized?
|
|
|
|
bool mIsFullyLoaded:1; // Has OnStopRequest been called?
|
|
|
|
bool mIsDrawing:1; // Are we currently drawing?
|
|
|
|
bool mHaveAnimations:1; // Is our SVG content SMIL-animated?
|
2010-09-08 13:40:39 -07:00
|
|
|
// (Only set after mIsFullyLoaded.)
|
2011-09-28 23:19:26 -07:00
|
|
|
bool mHaveRestrictedRegion:1; // Are we a restricted-region clone
|
2010-09-08 13:40:39 -07:00
|
|
|
// created via ExtractFrame?
|
2010-09-08 13:40:39 -07:00
|
|
|
};
|
|
|
|
|
2012-01-06 08:02:27 -08:00
|
|
|
} // namespace image
|
2010-09-08 13:40:39 -07:00
|
|
|
} // namespace mozilla
|
|
|
|
|
|
|
|
#endif // mozilla_imagelib_VectorImage_h_
|