Home | History | Annotate | Download | only in gregbook

Lines Matching refs:rowbytes

621     ulg rowbytes = rpng2_info.rowbytes;
624 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
628 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
643 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes;
1075 src = rpng2_info.image_data + row*rpng2_info.rowbytes;