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

  /external/libpng/contrib/gregbook/
rpng-win.c 157 static ulg wimage_rowbytes; variable
498 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
501 if (image_height > ((size_t)(-1))/wimage_rowbytes) {
507 wimage_rowbytes*image_height)))
534 dest = wimage_data + j*wimage_rowbytes;
596 Trace((stderr, "(width = %ld, rowbytes = %ld, wimage_rowbytes = %d)\n",
597 image_width, image_rowbytes, wimage_rowbytes))
608 dest = wimage_data + row*wimage_rowbytes;
rpng2-win.c 263 static ulg wimage_rowbytes; variable
710 wimage_rowbytes = ((3*rpng2_info.width + 3L) >> 2) << 2;
713 wimage_rowbytes*rpng2_info.height)))
742 memset(wimage_data, 0, wimage_rowbytes*rpng2_info.height);
745 dest = wimage_data + j*wimage_rowbytes;
815 dest = wimage_data + j*wimage_rowbytes;
    [all...]

Completed in 188 milliseconds