Home
last modified time | relevance | path

Searched defs:textureWidth (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
Dfilter.h37 int textureWidth; member
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
Dtexture.cpp115 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
Dnative_texture.cpp114 void NativeTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight, in SetSize()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Dxcomponent_element.cpp416 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/
Dcamera_element.cpp153 … [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/
Dxcomponent_pattern.cpp339 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/
Dvideo_element.cpp611 … [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()