Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLock.h36 struct Key struct
43 Key* key = nullptr; argument
45 ScopedLock(Key& k) in ScopedLock()
67 struct Key {}; struct
71 ScopedLock(Key& key) {} in ScopedLock()
DtvgLottieLoader.h49 Key key;
DtvgLottieParserHandler.h151 bool Key(const char *str, SizeType length, TVG_UNUSED bool) in Key() function
DtvgRender.h61 Key key; //a reserved lock for the thread safety
308 Key key;
DtvgLoader.cpp74 static Key key;
/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h129 … bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); }
132 bool Key(const std::basic_string<Ch>& str) { in Key() function
133 return Key(str.data(), SizeType(str.size())); in Key()
188 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
Dwriter.h222 … bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); }
225 bool Key(const std::basic_string<Ch>& str) in Key() function
227 return Key(str.data(), SizeType(str.size())); in Key()
260 bool Key(const Ch* const& str) { return Key(str, internal::StrLen(str)); } in Key() function
Dschema.h367 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); } in Key() function
1108 bool Key(Context& context, const Ch* str, SizeType len, bool) const { in Key() function
2851 bool Key(const Ch* str, SizeType len, bool copy) {
2855 if (!CurrentSchema().Key(CurrentContext(), str, len, copy) && !GetContinueOnErrors()) {
2859 RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(Key, (str, len, copy));
2860 valid_ = !outputHandler_ || outputHandler_->Key(str, len, copy);
Dreader.h215 …bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str… in Key() function
974 …success = (isKey ? handler.Key(str, SizeType(length), false) : handler.String(str, SizeType(length…
982 success = (isKey ? handler.Key(str, length, true) : handler.String(str, length, true));
Ddocument.h1959 …if (RAPIDJSON_UNLIKELY(!handler.Key(m->name.GetString(), m->name.GetStringLength(), (m->name.data_…
2846 bool Key(const Ch* str, SizeType length, bool copy) { return String(str, length, copy); }
/lvgl-latest/src/drivers/uefi/
Dlv_uefi_indev_keyboard.c307 switch(key->Key.ScanCode) { in _key_from_uefi_key()
329 switch(key->Key.UnicodeChar) { in _key_from_uefi_key()
342 return _utf8_from_unicode(key->Key.UnicodeChar); in _key_from_uefi_key()
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst57 Key Pop-Overs
/lvgl-latest/docs/details/integration/os/buildroot/
Dimage_generation.rst5 Raspberry Pi 4 (RPi4). Key Buildroot components and concepts will be
/lvgl-latest/docs/details/integration/os/
Drt-thread.rst21 Key features
/lvgl-latest/docs/intro/
Dintroduction.rst12 Key features