Searched defs:textureWidth (Results 1 – 7 of 7) sorted by relevance
| /foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/ |
| D | filter.h | 37 int textureWidth; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
| D | texture.cpp | 115 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize()
|
| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
| D | native_texture.cpp | 114 void NativeTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight, in SetSize()
|
| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
| D | xcomponent_element.cpp | 416 void XComponentElement::OnXComponentSizeInit(int64_t textureId, int32_t textureWidth, int32_t textu… in OnXComponentSizeInit() 479 void XComponentElement::OnXComponentSizeChange(int64_t textureId, int32_t textureWidth, int32_t tex… in OnXComponentSizeChange()
|
| /foundation/arkui/ace_engine/frameworks/core/components/camera/ |
| D | camera_element.cpp | 153 … [weak = WeakClaim(this)](int64_t textureId, int32_t textureWidth, int32_t textureHeight) { in Prepare() 203 void CameraElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| D | xcomponent_pattern.cpp | 339 void XComponentPattern::InitNativeWindow(float textureWidth, float textureHeight) in InitNativeWindow() 366 void XComponentPattern::XComponentSizeChange(float textureWidth, float textureHeight) in XComponentSizeChange()
|
| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| D | video_element.cpp | 611 … [weak = WeakClaim(this)](int64_t textureId, int32_t textureWidth, int32_t textureHeight) { in Prepare() 633 void VideoElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize()
|