Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_source

126     destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
157 m_frames[index].m_frame = m_source.createFrameAtIndex(index);
161 m_frames[index].m_orientation = m_source.orientationAtIndex(index);
163 m_frames[index].m_isComplete = m_source.frameIsCompleteAtIndex(index);
165 m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
166 m_frames[index].m_hasAlpha = m_source.frameHasAlphaAtIndex(index);
167 m_frames[index].m_frameBytes = m_source.frameBytesAtIndex(index);
169 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
187 m_size = m_source.size();
188 m_sizeRespectingOrientation = m_source.size(RespectImageOrientation);
206 return m_source.getHotSpot(hotSpot);
244 m_source.setData(*data(), allDataReceived);
253 return m_source.hasColorProfile();
258 return m_source.filenameExtension();
315 m_source.resetDecoder();
321 m_frameCount = m_source.frameCount();
322 // If decoder is not initialized yet, m_source.frameCount() returns 0.
335 m_sizeAvailable = m_source.isSizeAvailable();
364 return m_source.frameIsCompleteAtIndex(index);
372 return m_source.frameDurationAtIndex(index);
396 return m_source.frameHasAlphaAtIndex(index);
417 return m_source.orientationAtIndex(index);
434 m_repetitionCount = m_source.repetitionCount();
568 return m_source.repetitionCount() != cAnimationNone;