Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dtextureinfo_impl.cpp64 uint32_t slotIndex_; member in __anon3650867d0110::TextureInfoImpl
78 slotIndex_ = params->GetPropertyByName<uint32_t>("textureSlotIndex")->GetValue(); in Build()
82 if (slotIndex_ < BASE_NS::countof(TextureIndexName)) { in Build()
83 textureSlotName = TextureIndexName[slotIndex_]; in Build()
85 textureSlotName = "TextureSlot_" + BASE_NS::to_string(slotIndex_); in Build()
105 const auto& curVal = array_->GetValueAt(slotIndex_); in ArrayChanged()
127 auto curVal = array_->GetValueAt(slotIndex_); in ImageChanged()
131 array_->SetValueAt(slotIndex_, curVal); in ImageChanged()
138 auto curVal = array_->GetValueAt(slotIndex_); in FactorChanged()
140 array_->SetValueAt(slotIndex_, curVal); in FactorChanged()