Home | History | Annotate | Download | only in gregbook

Lines Matching defs:xdata

834     uch *xdata;
997 xdata = (uch *)malloc(4*rpng2_info.width*rpng2_info.height);
1000 xdata = (uch *)malloc(2*rpng2_info.width*rpng2_info.height);
1003 xdata = (uch *)malloc(rpng2_info.width*rpng2_info.height);
1007 if (!xdata) {
1013 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0);
1017 free(xdata);