PNGDec             37 modules/img_in/png_dec.c #define PNGCTX()	PNGDec *ctx = (PNGDec *) ((IMGDec *)ifcg->privateStack)->opaque
PNGDec            162 modules/img_in/png_dec.c 	PNGDec *dec = (PNGDec *) gf_malloc(sizeof(PNGDec));
PNGDec            163 modules/img_in/png_dec.c 	memset(dec, 0, sizeof(PNGDec));