Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dbmp.h47 #define BMP_RLE_TYPE_RLE 1 macro
H A Dgd_bmp.c319 rle_type = BMP_RLE_TYPE_RLE; in compress_row()
323 if (rle_type == BMP_RLE_TYPE_RLE) { in compress_row()
353 if (rle_type == BMP_RLE_TYPE_RLE) { in compress_row()
381 } else if (packet_type == BMP_RLE_TYPE_RLE) { in build_rle_packet()

Completed in 12 milliseconds