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

  /external/libpng/contrib/gregbook/
rpng-win.c 151 static ulg image_width, image_height, image_rowbytes; variable
430 &image_rowbytes);
590 image_width, image_rowbytes, wimage_rowbytes))
600 src = image_data + row*image_rowbytes;
rpng-x.c 135 static ulg image_width, image_height, image_rowbytes; variable
383 &image_rowbytes);
706 image_width, image_rowbytes, ximage_rowbytes))
715 src = image_data + row*image_rowbytes;
789 src = image_data + row*image_rowbytes;

Completed in 1045 milliseconds