/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-xcomponent.md | 78 …XComponentController](#xcomponentcontroller) | 是 | 给组件绑定一个控制器,通过控制器调用组件方法,仅类型为SURFACE或TEXTURE时有效。 | 115 > 仅type为SURFACE和TEXTURE时该功能有效。 141 从API version 12开始,type为SURFACE或TEXTURE时,支持[通用事件](ts-universal-events-click.md)。 149 仅type为SURFACE或TEXTURE时以下事件有效: 230 设置XComponent持有Surface的宽度和高度,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。 248 获取XComponent实例对象的context,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。 264 设置XComponent持有Surface的显示区域,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。 288 获取XComponent持有Surface的显示区域,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。 304 当XComponent持有的Surface创建后进行该回调,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。 324 当XComponent持有的Surface大小改变后(包括首次创建时的大小改变)进行该回调,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。 [all …]
|
H A D | ts-basic-components-component3d.md | 39 … | 3D场景显示合成方式。<br/>默认值:ModelType.SURFACE<br/>**说明:** <br/>设置为ModelType.TEXTURE时通过GPU合成显示。<br/>设置… 49 | TEXTURE | 0 | 使用GPU合成显示3D场景。 |
|
H A D | ts-universal-attributes-renderfit.md | 27 > 对于TEXTURE和SURFACE类型的[XComponent](./ts-basic-components-xcomponent.md)组件,当不设置renderFit属性时,取默认值为Re…
|
H A D | ts-appendix-enums.md | 1045 | TEXTURE | 用于EGL/OpenGLES和媒体数据写入,开发者定制的绘制内容会和XComponent组件的内容合成后展示到屏幕上。1、保…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-xcomponent.md | 78 …ethods of the component. This parameter is valid only when **type** is **SURFACE** or **TEXTURE**.| 89 …> For the **XComponent** component of the TEXTURE or SURFACE type, if the [renderFit](./ts-univers… 115 > This API has effect only when **type** is set to **SURFACE** or **TEXTURE**. 141 …ts](ts-universal-events-click.md) are supported when **type** is set to **SURFACE** or **TEXTURE**. 149 The following events are effective only when **type** is set to **SURFACE** or **TEXTURE**. 230 …API works only when **type** of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**. 248 …API works only when **type** of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**. 264 …his API works only when type of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**. 288 …his API works only when type of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**. 304 …API works only when **type** of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**. [all …]
|
H A D | ts-basic-components-component3d.md | 39 …cene.<br>Default value: **ModelType.SURFACE**<br>**NOTE**<br>**ModelType.TEXTURE**: The GPU is use… 49 | TEXTURE | 0 | The GPU is used for composition of the 3D scene. |
|
H A D | ts-universal-attributes-renderfit.md | 27 > For the [XComponent](./ts-basic-components-xcomponent.md) component of the TEXTURE or SURFACE ty…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_surface.h | 44 TEXTURE enumerator 46 static RefPtr<RenderSurface> Create(const RenderSurfaceType& type = RenderSurfaceType::TEXTURE);
|
H A D | render_surface_creator.cpp | 34 case RenderSurfaceType::TEXTURE: in Create()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 32 TEXTURE, enumerator 52 return type == AttachmentType::TEXTURE; in IsTexture()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 70 case XComponentType::TEXTURE: in XComponentTypeToString() 175 …if ((type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE) && libraryname_.has_val… in InitNativeXComponent() 228 } else if (type_ == XComponentType::TEXTURE) { in InitSurface() 234 if (type_ == XComponentType::TEXTURE) { in InitSurface() 265 if (type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE) { in Initialize() 304 … auto contextType = type_ == XComponentType::TEXTURE ? RenderContext::ContextType::HARDWARE_TEXTURE in InitializeRenderContext() 322 case XComponentType::TEXTURE: in CovertToRenderSurfaceType() 323 return RenderSurface::RenderSurfaceType::TEXTURE; in CovertToRenderSurfaceType() 473 if (type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE) { in OnDetachFromFrameNode() 1801 (type_ != XComponentType::SURFACE && type_ != XComponentType::TEXTURE)) { in OnWindowHide() [all …]
|
H A D | xcomponent_model.h | 40 return type == XComponentType::TEXTURE || type == XComponentType::NODE || in IsBackGroundColorAvailable()
|
H A D | xcomponent_pattern.h | 69 …return type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE || type_ == XComponent… in IsAtomicNode() 89 if (type_ == XComponentType::TEXTURE) { in CreateNodePaintMethod()
|
H A D | xcomponent_model_ng.cpp | 206 return GetTypeImpl(frameNode) == XComponentType::TEXTURE; in IsTexture() 287 return layoutProperty->GetXComponentTypeValue() == XComponentType::TEXTURE; in IsTexture()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_xcomponent_modifier.cpp | 194 if (type == XComponentType::TEXTURE) { in SetXComponentRenderFit() 206 if (type == XComponentType::TEXTURE) { in ResetXComponentRenderFit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | index.d.ts | 66 TEXTURE
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 101 …AttachmentTexture* attachmentObject = new AttachmentTexture(AttachmentType::TEXTURE, attachment, i… in AddAttachment()
|
H A D | webgl_rendering_context_base_impl.cpp | 718 framebufferBinding->RemoveAttachment(GL_FRAMEBUFFER, texture, AttachmentType::TEXTURE); in DeleteTexture() 722 framebufferBinding->RemoveAttachment(GL_READ_FRAMEBUFFER, texture, AttachmentType::TEXTURE); in DeleteTexture() 817 …type != WebGLRenderingContextBase::RENDERBUFFER) && (type != WebGLRenderingContextBase::TEXTURE)) { in GetFrameBufferAttachmentParameter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 752 enum class XComponentType { UNKNOWN = -1, SURFACE = 0, COMPONENT, TEXTURE, NODE }; enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 212 static const GLenum TEXTURE = 0x1702; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.cpp | 709 if (type == XComponentType::TEXTURE) { in JsRenderFit()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 5 …x-enums.md#xcomponenttype10).SURFACE和XComponentType.TEXTURE。对于SURFACE类型,开发者将定制的绘制内容单独展示到屏幕上。对于TEXT…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 68 constexpr XComponentType XCOMPONENT_TEXTURE_TYPE_VALUE = XComponentType::TEXTURE;
|
H A D | xcomponent_property_test_ng.cpp | 70 constexpr XComponentType XCOMPONENT_TEXTURE_TYPE_VALUE = XComponentType::TEXTURE;
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 5 …E and XComponentType.TEXTURE. For the SURFACE type, you display the custom drawing content on the …
|