Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 25) sorted by relevance

/lvgl-latest/src/stdlib/clib/
Dlv_string_clib.c38 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()
63 size_t lv_strlcpy(char * dst, const char * src, size_t dst_size) in lv_strlcpy()
74 char * lv_strncpy(char * dst, const char * src, size_t dest_size) in lv_strncpy()
79 char * lv_strcpy(char * dst, const char * src) in lv_strcpy()
98 char * dst = lv_malloc(len); in lv_strdup() local
105 char * lv_strcat(char * dst, const char * src) in lv_strcat()
110 char * lv_strncat(char * dst, const char * src, size_t src_len) in lv_strncat()
/lvgl-latest/src/stdlib/rtthread/
Dlv_string_rtthread.c38 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()
63 size_t lv_strlcpy(char * dst, const char * src, size_t dst_size) in lv_strlcpy()
74 char * lv_strncpy(char * dst, const char * src, size_t dest_size) in lv_strncpy()
79 char * lv_strcpy(char * dst, const char * src) in lv_strcpy()
97 char * dst = lv_malloc(len); in lv_strdup() local
104 char * lv_strcat(char * dst, const char * src) in lv_strcat()
112 char * lv_strncat(char * dst, const char * src, size_t src_len) in lv_strncat()
/lvgl-latest/src/libs/thorvg/
DtvgSwRasterC.h27 static void inline cRasterPixels(PIXEL_T* dst, PIXEL_T val, uint32_t offset, int32_t len) in cRasterPixels()
75 auto dst = &surface->buf32[span->y * surface->stride + span->x]; in cRasterTranslucentRle() local
87 auto dst = &surface->buf8[span->y * surface->stride + span->x]; in cRasterTranslucentRle() local
111 auto dst = &buffer[y * surface->stride]; in cRasterTranslucentRect() local
121 auto dst = &buffer[y * surface->stride]; in cRasterTranslucentRect() local
139 auto dst = buffer; in cRasterABGRtoARGB() local
150 auto dst = buffer; in cRasterABGRtoARGB() local
DtvgSwRasterNeon.h46 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()
110 auto dst = &surface->buf32[span->y * surface->stride + span->x]; in neonRasterTranslucentRle() local
139 auto dst = &surface->buf8[span->y * surface->stride + span->x]; in neonRasterTranslucentRle() local
170 auto dst = &buffer[y * surface->stride]; in neonRasterTranslucentRect() local
194 auto dst = &buffer[y * surface->stride]; in neonRasterTranslucentRect() local
DtvgSwRasterAvx.h68 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()
121 auto dst = &buffer[y * surface->stride]; in avxRasterTranslucentRect() local
154 auto dst = &buffer[y * surface->stride]; in avxRasterTranslucentRect() local
174 auto dst = &surface->buf32[span->y * surface->stride + span->x]; in avxRasterTranslucentRle() local
220 auto dst = &surface->buf8[span->y * surface->stride + span->x]; in avxRasterTranslucentRle() local
DtvgSvgUtil.cpp45 size_t svgUtilURLDecode(const char *src, char** dst) in svgUtilURLDecode()
DtvgSwRaster.cpp239 auto dst = dbuffer; in _compositeMaskImage() local
358 auto dst = dbuffer; in _rasterDirectMaskedRect() local
399 auto dst = &buffer[y * surface->stride]; in _rasterMattedRect() local
410 auto dst = &buffer[y * surface->stride]; in _rasterMattedRect() local
431 auto dst = &buffer[y * surface->stride]; in _rasterBlendingRect() local
525 auto dst = &surface->buf8[span->y * surface->stride + span->x]; in _rasterDirectMaskedRle() local
565 auto dst = &surface->buf32[span->y * surface->stride + span->x]; in _rasterMattedRle() local
578 auto dst = &surface->buf8[span->y * surface->stride + span->x]; in _rasterMattedRle() local
599 auto dst = &surface->buf32[span->y * surface->stride + span->x]; in _rasterBlendingRle() local
638 auto dst = &surface->buf32[span->y * surface->stride + span->x]; in _rasterSolidRle() local
[all …]
DtvgSwFill.cpp371 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()
713 void fillLinear(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender … in fillLinear()
753 void fillLinear(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender … in fillLinear()
DtvgSwPostEffect.cpp67 static void _gaussianBlur(uint8_t* src, uint8_t* dst, int32_t stride, int32_t w, int32_t h, const S… in _gaussianBlur()
DtvgSwRasterTexmap.h1047 uint32_t* dst; in _apply() local
DtvgSvgLoader.cpp2852 static void _cloneGradStops(Array<Fill::ColorStop>& dst, const Array<Fill::ColorStop>& src) in _cloneGradStops()
/lvgl-latest/src/stdlib/builtin/
Dlv_string_builtin.c56 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()
194 size_t lv_strlcpy(char * dst, const char * src, size_t dst_size) in lv_strlcpy()
207 char * lv_strncpy(char * dst, const char * src, size_t dst_size) in lv_strncpy()
219 char * lv_strcpy(char * dst, const char * src) in lv_strcpy()
254 char * dst = lv_malloc(len); in lv_strdup() local
261 char * lv_strcat(char * dst, const char * src) in lv_strcat()
267 char * lv_strncat(char * dst, const char * src, size_t src_len) in lv_strncat()
/lvgl-latest/src/libs/gif/
Dgifdec_mve.h23 #define GIFDEC_FILL_BG(dst, w, h, stride, color, opa) \ argument
26 #define GIFDEC_RENDER_FRAME(dst, w, h, stride, frame, pattern, tindex) \ argument
41 static inline void _gifdec_fill_bg_mve(uint8_t * dst, uint16_t w, uint16_t h, uint16_t stride, uint… in _gifdec_fill_bg_mve()
70 static inline void _gifdec_render_frame_mve(uint8_t * dst, uint16_t w, uint16_t h, uint16_t stride,… in _gifdec_render_frame_mve()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c134 uint32_t * dst = buf_argb8888; in lv_draw_sw_i1_to_argb8888() local
343 static void rotate270_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src… in rotate270_argb8888()
364 static void rotate180_argb8888(const uint32_t * src, uint32_t * dst, int32_t width, int32_t height,… in rotate180_argb8888()
384 static void rotate90_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src_… in rotate90_argb8888()
408 static void rotate90_rgb888(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_heig… in rotate90_rgb888()
427 static void rotate180_rgb888(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int… in rotate180_rgb888()
445 static void rotate270_rgb888(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int… in rotate270_rgb888()
467 static void rotate270_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_h… in rotate270_rgb565()
488 static void rotate180_rgb565(const uint16_t * src, uint16_t * dst, int32_t width, int32_t height, i… in rotate180_rgb565()
507 static void rotate90_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_he… in rotate90_rgb565()
[all …]
/lvgl-latest/src/stdlib/
Dlv_string.h73 static inline void lv_memzero(void * dst, size_t len) in lv_memzero()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_memmove.c22 char * dst; in test_memmove() local
/lvgl-latest/src/libs/lz4/
Dlz4.c351 # define LZ4_memcpy(dst, src, size) __builtin_memcpy(dst, src, size) argument
353 # define LZ4_memcpy(dst, src, size) memcpy(dst, src, size) argument
1332 char* const dst, in LZ4_compress_generic()
1399 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset()
1457 int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_default()
1466 static int LZ4_compress_destSize_extState (LZ4_stream_t* state, const char* src, char* dst, int* sr… in LZ4_compress_destSize_extState()
1483 int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, int targetDstSize) in LZ4_compress_destSize()
1962 char* const dst, in LZ4_decompress_generic()
2388 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial()
2701 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_limitedOutput_withState()
[all …]
/lvgl-latest/src/libs/expat/
Dsiphash.h161 sip_tobin(void *dst, uint64_t u64) { in sip_tobin()
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c613 jd_yuv_t * dst /* Pointer to the destination to store the block as byte array */ in block_idct()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c125 static void _copy_arc(vg_arc * dst, vg_arc * src) in _copy_arc()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c973 static void _copy_draw_dsc(lv_vector_draw_dsc_t * dst, const lv_vector_draw_dsc_t * src) in _copy_draw_dsc()
993 lv_vector_draw_dsc_t * dst = &(dsc->current_dsc); in _copy_draw_dsc_from_ref() local
1215 lv_vector_draw_dsc_t * dst = &(dsc->current_dsc); in _special_render() local
/lvgl-latest/src/widgets/table/
Dlv_table.c1076 static void copy_cell_txt(lv_table_cell_t * dst, const char * txt) in copy_cell_txt()
/lvgl-latest/src/draw/
Dlv_draw_vector.c61 static void _copy_draw_dsc(lv_vector_draw_dsc_t * dst, const lv_vector_draw_dsc_t * src) in _copy_draw_dsc()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h2011 …iveParsingState Transit(IterativeParsingState src, Token token, IterativeParsingState dst, InputSt… in Transit()
/lvgl-latest/src/libs/lodepng/
Dlodepng.c127 static void lodepng_memcpy(void * LODEPNG_RESTRICT dst, in lodepng_memcpy()
133 static void lodepng_memset(void * LODEPNG_RESTRICT dst, in lodepng_memset()