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

  /external/libpng/contrib/gregbook/
rpng-x.c 693 int ximage_rowbytes = ximage->bytes_per_line; local
699 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n",
700 image_width, image_rowbytes, ximage_rowbytes))
710 dest = ximage->data + row*ximage_rowbytes;
784 dest = ximage->data + row*ximage_rowbytes;
rpng2-x.c 1083 int ximage_rowbytes = ximage->bytes_per_line; local
1376 int ximage_rowbytes = ximage->bytes_per_line; local
1619 int ximage_rowbytes = ximage->bytes_per_line; local
    [all...]

Completed in 61 milliseconds