Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_source

89     m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived);
121 m_frames[index].m_frame = m_source.createFrameAtIndex(index);
126 m_frames[index].m_isComplete = m_source.frameIsCompleteAtIndex(index);
128 m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
129 m_frames[index].m_hasAlpha = m_source.frameHasAlphaAtIndex(index);
131 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
145 m_size = m_source.size();
155 return m_source.frameSizeAtIndex(m_currentFrame);
166 m_source.setData(data(), allDataReceived);
180 return m_source.filenameExtension();
187 m_frameCount = m_source.frameCount();
197 m_sizeAvailable = m_source.isSizeAvailable();
253 m_repetitionCount = m_source.repetitionCount();