Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c32 #define IS_CONV_INDEX_FORMAT(cf) (cf == LV_COLOR_FORMAT_I1 || cf == LV_COLOR_FORMAT_I2 || cf == LV_… macro
160 if(!IS_CONV_INDEX_FORMAT(header->cf)) { in decoder_info()