Home | History | Annotate | Download | only in gregbook

Lines Matching refs:xdata

830     uch *xdata;
993 xdata = (uch *)malloc(4*rpng2_info.width*rpng2_info.height);
996 xdata = (uch *)malloc(2*rpng2_info.width*rpng2_info.height);
999 xdata = (uch *)malloc(rpng2_info.width*rpng2_info.height);
1003 if (!xdata) {
1009 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0);
1013 free(xdata);