Searched refs:infoptr (Results 1 – 1 of 1) sorted by relevance
147 static PngInfop infoptr=&info; variable673 infoptr->png_width = ((*addr)<<24)+ in handle_IHDR()677 infoptr->png_height = ((*(addr+4))<<24)+ in handle_IHDR()681 infoptr->bps = *(addr+8); in handle_IHDR()682 infoptr->color_type = *(addr+9); in handle_IHDR()683 infoptr->compression = *(addr+10); in handle_IHDR()684 infoptr->filter = *(addr+11); in handle_IHDR()685 infoptr->interlace = *(addr+12); in handle_IHDR()687 switch (infoptr->color_type) in handle_IHDR()692 infoptr->bpp =infoptr->bps* 1; in handle_IHDR()[all …]