Lines Matching refs:malloc
780 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
786 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *));
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);
1093 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);