Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.h236 CORE_NS::EntityReference BindUIBitmap(SCENE_NS::IBitmap::Ptr bitmap, bool createNew);
H A Dpostprocess_effect_impl.cpp142 CORE_NS::Entity imageEntity = sh->BindUIBitmap(image, true); in __anon846687510202()
H A Dmaterial_impl.cpp1265 CORE_NS::Entity imageEntity = sh->BindUIBitmap(bitmap, true); in SetImage()
H A Dscene_holder.cpp1798 CORE_NS::EntityReference SceneHolder::BindUIBitmap(SCENE_NS::IBitmap::Ptr bitmap, bool createNew) in BindUIBitmap() function in SceneHolder