Searched defs:px_size (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/tests/src/ |
D | lv_test_helpers.h | 23 #define CANVAS_WIDTH_TO_STRIDE(w, px_size) ((((w) * (px_size) + (LV_DRAW_BUF_STRIDE_ALIGN - 1)) / L… argument
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 185 vg_lite_uint32_t px_size = w * h; in get_temp_target_buffer() local 349 …[](vg_color16_alpha_t * dest, const vg_color32_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t… 362 …[](vg_color32_t * dest, const vg_color16_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t /* co… 375 …[](vg_color32_t * dest, const vg_color16_alpha_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t… 388 …[](vg_color32_t * dest, const vg_color32_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t /* co… 399 …[](vg_color32_t * dest, const vg_color24_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t /* co… 412 [](vg_color32_t * dest, const uint8_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t color) 426 [](vg_color32_t * dest, const uint8_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t color) 427 { in __anone335e65f1002() 466 …[](vg_color32_t * dest, const vg_color_bgra5551_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_… [all …]
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_fill.c | 86 uint8_t px_size = lv_color_format_get_size(dest_cf); in _pxp_fill() local
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 90 static void image_color32_pre_mul(lv_color32_t * img_data, uint32_t px_size) in image_color32_pre_mul() 114 uint8_t px_size; in image_decode_to_index8_line() local
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_lcd.c | 168 uint32_t px_size = lv_color_format_get_size(lv_display_get_color_format(disp)); in lcd_init() local
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_window.c | 243 uint32_t px_size = lv_color_format_get_size(cf); in flush_cb() local 360 uint32_t px_size = lv_color_format_get_size(lv_display_get_color_format(disp)); in window_create() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_img.c | 384 uint32_t px_size = lv_color_format_get_size(cf); in recolor_only() local 583 uint32_t px_size = lv_color_format_get_size(cf); in recolor() local
|
D | lv_draw_sw_transform.c | 293 int32_t x_end, uint8_t * dest_buf, bool aa, uint32_t px_size) in transform_rgb888()
|
/lvgl-latest/src/drivers/display/st_ltdc/ |
D | lv_st_ltdc.c | 161 uint32_t px_size = lv_color_format_get_size(cf); in flush_cb() local
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 265 uint32_t px_size = lv_color_format_get_size(cf); in flush_cb() local
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 1135 uint8_t px_size = lv_color_format_get_size(disp_refr->color_format); in refr_obj() local
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 1026 uint8_t px_size; in decode_indexed_line() local
|