Home
last modified time | relevance | path

Searched refs:compress_row (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c28 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 10 milliseconds