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 125 static ulg image_width, image_height, image_rowbytes; variable
391 &image_rowbytes);
546 image_width, image_rowbytes, wimage_rowbytes))
556 src = image_data + row*image_rowbytes;
rpng-x.c 133 static ulg image_width, image_height, image_rowbytes; variable
379 &image_rowbytes);
700 image_width, image_rowbytes, ximage_rowbytes))
709 src = image_data + row*image_rowbytes;
783 src = image_data + row*image_rowbytes;

Completed in 494 milliseconds