Home
last modified time | relevance | path

Searched refs:previous_fb (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dpng.c5344 previous_fb; in ReadOneMNGImage() local
5402 previous_fb.top=0; in ReadOneMNGImage()
5403 previous_fb.bottom=0; in ReadOneMNGImage()
5404 previous_fb.left=0; in ReadOneMNGImage()
5405 previous_fb.right=0; in ReadOneMNGImage()
5457 previous_fb=mng_info->frame; in ReadOneMNGImage()
5631 mng_info->clip=default_fb=previous_fb=mng_info->frame; in ReadOneMNGImage()
6029 fb=mng_read_box(previous_fb,(char) p[0],&p[1]); in ReadOneMNGImage()
6031 previous_fb=fb; in ReadOneMNGImage()