HomeSort by relevance Sort by last modified time
    Searched refs:wimage_rowbytes (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
rpng-win.c 156 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;
rpng2-win.c 264 static ulg wimage_rowbytes; variable
704 wimage_rowbytes = ((3*rpng2_info.width + 3L) >> 2) << 2;
707 wimage_rowbytes*rpng2_info.height)))
736 memset(wimage_data, 0, wimage_rowbytes*rpng2_info.height);
739 dest = wimage_data + j*wimage_rowbytes;
809 dest = wimage_data + j*wimage_rowbytes;
    [all...]

Completed in 217 milliseconds