Searched refs:GD2_FMT_TRUECOLOR_RAW (Results 1 – 1 of 1) sorted by relevance
32 #define GD2_FMT_TRUECOLOR_RAW 3 macro36 #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 16 milliseconds