Searched refs:compress_row (Results 1 – 1 of 1) sorted by relevance
28 static int compress_row(unsigned char *uncompressed_row, int length);200 if ((compressed_size = compress_row(uncompressed_row, gdImageSX(im))) < 0) { in gdImageBmpCtx()292 static int compress_row(unsigned char *row, int length) in compress_row() function
Completed in 7 milliseconds