Home
last modified time | relevance | path

Searched refs:GD2_FMT_TRUECOLOR_COMPRESSED (Results 1 – 1 of 1) sorted by path

/php-src/ext/gd/libgd/
H A Dgd_gd2.c33 #define GD2_FMT_TRUECOLOR_COMPRESSED 4 macro
35 …fine gd2_compressed(fmt) (((fmt) == GD2_FMT_COMPRESSED) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRESSED))
36 …ne gd2_truecolor(fmt) (((fmt) == GD2_FMT_TRUECOLOR_RAW) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRESSED))
122 …GD2_FMT_COMPRESSED) && (*fmt != GD2_FMT_TRUECOLOR_RAW) && (*fmt != GD2_FMT_TRUECOLOR_COMPRESSED)) { in _gd2GetHeader()

Completed in 8 milliseconds