Searched refs:uncompressed_row (Results 1 – 1 of 1) sorted by relevance
173 if (!uncompressed_row) { in gdImageBmpCtx()181 memset (uncompressed_row, 0, gdImageSX(im)); in gdImageBmpCtx()199 uncompressed_row = uncompressed_row_start; in gdImageBmpCtx()207 gdPutBuf(uncompressed_row, compressed_size, out); in gdImageBmpCtx()214 if (compression && uncompressed_row) { in gdImageBmpCtx()215 gdFree(uncompressed_row); in gdImageBmpCtx()299 uncompressed_row = (unsigned char *) gdMalloc(length); in compress_row()300 if (!uncompressed_row) { in compress_row()304 memcpy(uncompressed_row, row, length); in compress_row()305 uncompressed_start = uncompressed_rowp = uncompressed_row; in compress_row()[all …]
Completed in 5 milliseconds