Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp53 TextureInfo OnWindowChange(float offsetX, float offsetY, float width, float height, float scale,
55 TextureInfo OnWindowChange(const WindowChangeInfo& windowChangeInfo) override;
202 TextureInfo TextureLayerImpl::OnWindowChange(float offsetX, float offsetY, float width, float heigh… in OnWindowChange() function in OHOS::Render3D::TextureLayerImpl
222 TextureInfo TextureLayerImpl::OnWindowChange(const WindowChangeInfo& windowChangeInfo) in OnWindowChange() function in OHOS::Render3D::TextureLayerImpl
270 TextureInfo TextureLayer::OnWindowChange(float offsetX, float offsetY, float width, float height, f… in OnWindowChange() function in OHOS::Render3D::TextureLayer
273 …return textureLayer_->OnWindowChange(offsetX, offsetY, width, height, scale, recreateWindow, surfa… in OnWindowChange()
276 TextureInfo TextureLayer::OnWindowChange(const WindowChangeInfo& windowChangeInfo) in OnWindowChange() function in OHOS::Render3D::TextureLayer
278 return textureLayer_->OnWindowChange(windowChangeInfo); in OnWindowChange()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/
H A Dtexture_layer.h34 …virtual TextureInfo OnWindowChange(float offsetX, float offsetY, float width, float height, float …
36 virtual TextureInfo OnWindowChange(const WindowChangeInfo& windowChangeInfo);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp173 bool WidgetAdapter::OnWindowChange(const TextureInfo& textureInfo) in OnWindowChange() function in OHOS::Render3D::WidgetAdapter
176 engine_->OnWindowChange(textureInfo); in OnWindowChange()
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/include/scene_adapter/
H A Dintf_scene_adapter.h31 virtual void OnWindowChange(const WindowChangeInfo& windowChangeInfo) = 0;
H A Dscene_adapter.h68 void OnWindowChange(const WindowChangeInfo& windowChangeInfo) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp154 sceneAdapter_->OnWindowChange(windowChangeInfo); in OnDirtyLayoutWrapperSwap()
164 adapter->textureLayer_->OnWindowChange(windowChangeInfo); in OnDirtyLayoutWrapperSwap()
165 adapter->widgetAdapter_->OnWindowChange(adapter->textureLayer_->GetTextureInfo()); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dwidget_adapter.h43 bool OnWindowChange(const TextureInfo& textureInfo);
H A Di_engine.h63 virtual void OnWindowChange(const TextureInfo& textureInfo) = 0;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.h56 void OnWindowChange(const TextureInfo &textureInfo) override;
H A D3d_widget_adapter_test.cpp89 void EngineTest::OnWindowChange(const TextureInfo &textureInfo) in OnWindowChange() function in OHOS::Render3D::EngineTest
178 bool ret = adapter.OnWindowChange(texture);
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp334 void SceneAdapter::OnWindowChange(const WindowChangeInfo& windowChangeInfo) in OnWindowChange() function in OHOS::Render3D::SceneAdapter
338 textureLayer_->OnWindowChange(windowChangeInfo); in OnWindowChange()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h153 void OnWindowChange(const TextureInfo& textureInfo) override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp63 void OnWindowChange(const Render3D::WindowChangeInfo& windowChangeInfo) in OnWindowChange() function in OHOS::Ace::NG::TestSceneAdapter
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp207 void LumeCommon::OnWindowChange(const TextureInfo& textureInfo) in OnWindowChange() function in OHOS::Render3D::LumeCommon