Searched refs:Property (Results 1 – 5 of 5) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgLottieExpressions.h | 46 template<typename Property, typename NumType> 54 … } else if (auto prop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() 61 template<typename Property> 67 if (auto prop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() 81 template<typename Property> 87 if (auto color = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() 104 template<typename Property> 110 if (auto colorStop = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() 117 template<typename Property> 123 if (auto pathset = static_cast<Property*>(jerry_object_get_native_ptr(bm_rt, nullptr))) { in result() [all …]
|
| /lvgl-latest/scripts/ |
| D | properties.py | 25 class Property: class 54 yield Property( 67 yield Property("style",
|
| /lvgl-latest/docs/details/other-components/ |
| D | obj_property.rst | 31 What is a Widget Property? 122 Property ID 157 Property Value 233 Property ID Lookup by Name
|
| /lvgl-latest/src/libs/thorvg/rapidjson/ |
| D | schema.h | 679 … properties_ = static_cast<Property*>(allocator_->Malloc(sizeof(Property) * propertyCount_)); in allocator_() 681 new (&properties_[i]) Property(); in allocator_() 838 properties_[i].~Property(); in ~Schema() 1186 const Property& source = properties_[sourceIndex]; in EndObject() 1673 struct Property { struct 1674 …Property() : schema(), dependenciesSchema(), dependenciesValidatorIndex(), dependencies(), require… in Property() function 1675 ~Property() { AllocatorType::Free(dependencies); } in ~Property() argument 1712 Property* properties_;
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style.rst | 205 Property set functions looks like this:
|