Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_gd2.c32 #define GD2_FMT_TRUECOLOR_RAW 3 macro
36 #define gd2_truecolor(fmt) (((fmt) == GD2_FMT_TRUECOLOR_RAW) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRES…
122 …if ((*fmt != GD2_FMT_RAW) && (*fmt != GD2_FMT_COMPRESSED) && (*fmt != GD2_FMT_TRUECOLOR_RAW) && (*… in _gd2GetHeader()

Completed in 7 milliseconds