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

  /external/libpng/contrib/gregbook/
rpng-x.c 699 int ximage_rowbytes = ximage->bytes_per_line; local
705 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n",
706 image_width, image_rowbytes, ximage_rowbytes))
716 dest = ximage->data + row*ximage_rowbytes;
790 dest = ximage->data + row*ximage_rowbytes;
rpng2-x.c 1087 int ximage_rowbytes = ximage->bytes_per_line; local
1380 int ximage_rowbytes = ximage->bytes_per_line; local
1623 int ximage_rowbytes = ximage->bytes_per_line; local
    [all...]

Completed in 101 milliseconds