Searched refs:is_preprocessed (Results 1 – 1 of 1) sorted by relevance
93 const bool is_preprocessed = (dsc->filter & LV_EVENT_PREPROCESS) != 0; in lv_event_send() local94 if(is_preprocessed != preprocess) continue; in lv_event_send()