Searched refs:Get (Results 1 – 25 of 27) sorted by relevance
12
/lvgl-latest/docs/ |
D | index.rst | 16 …<a href="intro/introduction.html"><img class="home-img" src="_static/img/home_1.png" alt="Get fami… 18 …html#going-deeper"><img class="home-img" src="_static/img/home_3.png" alt="Get your feet wet with …
|
D | CONTRIBUTING.rst | 15 afraid of. A friendly and helpful community is waiting for you. Get to
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | quick_setup.rst | 9 Get the repository
|
D | image_generation.rst | 31 Get Buildroot
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 524 static bool Get(const ValueType& v) { return v.GetBool(); } 532 static int Get(const ValueType& v) { return v.GetInt(); } 540 static unsigned Get(const ValueType& v) { return v.GetUint(); } 550 static long Get(const ValueType& v) { return v.GetInt(); } 559 static unsigned long Get(const ValueType& v) { return v.GetUint(); } 568 static int64_t Get(const ValueType& v) { return v.GetInt64(); } 576 static uint64_t Get(const ValueType& v) { return v.GetUint64(); } 584 static double Get(const ValueType& v) { return v.GetDouble(); } 592 static float Get(const ValueType& v) { return v.GetFloat(); } 601 static StringType Get(const ValueType& v) { return v.GetString(); } [all …]
|
D | uri.h | 54 const Ch* u = uri.template Get<const Ch*>(); // TypeHelper from document.h in uri_() 99 template<typename T> void Get(T& uri, Allocator& allocator) { in Get() function 119 …static String Get(const GenericUri& uri) { return String(uri.GetString(), uri.GetStringLength()); } in Get() function
|
D | pointer.h | 595 ValueType* Get(ValueType& root, size_t* unresolvedTokenIndex = 0) const { 630 const ValueType* Get(const ValueType& root, size_t* unresolvedTokenIndex = 0) const { 631 return Get(const_cast<ValueType&>(root), unresolvedTokenIndex); 1198 return pointer.Get(root, unresolvedTokenIndex); 1203 return pointer.Get(root, unresolvedTokenIndex); 1208 return GenericPointer<typename T::ValueType>(source, N - 1).Get(root, unresolvedTokenIndex); 1213 return GenericPointer<typename T::ValueType>(source, N - 1).Get(root, unresolvedTokenIndex);
|
D | schema.h | 1282 static const ValueType& Get##name##String() {\ 1881 else if (const ValueType* v = pointer.Get(document)) { 2052 static const StringRefType& Get##name##String() {\ 2270 if (const ValueType *pv = relPointer.Get(*base)) { 2780 static const StringRefType& Get##name##String() {\
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 136 - :cpp:enumerator:`LV_EVENT_GESTURE`: A gesture is detected. Get the gesture with :cpp:expr:`lv_in… 137 - :cpp:enumerator:`LV_EVENT_KEY`: A key is sent to Widget. Get the key with :cpp:expr:`lv_indev_ge… 150 - :cpp:enumerator:`LV_EVENT_REFR_EXT_DRAW_SIZE`: Get the required extra draw area around Widget (e… 183 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE`: Get the internal size of a widget
|
D | obj.rst | 561 - :cpp:enumerator:`LV_EVENT_GESTURE` A gesture is detected. Get gesture with `lv_inde… 562 - :cpp:enumerator:`LV_EVENT_KEY` A key is sent to Widget. Get key with `lv_indev_… 591 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE` Get internal size of a widget
|
/lvgl-latest/env_support/cmsis-pack/ |
D | lv_cmsis_pack.txt | 126 * Get the elapsed milliseconds since start up from perf_counter
|
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 58 lv_obj_t * list = lv_dropdown_get_list(dropdown) /* Get list */ 93 Get selected option
|
D | roller.rst | 63 Get selected option
|
D | lottie.rst | 82 Get the animation
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 25 Get started
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 103 Get subject's value 115 Get subject's previous value
|
/lvgl-latest/ |
D | README.md | 25 <a href="https://forum.lvgl.io" title="Get help and help others">Forum</a> | 417 ## :arrow_forward: Get started 420 **Get Familiar with LVGL** 424 …3. Get familiar with the basics on the [Quick overview](https://docs.lvgl.io/master/intro/basics.h… 437 **Get Help and Help Others**
|
/lvgl-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 11 Get Started with the Riverdi STM32U5 5-inch Display
|
/lvgl-latest/docs/details/integration/framework/ |
D | arduino.rst | 14 Get the LVGL Arduino library
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 253 data->key = last_key(); /* Get the last pressed or released key */ 442 data->key = last_key(); /* Get the last pressed or released key */ 477 int btn_pr = my_btn_read(); /* Get the ID (0,1,2...) of the pressed button */
|
D | font.rst | 499 /* Get info about glyph of `unicode_letter` in `font` font. 521 /* Get the bitmap of `unicode_letter` from `font`. */
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 93 Get started with the Renesas ecosystem
|
D | alif.rst | 179 Get to the "Manage Solution" view from the CMSIS Solution extension. You can reach
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 198 Get the IP address of the development host and open a remote shell on the device.
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 195 Initialize Styles and Set/Get Properties 348 Get a style property's value on a Widget
|
12