Home | History | Annotate | Download | only in graphics

Lines Matching defs:m_image

70     void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); }
71 size_t frameCount() { return m_image->frameCount(); }
72 void setCurrentFrame(size_t frame) { m_image->m_currentFrame = frame; }
73 size_t frameDecodedSize(size_t frame) { return m_image->m_frames[frame].m_frameBytes; }
74 size_t decodedFramesCount() const { return m_image->m_frames.size(); }
75 void resetDecoder() { return m_image->resetDecoder(); }
82 m_image->setData(imageData, true);
85 size_t frameCount = m_image->frameCount();
87 m_image->frameAtIndex(i);
106 m_image->advanceAnimation(0);
111 return m_image->imageForDefaultFrame();
118 m_image = BitmapImage::create(&m_imageObserver);
122 RefPtr<BitmapImage> m_image;
161 EXPECT_TRUE(m_image->maybeAnimated());
164 EXPECT_FALSE(m_image->maybeAnimated());
195 EXPECT_TRUE(m_image->hasColorProfile());
203 EXPECT_FALSE(m_image->hasColorProfile());
211 EXPECT_TRUE(m_image->hasColorProfile());
219 EXPECT_FALSE(m_image->hasColorProfile());
227 EXPECT_TRUE(m_image->hasColorProfile());
235 EXPECT_FALSE(m_image->hasColorProfile());