Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/x11/
Dlv_x11_display.c75 typedef lv_color32_t color_t; typedef
76 static inline lv_color32_t get_px(color_t p) in get_px()
81 typedef lv_color_t color_t; typedef
82 static inline lv_color32_t get_px(color_t p) in get_px()
88 typedef lv_color16_t color_t; typedef
89 static inline lv_color32_t get_px(color_t p) in get_px()
95 typedef uint8_t color_t; typedef
96 static inline lv_color32_t get_px(color_t p) in get_px()
134color_t * src_data = (color_t *)px_map + (LV_X11_RENDER_MODE == LV_DISPLAY_RENDER_MODE_PARTIAL… in x11_flush_cb()