Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c4937 previous_fb; in ReadMNGImage() local
4995 previous_fb.top=0; in ReadMNGImage()
4996 previous_fb.bottom=0; in ReadMNGImage()
4997 previous_fb.left=0; in ReadMNGImage()
4998 previous_fb.right=0; in ReadMNGImage()
5076 previous_fb=mng_info->frame; in ReadMNGImage()
5242 mng_info->clip=default_fb=previous_fb=mng_info->frame; in ReadMNGImage()
5632 fb=mng_read_box(previous_fb,(char) p[0],&p[1]); in ReadMNGImage()
5634 previous_fb=fb; in ReadMNGImage()