Home
last modified time | relevance | path

Searched defs:source (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb112 def find_tests(source) argument
204 def find_includes(source) argument
227 def find_setup_and_teardown(source) argument
/lvgl-latest/src/libs/lz4/
Dlz4.c917 const char* const source, 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()
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()
2433 static int LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, … in LZ4_decompress_safe_withSmallPrefix()
[all …]
/lvgl-latest/src/libs/thorvg/
DtvgPaint.h47 Paint* source; member
DtvgSwRenderer.cpp209 RenderSurface* source; //Image source member
/lvgl-latest/src/misc/
Dlv_array.c71 void lv_array_copy(lv_array_t * target, const lv_array_t * source) in lv_array_copy()
/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c357 static unsigned int lv_opengles_shader_compile(unsigned int type, const char * source) in lv_opengles_shader_compile()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h918 void Parse(const Ch* source, size_t length) { in Parse()
1105 …PercentDecodeStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), val… in PercentDecodeStream()
Dschema.h1186 const Property& source = properties_[sourceIndex]; in EndObject() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp608 vg_lite_buffer_t * source, in vg_lite_blit()
649 vg_lite_buffer_t * source, in vg_lite_blit_rect()
2595 …icture_load(vg_lite_ctx * ctx, std::unique_ptr<Picture> & picture, const vg_lite_buffer_t * source, in picture_load()
/lvgl-latest/src/libs/lodepng/
Dlodepng.c3145 unsigned lodepng_color_mode_copy(LodePNGColorMode * dest, const LodePNGColorMode * source) in lodepng_color_mode_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()