Home
last modified time | relevance | path

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

/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 height, float scale, in OnWindowChange() function in OHOS::Render3D::TextureLayerImpl
216 WIDGET_LOGD("TextureLayer OnWindowChange offsetX %f, offsetY %f, width %d, height %d, float scale %f," in OnWindowChange()
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, float scale, in OnWindowChange() function in OHOS::Render3D::TextureLayer
273 return textureLayer_->OnWindowChange(offsetX, offsetY, width, height, scale, recreateWindow, surfaceType); in OnWindowChange()
276 TextureInfo TextureLayer::OnWindowChange(const WindowChangeInfo& windowChangeInfo) in OnWindowChange() function in OHOS::Render3D::TextureLayer
278 return textureLayer_->OnWindowChange(windowChangeInfo); in OnWindowChange()
/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 scale,
36 virtual TextureInfo OnWindowChange(const WindowChangeInfo& windowChangeInfo);
/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;
/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()
/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;
/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); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp151 sceneAdapter_->OnWindowChange(windowChangeInfo); in OnDirtyLayoutWrapperSwap()
161 adapter->textureLayer_->OnWindowChange(windowChangeInfo); in OnDirtyLayoutWrapperSwap()
162 adapter->widgetAdapter_->OnWindowChange(adapter->textureLayer_->GetTextureInfo()); in OnDirtyLayoutWrapperSwap()
/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()
/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
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h153 void OnWindowChange(const TextureInfo& textureInfo) override;
/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

Completed in 9 milliseconds