Home
last modified time | relevance | path

Searched refs:OnSurfaceChanged (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_delegate.h66 … virtual void OnSurfaceChanged(const sptr<Surface>& surface, int32_t width, int32_t height) = 0;
155 void OnSurfaceChanged(uint32_t windowId, uint64_t surfaceId, int32_t width, int32_t height);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.h46 …void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) ove…
77 void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height);
H A Dxcomponent_element.cpp40 void XComponentSurfaceCallback::OnSurfaceChanged( in OnSurfaceChanged() function in OHOS::Ace::XComponentSurfaceCallback
45 xcomponentElement->OnSurfaceChanged(surface, width, height); in OnSurfaceChanged()
305 void XComponentElement::OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, i… in OnSurfaceChanged() function in OHOS::Ace::XComponentElement
H A Drender_xcomponent.cpp365 if (callback && callback->OnSurfaceChanged != nullptr) { in NativeXComponentChange()
366 callback->OnSurfaceChanged(nXComp, surface); in NativeXComponentChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.h65 OnSurfaceChanged(); in OnAttachContext()
124 void OnSurfaceChanged();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.cpp109 surface->OnSurfaceChanged(width, height); in CreateExtSurface()
154 void ExtSurface::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtSurface
H A Dext_surface.h57 void OnSurfaceChanged(int32_t width, int32_t height);
H A Dext_texture.h54 void OnSurfaceChanged(int32_t width, int32_t height);
H A Dext_texture.cpp123 void ExtTexture::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtTexture
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___callback.md21 | void(\* [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged) )([OH_NativeXComponent]…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_element.h46 void OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight);
H A Dtext_field_element.cpp79 textField->OnSurfaceChanged(width, height, oldWidth, oldHeight); in Update()
223 void TextFieldElement::OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t ol… in OnSurfaceChanged() function in OHOS::Ace::TextFieldElement
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___callback.md24 | [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged)| Invoked when the surface chang…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dscreen_system_manager.cpp26 void ScreenSystemManager::OnSurfaceChanged(double width) in OnSurfaceChanged() function in OHOS::Ace::ScreenSystemManager
H A Dscreen_system_manager.h71 void OnSurfaceChanged(double width);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp143 context->OnSurfaceChanged(surfaceWidth, surfaceHeight); in UpdateSurfaceSize()
151 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in UpdateSurfaceSizeWithAnimathion()
363 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in RunSameCard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp327 void CardFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontend
343 parseJsCard_->OnSurfaceChanged(width, height); in HandleSurfaceChanged()
H A Dform_frontend_declarative.cpp103 void FormFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::FormFrontendDeclarative
H A Dform_frontend_declarative.h53 void OnSurfaceChanged(int32_t width, int32_t height) override;
H A Dcard_frontend_declarative.h72 void OnSurfaceChanged(int32_t width, int32_t height) override;
H A Dcard_frontend_declarative.cpp225 void CardFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontendDeclarative
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h81 void OnSurfaceChanged(int32_t width, int32_t height) override in OnSurfaceChanged() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp127 void PluginFrontend::OnSurfaceChanged(int32_t width, int32_t height) {} in OnSurfaceChanged() function in OHOS::Ace::PluginFrontend
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp502 void DeclarativeFrontendNG::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::DeclarativeFrontendNG
506 delegate_->OnSurfaceChanged(); in OnSurfaceChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp101 context_->OnSurfaceChanged(100, 200); in SetUp()

1234