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

  /external/libpng/contrib/gregbook/
rpng-x.c 431 uch *xdata; local
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
655 if (!xdata) {
661 (char *)xdata, image_width, image_height, pad, 0);
665 free(xdata);
rpng2-x.c 830 uch *xdata; local
    [all...]

Completed in 49 milliseconds