/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | multimesh_impl.cpp | 43 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 D | camera_impl.cpp | 158 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 D | graphicsstate_impl.cpp | 56 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 D | textureinfo_impl.cpp | 73 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 D | render_configuration_impl.cpp | 45 void Connect(SceneHolder::Ptr sh) override in Connect()
|
H A D | material_impl.cpp | 141 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 D | shader_impl.cpp | 72 void SetSceneHolder(const SceneHolder::WeakPtr& sh) override in SetSceneHolder()
|
H A D | mesh_impl.cpp | 389 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 D | postprocess_effect_impl.cpp | 141 … [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 D | node_impl.cpp | 153 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 D | postprocess_impl.cpp | 159 void SetEntity(CORE_NS::Entity entity, SceneHolder::Ptr sh, bool preferEcsValues) override in SetEntity()
|
H A D | scene_impl.cpp | 1529 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 D | X2DFast.js | 120 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 D | XMat4.js | 153 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 D | bit.rs | 104 let sh = if left > shift { shift } else { left }; in new() localVariable
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 335 StringHolder sh = { 0 }; in ExpandStr() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 141 const GLint sh = static_cast<const GLint>(src.rect1.height); in DoBlit() local
|