Lines Matching full:imageindex
138 int imageIndex = 0;
172 LOGE("Could not read image descriptor (%d)", imageIndex);
193 LOGE("Could not write image descriptor (%d)", imageIndex);
202 LOGE("Could not read image data (%d)", imageIndex);
205 LOGD("Read image data (%d)", imageIndex);
209 imageIndex,
215 LOGE("Could not render %d", imageIndex);
218 LOGD("Rendered image (%d)", imageIndex);
228 LOGE("Could not write raster data (%d)", imageIndex);
232 LOGD("Wrote raster data (%d)", imageIndex);
254 imageIndex++;
275 if (imageIndex == 0 && gifIn->SColorMap) {
352 int imageIndex,
358 ASSERT(imageIndex < gifIn->ImageCount,
359 "Image index %d is out of bounds (count=%d)", imageIndex, gifIn->ImageCount);
369 if (imageIndex == 0) {
388 if (imageIndex > 0 && prevImageDisposalMode == DISPOSE_DO_NOT &&