Searched refs:wimage_rowbytes (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng-win.c156 static ulg wimage_rowbytes; variable
497 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
500 wimage_rowbytes*image_height)))
527 dest = wimage_data + j*wimage_rowbytes;
589 Trace((stderr, "(width = %ld, rowbytes = %ld, wimage_rowbytes = %d)\n",
590 image_width, image_rowbytes, wimage_rowbytes))
601 dest = wimage_data + row*wimage_rowbytes;
H A Drpng2-win.c262 static ulg wimage_rowbytes; variable
702 wimage_rowbytes = ((3*rpng2_info.width + 3L) >> 2) << 2;
705 wimage_rowbytes*rpng2_info.height)))
734 memset(wimage_data, 0, wimage_rowbytes*rpng2_info.height);
737 dest = wimage_data + j*wimage_rowbytes;
807 dest = wimage_data + j*wimage_rowbytes;
1049 dest = wimage_data + row*wimage_rowbytes;
1101 dest = wimage_data + row*wimage_rowbytes;

Completed in 253 milliseconds