Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_source

90     m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived);
127 m_frames[index].m_frame = m_source.createFrameAtIndex(index);
132 m_frames[index].m_isComplete = m_source.frameIsCompleteAtIndex(index);
134 m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
135 m_frames[index].m_hasAlpha = m_source.frameHasAlphaAtIndex(index);
137 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
156 size_t updatedSize = m_source.bytesDecodedToDetermineProperties();
173 m_size = m_source.size();
184 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
191 bool result = m_source.getHotSpot(hotSpot);
204 m_source.setData(data(), allDataReceived);
218 return m_source.filenameExtension();
225 m_frameCount = m_source.frameCount();
236 m_sizeAvailable = m_source.isSizeAvailable();
293 m_repetitionCount = m_source.repetitionCount();