/lvgl-latest/src/libs/thorvg/ |
D | tvgRender.cpp | 52 void RenderRegion::intersect(const RenderRegion& rhs) in intersect() 69 void RenderRegion::add(const RenderRegion& rhs) in add()
|
D | tvgStr.cpp | 225 char* strAppend(char* lhs, const char* rhs, size_t n) in strAppend()
|
D | tvgMath.cpp | 169 Matrix operator*(const Matrix& lhs, const Matrix& rhs) in operator *() 189 bool operator==(const Matrix& lhs, const Matrix& rhs) in operator ==()
|
D | tvgMath.h | 180 static inline float cross(const Point& lhs, const Point& rhs) in cross()
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | stack.h | 45 Stack(Stack&& rhs) in Stack() function 90 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap()
|
D | biginteger.h | 36 BigInteger(const BigInteger& rhs) : count_(rhs.count_) { in BigInteger() 191 bool Difference(const BigInteger& rhs, BigInteger* out) const { in Difference() 213 int Compare(const BigInteger& rhs) const { in Compare()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_stroke.c | 293 …c lv_cache_compare_res_t dash_pattern_compare(const stroke_item_t * lhs, const stroke_item_t * rhs) in dash_pattern_compare() 331 static lv_cache_compare_res_t path_compare(const stroke_item_t * lhs, const stroke_item_t * rhs) in path_compare() 356 …atic lv_cache_compare_res_t stroke_compare_cb(const stroke_item_t * lhs, const stroke_item_t * rhs) in stroke_compare_cb()
|
D | lv_vg_lite_grad.c | 615 static lv_cache_compare_res_t grad_compare_cb(const grad_item_t * lhs, const grad_item_t * rhs) in grad_compare_cb()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | allocators.h | 216 MemoryPoolAllocator(const MemoryPoolAllocator& rhs) RAPIDJSON_NOEXCEPT : in MemoryPoolAllocator() 236 MemoryPoolAllocator(MemoryPoolAllocator&& rhs) RAPIDJSON_NOEXCEPT : in MemoryPoolAllocator() function
|
D | uri.h | 65 …GenericUri(const GenericUri& rhs) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_(… in GenericUri() 70 …GenericUri(const GenericUri& rhs, Allocator* allocator) : uri_(), base_(), scheme_(), auth_(), pat… in GenericUri()
|
D | stringbuffer.h | 48 GenericStringBuffer(GenericStringBuffer&& rhs) : stack_(std::move(rhs.stack_)) {} in GenericStringBuffer() function
|
D | prettywriter.h | 66 PrettyWriter(PrettyWriter&& rhs) : in PrettyWriter() function
|
D | document.h | 127 GenericMember(GenericMember&& rhs) RAPIDJSON_NOEXCEPT in GenericMember() function
|
D | writer.h | 110 Writer(Writer&& rhs) : in Writer() function
|
D | pointer.h | 157 …GenericPointer(const GenericPointer& rhs) : allocator_(), ownAllocator_(), nameBuffer_(), tokens_(… in GenericPointer() 162 …GenericPointer(const GenericPointer& rhs, Allocator* allocator) : allocator_(allocator), ownAlloca… in GenericPointer()
|
/lvgl-latest/src/misc/cache/ |
D | lv_image_header_cache.c | 140 const lv_image_header_cache_data_t * rhs) in image_header_cache_compare_cb()
|
D | lv_image_cache.c | 145 const lv_image_cache_data_t * rhs) in image_cache_compare_cb()
|
/lvgl-latest/tests/src/test_cases/cache/ |
D | test_cache.c | 25 static lv_cache_compare_res_t compare_cb(const test_data * lhs, const test_data * rhs) in compare_cb()
|
/lvgl-latest/ |
D | CMakePresets.json | 25 "rhs": "Windows" string 43 "rhs": "Linux" string
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_glyph.c | 216 const lv_freetype_glyph_cache_data_t * rhs) in freetype_glyph_compare_cb()
|
D | lv_freetype_image.c | 202 const lv_freetype_image_cache_data_t * rhs) in freetype_image_compare_cb()
|
D | lv_freetype.c | 401 const lv_freetype_cache_node_t * rhs) in cache_node_cache_compare_cb()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 496 … const tiny_ttf_glyph_cache_data_t * rhs) in tiny_ttf_glyph_cache_compare_cb() 545 const tiny_ttf_cache_data_t * rhs) in tiny_ttf_draw_data_cache_compare_cb()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl.c | 84 …ache_compare_res_t sdl_texture_cache_compare_cb(const cache_data_t * lhs, const cache_data_t * rhs) in sdl_texture_cache_compare_cb()
|
/lvgl-latest/src/draw/opengles/ |
D | lv_draw_opengles.c | 141 …compare_res_t opengles_texture_cache_compare_cb(const cache_data_t * lhs, const cache_data_t * rhs) in opengles_texture_cache_compare_cb()
|