Home | History | Annotate | Download | only in graphics

Lines Matching defs:BitmapImage

28 #include "BitmapImage.h"
46 BitmapImage::BitmapImage(ImageObserver* observer)
70 BitmapImage::~BitmapImage()
76 void BitmapImage::destroyDecodedData(bool destroyAll)
94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll)
103 void BitmapImage::destroyMetadataAndNotify(int framesCleared)
119 void BitmapImage::cacheFrame(size_t index)
152 void BitmapImage::didDecodeProperties() const
170 IntSize BitmapImage::size() const
180 IntSize BitmapImage::currentFrameSize() const
189 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const
196 bool BitmapImage::dataChanged(bool allDataReceived)
216 String BitmapImage::filenameExtension() const
221 size_t BitmapImage::frameCount()
231 bool BitmapImage::isSizeAvailable()
242 NativeImagePtr BitmapImage::frameAtIndex(size_t index)
253 bool BitmapImage::frameIsCompleteAtIndex(size_t index)
264 float BitmapImage::frameDurationAtIndex(size_t index)
275 bool BitmapImage::frameHasAlphaAtIndex(size_t index)
286 int BitmapImage::repetitionCount(bool imageKnownToBeComplete)
300 bool BitmapImage::shouldAnimate()
305 void BitmapImage::startAnimation(bool catchUpIfNecessary)
355 m_frameTimer = new Timer<BitmapImage>(this, &BitmapImage::advanceAnimation);
401 void BitmapImage::stopAnimation()
409 void BitmapImage::resetAnimation()
421 void BitmapImage::advanceAnimation(Timer<BitmapImage>*)
429 bool BitmapImage::internalAdvanceAnimation(bool skippingFrames)