/lvgl-latest/src/libs/thorvg/ |
D | tvgLock.h | 36 struct Key struct 43 Key* key = nullptr; argument 45 ScopedLock(Key& k) in ScopedLock() 67 struct Key {}; struct 71 ScopedLock(Key& key) {} in ScopedLock()
|
D | tvgLottieLoader.h | 49 Key key;
|
D | tvgLottieParserHandler.h | 151 bool Key(const char *str, SizeType length, TVG_UNUSED bool) in Key() function
|
D | tvgRender.h | 61 Key key; //a reserved lock for the thread safety 308 Key key;
|
D | tvgLoader.cpp | 74 static Key key;
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | prettywriter.h | 129 … 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
|
D | writer.h | 222 … 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
|
D | schema.h | 367 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);
|
D | reader.h | 215 …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));
|
D | document.h | 1959 …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/ |
D | lv_uefi_indev_keyboard.c | 307 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/ |
D | keyboard.rst | 57 Key Pop-Overs
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 5 Raspberry Pi 4 (RPi4). Key Buildroot components and concepts will be
|
/lvgl-latest/docs/details/integration/os/ |
D | rt-thread.rst | 21 Key features
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 12 Key features
|