Home
last modified time | relevance | path

Searched defs:sh (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmultimesh_impl.cpp43 if (auto sh = sceneHolder_.lock()) { member in __anonac8615180110::MultiMeshImpl
81 if (auto sh = sceneHolder) { in Initialize() local
101 if (auto sh = self->sceneHolder_.lock()) { in Build() local
127 if (auto sh = self->sceneHolder_.lock()) { in Build() local
166 if (auto sh = self->sceneHolder_.lock()) { in Build() local
H A Dcamera_impl.cpp158 auto sh = SceneHolder(); in CompleteInitialization() local
172 auto sh = SceneHolder(); in CompleteInitialization() local
257 if (auto sh = SceneHolder()) { in AddMultiviewCamera() local
260 … target = GetSelf<SCENE_NS::IEcsObject>()->GetEntity()](auto sh) { in AddMultiviewCamera()
298 if (auto sh = SceneHolder()) { in RemoveMultiviewCamera() local
301 … target = GetSelf<SCENE_NS::IEcsObject>()->GetEntity()](auto sh) { in RemoveMultiviewCamera()
318 if (auto sh = weakSh.lock()) { in ScreenToWorld() local
351 if (auto sh = weakSh.lock()) { in WorldToScreen() local
385 if (auto sh = weakSh.lock()) { in RayCastFromCamera() local
428 if (auto sh = weakSh.lock()) { in RayCastFromCamera() local
[all …]
H A Dgraphicsstate_impl.cpp56 if (auto sh = SceneHolder()) { in SetGraphicsState() local
75 if (auto sh = SceneHolder()) { in GetGraphicsState() local
98 void SetSceneHolder(const SceneHolder::WeakPtr& sh) override in SetSceneHolder()
H A Dtextureinfo_impl.cpp73 auto sh = params->GetPropertyByName<uintptr_t>("sceneHolder")->GetValue(); in Build() local
108 auto sh = holder_.GetSceneHolder(); in ArrayChanged() local
128 auto sh = holder_.GetSceneHolder(); in ImageChanged() local
H A Drender_configuration_impl.cpp45 void Connect(SceneHolder::Ptr sh) override in Connect()
H A Dmaterial_impl.cpp141 auto sh = w.lock(); in Activate() local
159 auto sh = w.lock(); in Deactivate() local
245 [uri, entityId = EcsObject()->GetEntity().id, arrayIndex](auto sh) { in ApplyTextureInfoImage()
258 … [entity = EcsObject()->GetEntity(), arrayIndex](auto sh) { in ApplyTextureInfoImage()
281 … [value = prop->GetValue(), entityId = EcsObject()->GetEntity().id, arrayIndex](auto sh) { in SubscribeToTextureInfo()
455 [entity = EcsObject()->GetEntity(), arrayIx, w_info](SceneHolder::Ptr sh) { in CheckImageHandle()
1264 [bitmap, index, weakSelf = BASE_NS::weak_ptr(GetSelf())](auto sh) { in SetImage()
1298 [entityId = EcsObject()->GetEntity().id](auto sh) { in SetImage()
H A Dshader_impl.cpp72 void SetSceneHolder(const SceneHolder::WeakPtr& sh) override in SetSceneHolder()
H A Dmesh_impl.cpp389 if (auto sh = SceneHolder()) { in UpdateMeshFromArrays() local
398 if (auto sh = privateIntf->SceneHolder()) { in UpdateMeshFromArrays() local
447 if (auto sh = SceneHolder()) { in CloneSubmesh() local
H A Dpostprocess_effect_impl.cpp141 … [target = ecsObject_->GetEntity(), image = META_NS::GetValue(DirtMaskImage())](auto sh) { in __anon846687510202()
463 … void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override in Bind()
H A Dnode_impl.cpp153 auto sh = weak_sh.lock(); in Activate() local
173 auto sh = weak_sh.lock(); in Deactivate() local
1219 auto sh = SceneHolder(); in ReleaseEntityOwnership() local
1264 if (auto sh = weakSh.lock()) { in GetWorldMatrixComponentAABB() local
1297 if (auto sh = weakSh.lock()) { in GetTransformComponentAABB() local
H A Dpostprocess_impl.cpp159 void SetEntity(CORE_NS::Entity entity, SceneHolder::Ptr sh, bool preferEcsValues) override in SetEntity()
H A Dscene_impl.cpp1529 if (auto sh = weakSh.lock()) { in GetWorldAABB() local
1563 if (auto sh = weakSh.lock()) { in RayCast() local
1606 if (auto sh = weakSh.lock()) { in RayCast() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js120 static testTransform(x, y, sw, sh, ra, ox, oy, realw, realh) { argument
195 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { argument
215 …drawText(s, size = DRAWTEXT_SIZE, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR)… argument
H A DXMat4.js153 Make2DTransformMat(mx = 0, my = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, realw = 0, realh = 0) { argument
193 Make2DTransformMat_(mx, my, sw, sh, ra, ox = 0, oy = 0) { argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dbit.rs104 let sh = if left > shift { shift } else { left }; in new() localVariable
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c335 StringHolder sh = { 0 }; in ExpandStr() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp141 const GLint sh = static_cast<const GLint>(src.rect1.height); in DoBlit() local