Searched refs:color_t (Results 1 – 1 of 1) sorted by relevance
75 typedef lv_color32_t color_t; typedef76 static inline lv_color32_t get_px(color_t p) in get_px()81 typedef lv_color_t color_t; typedef82 static inline lv_color32_t get_px(color_t p) in get_px()88 typedef lv_color16_t color_t; typedef89 static inline lv_color32_t get_px(color_t p) in get_px()95 typedef uint8_t color_t; typedef96 static inline lv_color32_t get_px(color_t p) in get_px()134 …color_t * src_data = (color_t *)px_map + (LV_X11_RENDER_MODE == LV_DISPLAY_RENDER_MODE_PARTIAL… in x11_flush_cb()