Home | History | Annotate | Download | only in images

Lines Matching refs:fImageIndex

222         fImageIndex = NULL;
228 SkDELETE(fImageIndex);
245 SkJPEGImageIndex* fImageIndex;
803 SkDELETE(fImageIndex);
804 fImageIndex = imageIndex.detach();
810 if (NULL == fImageIndex) {
813 jpeg_decompress_struct* cinfo = fImageIndex->cinfo();
842 jpeg_init_read_tile_scanline(cinfo, fImageIndex->huffmanIndex(),
894 fImageIndex->huffmanIndex(),
935 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow, sampler.srcY0())) {
942 int row_count = jpeg_read_tile_scanline(cinfo, fImageIndex->huffmanIndex(), &rowptr);
963 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow,