Home
last modified time | relevance | path

Searched refs:allProperties (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_box.cpp44 const auto &allProperties = GetChildren(); in GetProperties() local
46 if (assoc.propertyIndex > allProperties.size()) { in GetProperties()
51 outProperties.push_back(allProperties[assoc.propertyIndex - 1]); in GetProperties()
66 const auto &allProperties = GetChildren(); in GetProperty() local
68 if (assoc.propertyIndex > allProperties.size() || in GetProperty()
73 const auto &property = allProperties[assoc.propertyIndex - 1]; in GetProperty()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp1116 auto allProperties = meta->GetAllProperties(); in UpdateAllInputProperties() local

Completed in 3 milliseconds