Searched defs:from (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgCssStyle.cpp | 42 static void _copyStyle(SvgStyleProperty* to, const SvgStyleProperty* from) in _copyStyle() 189 void cssCopyStyleAttr(SvgNode* to, const SvgNode* from) in cssCopyStyleAttr()
|
D | tvgSvgLoader.cpp | 2404 static void _inheritRadialCxAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialCxAttr() 2412 static void _inheritRadialCyAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialCyAttr() 2420 static void _inheritRadialFxAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialFxAttr() 2428 static void _inheritRadialFyAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialFyAttr() 2436 static void _inheritRadialFrAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialFrAttr() 2444 static void _inheritRadialRAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialRAttr() 2690 static void _inheritLinearX1Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearX1Attr() 2698 static void _inheritLinearX2Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearX2Attr() 2706 static void _inheritLinearY1Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearY1Attr() 2714 static void _inheritLinearY2Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearY2Attr() [all …]
|
D | tvgSwRaster.cpp | 1810 auto from = surface->cs; in rasterConvertCS() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 87 static void read_range(lv_fs_file_t * f, uint32_t from, uint32_t to) in read_range() 104 static void read_next(lv_fs_file_t * f, uint32_t from, uint32_t len) in read_next() 163 uint8_t from = ranges[i][0]; in read_random_drv() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | uri.h | 399 Ch* CopyPart(Ch* to, Ch* from, std::size_t len) { in CopyPart()
|
/lvgl-latest/src/libs/expat/ |
D | xmltok.c | 331 _INTERNAL_trim_to_complete_utf8_characters(const char *from, in _INTERNAL_trim_to_complete_utf8_characters() 413 const char *from = *fromP; in utf8_toUtf16() local
|