/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_i1.c | 395 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend() local 415 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend() local 437 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend() local 723 uint8_t dest = get_bit(dest_buf_i1, x + bit_ofs) * 255; in argb8888_image_blend() local 742 uint8_t dest = get_bit(dest_buf_i1, x + bit_ofs) * 255; in argb8888_image_blend() local 761 uint8_t dest = get_bit(dest_buf_i1, x + bit_ofs) * 255; in argb8888_image_blend() local 781 uint8_t dest = get_bit(dest_buf_i1, x + bit_ofs) * 255; in argb8888_image_blend() local 858 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs) * 255; in rgb888_image_blend() local 878 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs) * 255; in rgb888_image_blend() local 899 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs) * 255; in rgb888_image_blend() local [all …]
|
D | lv_draw_sw_blend_to_rgb888.c | 906 static inline void LV_ATTRIBUTE_FAST_MEM blend_non_normal_pixel(uint8_t * dest, lv_color32_t src, l… in blend_non_normal_pixel() 932 static inline void LV_ATTRIBUTE_FAST_MEM lv_color_8_24_mix(const uint8_t src, uint8_t * dest, uint8… in lv_color_8_24_mix() 950 static inline void LV_ATTRIBUTE_FAST_MEM lv_color_24_24_mix(const uint8_t * src, uint8_t * dest, ui… in lv_color_24_24_mix()
|
D | lv_draw_sw_blend_to_l8.c | 845 static inline void LV_ATTRIBUTE_FAST_MEM lv_color_8_8_mix(const uint8_t src, uint8_t * dest, uint8_… in lv_color_8_8_mix() 869 static inline void LV_ATTRIBUTE_FAST_MEM blend_non_normal_pixel(uint8_t * dest, lv_color32_t src, l… in blend_non_normal_pixel()
|
D | lv_draw_sw_blend_to_argb8888.c | 952 static inline void LV_ATTRIBUTE_FAST_MEM lv_color_8_32_mix(const uint8_t src, lv_color32_t * dest, … in lv_color_8_32_mix() 1029 static inline void LV_ATTRIBUTE_FAST_MEM blend_non_normal_pixel(lv_color32_t * dest, lv_color32_t s… in blend_non_normal_pixel()
|
D | lv_draw_sw_blend_to_al88.c | 1007 static inline void LV_ATTRIBUTE_FAST_MEM blend_non_normal_pixel(lv_color16a_t * dest, lv_color16a_t… in blend_non_normal_pixel()
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 918 char* const dest, in LZ4_compress_generic_validated() 1367 int LZ4_compress_fast_extState(void* state, const char* source, char* dest, int inputSize, int maxO… in LZ4_compress_fast_extState() 1438 int LZ4_compress_fast(const char* src, char* dest, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast() 1656 const char* source, char* dest, in LZ4_compress_fast_continue() 1735 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int srcSize) in LZ4_compress_forceExtDict() 2380 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 2397 int LZ4_decompress_fast(const char* source, char* dest, int originalSize) in LZ4_decompress_fast() 2408 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k() 2416 static int LZ4_decompress_safe_partial_withPrefix64k(const char* source, char* dest, int compressed… in LZ4_decompress_safe_partial_withPrefix64k() 2425 int LZ4_decompress_fast_withPrefix64k(const char* source, char* dest, int originalSize) in LZ4_decompress_fast_withPrefix64k() [all …]
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 111 static void image_decode_to_index8_line(uint8_t * dest, const uint8_t * src, int32_t w_px, in image_decode_to_index8_line() 204 uint8_t * dest = draw_buf->data; in decoder_open_variable() local 275 uint8_t * dest = draw_buf->data; in decoder_open_file() local
|
D | lv_vg_lite_utils.h | 148 static inline void lv_vg_lite_matrix(vg_lite_matrix_t * dest, const lv_matrix_t * src) in lv_vg_lite_matrix()
|
D | lv_draw_vg_lite_vector.c | 316 static void lv_path_to_vg(lv_vg_lite_path_t * dest, const lv_vector_path_t * src) in lv_path_to_vg()
|
D | lv_vg_lite_path.c | 689 void lv_vg_lite_path_append_path(lv_vg_lite_path_t * dest, const lv_vg_lite_path_t * src) in lv_vg_lite_path_append_path()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 274 uint8_t * dest = (uint8_t *)dest_buf->memory; in convert() local 338 { in __anone335e65f0902() 350 { in __anone335e65f0a02() 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/dma2d/ |
D | lv_draw_dma2d.c | 375 void * dest = lv_draw_layer_go_to_xy(layer, in dispatch_cb() local 402 void * dest = lv_draw_layer_go_to_xy(layer, in dispatch_cb() local
|
/lvgl-latest/src/libs/barcode/ |
D | lv_barcode.c | 186 uint8_t * dest = lv_draw_buf_goto_xy(draw_buf, 0, offset); in lv_barcode_update() local 198 uint8_t * dest = lv_draw_buf_goto_xy(draw_buf, 0, 1); in lv_barcode_update() local
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 107 inline static void lv_area_copy(lv_area_t * dest, const lv_area_t * src) in lv_area_copy()
|
D | lv_bidi.c | 501 static void rtl_reverse(char * dest, const char * src, uint32_t len, uint16_t * pos_conv_out, uint1… in rtl_reverse()
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_outline.c | 212 static void ft_vector_to_lv_vector(lv_freetype_outline_vector_t * dest, const FT_Vector * src) in ft_vector_to_lv_vector()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 440 lv_draw_buf_t * dest; in lv_demo_high_res_image_preload() local
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager.c | 289 static const char * strncpy_until(char * dest, const char * src, size_t n, char c) in strncpy_until()
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland_smm.c | 70 #define LL_INSERT_AFTER(head, dest, src, member) do { \ argument
|
D | lv_wayland.c | 1392 static void cache_apply_areas(struct window * window, void * dest, void * src, smm_buffer_t * src_b… in cache_apply_areas()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 243 void lv_draw_sw_rotate(const void * src, void * dest, int32_t src_width, int32_t src_height, int32_… in lv_draw_sw_rotate()
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 213 void lv_draw_buf_copy(lv_draw_buf_t * dest, const lv_area_t * dest_area, in lv_draw_buf_copy()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 905 static void overwrite_anim_property(lv_anim_t * dest, const lv_anim_t * src, lv_label_long_mode_t m… in overwrite_anim_property()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 3145 unsigned lodepng_color_mode_copy(LodePNGColorMode * dest, const LodePNGColorMode * source) in lodepng_color_mode_copy() 3323 static unsigned LodePNGUnknownChunks_copy(LodePNGInfo * dest, const LodePNGInfo * src) in LodePNGUnknownChunks_copy() 3362 static unsigned LodePNGText_copy(LodePNGInfo * dest, const LodePNGInfo * source) in LodePNGText_copy() 3428 static unsigned LodePNGIText_copy(LodePNGInfo * dest, const LodePNGInfo * source) in LodePNGIText_copy() 3557 unsigned lodepng_info_copy(LodePNGInfo * dest, const LodePNGInfo * source) in lodepng_info_copy() 5947 void lodepng_state_copy(LodePNGState * dest, const LodePNGState * source) in lodepng_state_copy()
|
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 7722 XML_Content *dest = ret; /* tree node writing location, moves upwards */ in build_model() local
|