Searched refs:Data (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgXmlParser.h | 40 Data, //!< tag text data enumerator
|
D | tvgXmlParser.cpp | 460 …if (itr != end && !func((void*)data, SimpleXMLType::Data, itr, (unsigned int)(end - itr))) return … in simpleXmlParse()
|
D | tvgSvgLoader.cpp | 3465 case SimpleXMLType::Data: in _svgLoaderParser()
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | timer_handler.rst | 15 :alt: LVGL Data Flow
|
D | connecting_lvgl.rst | 53 :alt: LVGL Data Flow
|
D | threading.rst | 45 Atomic Data
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 761 data_ = *reinterpret_cast<const Data*>(&rhs.data_); 768 data_ = *reinterpret_cast<const Data*>(&rhs.data_); 862 a.value_.data_ = Data(); 873 o.value_.data_ = Data(); 2098 union Data { 2107 static RAPIDJSON_FORCEINLINE const Ch* DataString(const Data& data) { 2110 static RAPIDJSON_FORCEINLINE SizeType DataStringLength(const Data& data) { 2125 bool operator()(const Data& s1, const Data& s2) const { 2131 typedef std::pair<const Data, SizeType> Pair; 2132 typedef std::multimap<Data, SizeType, Less, StdAllocator<Pair, Allocator> > Map; [all …]
|
D | schema.h | 151 #define RAPIDJSON_SCHEMA_PRINT(name, ...) internal::Print##name##Data(__VA_ARGS__)
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 16 - *Class Data:* Abstracts common build information (e.g. how to build a 19 - *Configuration Data:* Defines machine-specific settings, policy
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 19 - Supports LCD panels with RGB interface (up to 24 bits) and sync signals (HSYNC, VSYNC and Data En…
|
D | lcd_stm32_guide.rst | 67 #. Set Frame Format to Motorola, Data Size to 8 Bits, First Bit to MSB First. 71 #. Set Priority to Medium, Data Width to Half Word.
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 17 Overview of LVGL's Data Flow 22 :alt: LVGL Data Flow 26 Overview of LVGL Data Flow
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 149 - :cpp:enumerator:`LV_CHART_TYPE_LINE`: Draw lines between data points. Data points 163 Data series
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 227 2. Data corruption caused by other thread logs inserted during the printing of trace logs. You need…
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 200 - GC is aware of most allocations, except from pointers on the `Data Segment <https://en.wikipedia.…
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 719 User Data
|