Home | History | Annotate | Download | only in qt

Lines Matching refs:imageCount

100             int imageCount = m_reader->imageCount();
102 // Fixup for Qt decoders... imageCount() is wrong
105 if (imageCount == 0)
108 m_frameBufferCache.resize(imageCount);
213 int imageCount = 0;
216 m_frameBufferCache.resize(++imageCount);
217 internalHandleCurrentImage(imageCount - 1);
224 m_frameBufferCache.resize(imageCount - 1);
225 m_failed = imageCount == 1;