Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c5347 previous_fb; in ReadOneMNGImage() local
5405 previous_fb.top=0; in ReadOneMNGImage()
5406 previous_fb.bottom=0; in ReadOneMNGImage()
5407 previous_fb.left=0; in ReadOneMNGImage()
5408 previous_fb.right=0; in ReadOneMNGImage()
5460 previous_fb=mng_info->frame; in ReadOneMNGImage()
5634 mng_info->clip=default_fb=previous_fb=mng_info->frame; in ReadOneMNGImage()
6032 fb=mng_read_box(previous_fb,(char) p[0],&p[1]); in ReadOneMNGImage()
6034 previous_fb=fb; in ReadOneMNGImage()