/lvgl-latest/src/stdlib/clib/ |
D | lv_string_clib.c | 38 void * LV_ATTRIBUTE_FAST_MEM lv_memcpy(void * dst, const void * src, size_t len) in lv_memcpy() 43 void LV_ATTRIBUTE_FAST_MEM lv_memset(void * dst, uint8_t v, size_t len) in lv_memset() 48 void * LV_ATTRIBUTE_FAST_MEM lv_memmove(void * dst, const void * src, size_t len) in lv_memmove() 53 int lv_memcmp(const void * p1, const void * p2, size_t len) in lv_memcmp() 89 int lv_strncmp(const char * s1, const char * s2, size_t len) in lv_strncmp() 97 size_t len = lv_strlen(src) + 1; in lv_strdup() local
|
/lvgl-latest/src/stdlib/rtthread/ |
D | lv_string_rtthread.c | 38 void * LV_ATTRIBUTE_FAST_MEM lv_memcpy(void * dst, const void * src, size_t len) in lv_memcpy() 43 void LV_ATTRIBUTE_FAST_MEM lv_memset(void * dst, uint8_t v, size_t len) in lv_memset() 48 void * LV_ATTRIBUTE_FAST_MEM lv_memmove(void * dst, const void * src, size_t len) in lv_memmove() 58 int lv_memcmp(const void * p1, const void * p2, size_t len) in lv_memcmp() 89 int lv_strncmp(const char * s1, const char * s2, size_t len) in lv_strncmp() 96 size_t len = lv_strlen(src) + 1; in lv_strdup() local
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_keyboard.c | 73 const size_t len = lv_strlen(dev->buf); in sdl_keyboard_read() local 136 const size_t len = lv_strlen(dsc->buf); in lv_sdl_keyboard_handler() local 144 const size_t len = lv_strlen(dsc->buf) + lv_strlen(event->text.text); in lv_sdl_keyboard_handler() local 154 size_t len = lv_strlen(dsc->buf); in lv_sdl_keyboard_handler() local
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_string_builtin.c | 56 void * LV_ATTRIBUTE_FAST_MEM lv_memcpy(void * dst, const void * src, size_t len) in lv_memcpy() 118 void LV_ATTRIBUTE_FAST_MEM lv_memset(void * dst, uint8_t v, size_t len) in lv_memset() 148 void * LV_ATTRIBUTE_FAST_MEM lv_memmove(void * dst, const void * src, size_t len) in lv_memmove() 174 int lv_memcmp(const void * p1, const void * p2, size_t len) in lv_memcmp() 235 int lv_strncmp(const char * s1, const char * s2, size_t len) in lv_strncmp() 253 size_t len = lv_strlen(src) + 1; in lv_strdup() local
|
D | lv_sprintf_builtin.c | 173 … _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf, size_t len, in _out_rev() 202 …_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, size_t len, in _ntoa_format() 260 size_t len = 0U; in _ntoa_long() local 285 size_t len = 0U; in _ntoa_long_long() local 318 size_t len = 0U; in _ftoa() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 330 uint32_t len = MAP_LEN(_svg_tag_map); in _get_svg_tag_type() local 344 uint32_t len = SVG_TOKEN_LEN(token); in _process_end_tag() local 367 uint32_t len = MAP_LEN(_svg_attr_map); in _get_svg_attr_type() local 388 uint32_t len = val_end - val_start; in _process_string() local 410 uint32_t len = val_end - val_start; in _process_xlink() local 467 uint32_t len = str_end - str; in _parse_length() local 513 uint32_t len = ptr - str; in _parse_color() local 775 uint32_t len = val_end - val_start; in _process_view_box() local 1175 uint32_t len = val_end - val_start; in _process_gradient_units() local 1198 uint32_t len = val_end - val_start; in _process_paint_dasharray() local [all …]
|
/lvgl-latest/src/misc/ |
D | lv_bidi.c | 125 uint16_t lv_bidi_get_logical_pos(const char * str_in, char ** bidi_txt, uint32_t len, lv_base_dir_t… in lv_bidi_get_logical_pos() 150 uint16_t lv_bidi_get_visual_pos(const char * str_in, char ** bidi_txt, uint16_t len, lv_base_dir_t … in lv_bidi_get_visual_pos() 182 void lv_bidi_process_paragraph(const char * str_in, char * str_out, uint32_t len, lv_base_dir_t bas… in lv_bidi_process_paragraph() 387 uint32_t len = 0; in get_txt_len() local 398 static void fill_pos_conv(uint16_t * out, uint16_t len, uint16_t index) in fill_pos_conv() 408 uint32_t * len, in get_next_run() 501 static void rtl_reverse(char * dest, const char * src, uint32_t len, uint16_t * pos_conv_out, uint1… in rtl_reverse() 584 …_base_dir_t bracket_process(lv_bidi_ctx_t * ctx, const char * txt, uint32_t next_pos, uint32_t len, in bracket_process()
|
D | lv_text.c | 321 uint32_t lv_text_get_next_line(const char * txt, uint32_t len, in lv_text_get_next_line() 480 void lv_text_cut(char * txt, uint32_t pos, uint32_t len) in lv_text_cut() 501 uint32_t len = lv_vsnprintf(NULL, 0, fmt, ap_copy); in lv_text_set_text_vfmt() local 785 uint32_t len = 0; in lv_text_utf8_get_length() local
|
/lvgl-latest/src/stdlib/ |
D | lv_string.h | 73 static inline void lv_memzero(void * dst, size_t len) in lv_memzero()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgStr.cpp | 215 auto len = strlen(str); in strDuplicate() local 239 int len = int(ptr + 1 - path); // +1 to include '/' in strDirname() local
|
D | tvgSwFill.cpp | 79 auto len = length(&p1, &p2); in _estimateAAMargin() local 220 auto len = fill->linear.dx * fill->linear.dx + fill->linear.dy * fill->linear.dy; in _prepareLinear() local 371 void fillRadial(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* c… in fillRadial() 417 void fillRadial(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender … in fillRadial() 443 void fillRadial(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, SwMask mask… in fillRadial() 471 void fillRadial(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cm… in fillRadial() 500 void fillRadial(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender … in fillRadial() 550 void fillLinear(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* c… in fillLinear() 624 void fillLinear(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, SwMask mask… in fillLinear() 666 void fillLinear(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cm… in fillLinear() [all …]
|
D | tvgMath.cpp | 58 …auto len = lineLengthFunc(cur.start, cur.ctrl1) + lineLengthFunc(cur.ctrl1, cur.ctrl2) + lineLengt… in _bezLength() local 220 auto len = length(dir); in normal() local 236 auto len = length(); in split() local
|
D | tvgSwRasterNeon.h | 46 static void neonRasterGrayscale8(uint8_t* dst, uint8_t val, uint32_t offset, int32_t len) in neonRasterGrayscale8() 68 static void neonRasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in neonRasterPixel32()
|
D | tvgSwRasterAvx.h | 68 static void avxRasterGrayscale8(uint8_t* dst, uint8_t val, uint32_t offset, int32_t len) in avxRasterGrayscale8() 85 static void avxRasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in avxRasterPixel32()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_mask.c | 93 int32_t len) in lv_draw_sw_mask_apply() 383 int32_t abs_y, int32_t len, in lv_draw_mask_line() 444 int32_t len, in line_mask_flat() 561 int32_t len, in line_mask_steep() 703 int32_t abs_y, int32_t len, in lv_draw_mask_angle() 841 int32_t abs_y, int32_t len, in lv_draw_mask_radius() 951 int32_t abs_y, int32_t len, in lv_draw_mask_fade() 997 int32_t abs_y, int32_t len, in lv_draw_mask_map() 1220 static lv_opa_t * get_next_line(lv_draw_sw_mask_radius_circle_dsc_t * c, int32_t y, int32_t * len, in get_next_line()
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 455 uint32_t len = (w_px * bpp + 7) / 8 + 1; /*10px for 1bpp may across 3bytes*/ in lv_bin_decoder_get_area() local 488 uint32_t len = (w_px * bpp) / 8; in lv_bin_decoder_get_area() local 502 uint32_t len = decoded->header.stride; in lv_bin_decoder_get_area() local 789 uint32_t len = dsc->header.stride * dsc->header.h; in decode_rgb() local 909 uint32_t len; in decode_compressed() local 1129 uint32_t len; in decompress_image() local 1146 int len; in decompress_image() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | uri.h | 234 std::size_t Allocate(std::size_t len) { in Allocate() 277 void Parse(const Ch* uri, std::size_t len) { in Parse() 399 Ch* CopyPart(Ch* to, Ch* from, std::size_t len) { in CopyPart()
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | dtoa.h | 35 inline void GrisuRound(char* buffer, int len, uint64_t delta, uint64_t rest, uint64_t ten_kappa, ui… in GrisuRound() 60 inline void DigitGen(const DiyFp& W, const DiyFp& Mp, uint64_t delta, char* buffer, int* len, int* … in DigitGen()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 91 uint32_t len = to - from + 1; in read_range() local 104 static void read_next(lv_fs_file_t * f, uint32_t from, uint32_t len) in read_next()
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 710 uint16_t len = lv_strlen(pinyin_ime->input_char); in lv_ime_pinyin_kb_event() local 896 uint8_t index, len = 0, offset; in pinyin_search_matching() local 996 uint16_t len = lv_strlen(k9_input); in pinyin_k9_get_legal_py() local 1055 uint8_t index = 0, len = 0, offset = 0; in pinyin_k9_is_valid_py() local
|
/lvgl-latest/src/core/ |
D | lv_obj_id_builtin.c | 95 const char * lv_obj_stringify_id(lv_obj_t * obj, char * buf, uint32_t len) in lv_obj_stringify_id()
|
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 209 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 273 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24()
|
/lvgl-latest/src/drivers/x11/ |
D | lv_x11_input.c | 118 size_t len = strlen(xd->kb_buffer); in x11_inp_event_handler() local 224 size_t len = strlen(xd->kb_buffer); in x11_keyboard_read_cb() local
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_chinese.c | 124 uint16_t i, len; in lv_calendar_get_day_name() local
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_utils.c | 63 size_t len = lv_strlen(str); in lv_xml_to_opa() local
|