Home | History | Annotate | Download | only in images

Lines Matching refs:imageIndex

734     SkAutoTDelete<SkJPEGImageIndex> imageIndex(SkNEW_ARGS(SkJPEGImageIndex, (stream, this)));
735 jpeg_decompress_struct* cinfo = imageIndex->cinfo();
747 if (!imageIndex->initializeInfoAndReadHeader()) {
751 if (!imageIndex->buildHuffmanIndex()) {
756 imageIndex->destroyInfo();
759 if (!imageIndex->initializeInfoAndReadHeader()) {
772 if (!imageIndex->startTileDecompress()) {
788 fImageIndex = imageIndex.detach();