Searched defs:textureWidth (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/ |
H A D | filter.h | 37 int textureWidth; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | texture.cpp | 115 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize()
|
H A D | ext_texture.cpp | 97 void ExtTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in SetSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | native_texture.cpp | 114 void NativeTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight, in SetSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 415 void XComponentElement::OnXComponentSizeInit(int64_t textureId, int32_t textureWidth, int32_t textu… in OnXComponentSizeInit() 478 void XComponentElement::OnXComponentSizeChange(int64_t textureId, int32_t textureWidth, int32_t tex… in OnXComponentSizeChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.cpp | 150 … [weak = WeakClaim(this)](int64_t textureId, int32_t textureWidth, int32_t textureHeight) { in Prepare() 200 void CameraElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 608 … [weak = WeakClaim(this)](int64_t textureId, int32_t textureWidth, int32_t textureHeight) { in Prepare() 630 void VideoElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 668 void XComponentPattern::InitNativeWindow(float textureWidth, float textureHeight) in InitNativeWindow()
|