Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_buf.c533 lv_color32_t * pixel = (lv_color32_t *)line; in lv_draw_buf_premultiply() local
549 lv_color16_t * pixel = (lv_color16_t *)line; in lv_draw_buf_premultiply() local
564 uint8_t * pixel = line; in lv_draw_buf_premultiply() local
/lvgl-latest/tests/unity/
Dunity_support.c471 const uint8_t pixel = (byte >> (7 - bit_pos)) & 0x01; in buf_to_xrgb8888() local
/lvgl-latest/src/libs/thorvg/
DtvgSwRasterTexmap.h1046 uint32_t pixel; in _apply() local
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c1790 lv_color_t * pixel; in create_decoration() local