Home
last modified time | relevance | path

Searched refs:TextureComponent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dtexture_component.h33 class TextureComponent : public RenderComponent {
34 DECLARE_ACE_TYPE(TextureComponent, RenderComponent);
37 TextureComponent() in TextureComponent() function
44 ~TextureComponent() override = default;
H A Dtexture_component.cpp23 RefPtr<RenderNode> TextureComponent::CreateRenderNode() in CreateRenderNode()
28 RefPtr<Element> TextureComponent::CreateElement() in CreateElement()
H A Drender_texture.cpp28 const RefPtr<TextureComponent> texture = AceType::DynamicCast<TextureComponent>(component); in Update()
H A Dvideo_component.h33 class ACE_EXPORT VideoComponent : public TextureComponent {
34 DECLARE_ACE_TYPE(VideoComponent, TextureComponent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h106 class ACE_EXPORT CameraComponent : public TextureComponent {
107 DECLARE_ACE_TYPE(CameraComponent, TextureComponent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp653 AceType::InstanceOf<TextureComponent>(mainComponent) || in WrapComponents()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1266 (AceType::InstanceOf<TextureComponent>(mainComponent) || in CompositeComponents()