Home
last modified time | relevance | path

Searched refs:NativeTexture (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dnative_texture.cpp28 NativeTexture::~NativeTexture() in ~NativeTexture()
56 void NativeTexture::Create(const std::function<void(int64_t)>& onCreate, const std::string& idStr) in Create()
74 void NativeTexture::CreateTexture(const std::function<void(int64_t)>& onCreate, const std::string& … in CreateTexture()
107 void NativeTexture::OnRefresh(const std::string& param) in OnRefresh()
114 void NativeTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight, in SetSize()
H A Dnative_texture.h23 class ACE_EXPORT NativeTexture : public XComponentResource {
24 DECLARE_ACE_TYPE(NativeTexture, XComponentResource);
28 NativeTexture(const WeakPtr<PipelineContext>& context, ErrorCallback&& onError) in NativeTexture() function
30 ~NativeTexture() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h203 RefPtr<NativeTexture> GetTexture() const in GetTexture()
208 void SetTexture(RefPtr<NativeTexture> texture) in SetTexture()
267 RefPtr<NativeTexture> texture_;
H A Dxcomponent_element.h94 RefPtr<NativeTexture> texture_;
H A Dxcomponent_element.cpp215 texture_ = AceType::MakeRefPtr<NativeTexture>(context_, errorCallback); in CreatePlatformResource()