Home
last modified time | relevance | path

Searched refs:NativeEllipse (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.h54 class ACE_EXPORT NativeEllipse : public NativeShapeAbstract { class
56 NativeEllipse(const Dimension& width, const Dimension& height);
57 ~NativeEllipse() override;
H A Dshape_abstract.cpp86 NativeEllipse::NativeEllipse(const Dimension& width, const Dimension& height) : NativeShapeAbstract() in NativeEllipse() function in OHOS::Ace::Framework::NativeEllipse
92 LOGI("NativeEllipse constructed: %{public}" PRId64, GetID()); in NativeEllipse()
95 NativeEllipse::~NativeEllipse() in ~NativeEllipse()
97 LOGI("NativeEllipse Destroyed: %{public}" PRId64, GetID()); in ~NativeEllipse()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_ellipse_ffi.cpp38 auto ret_ = OHOS::FFI::FFIData::Create<OHOS::Ace::Framework::NativeEllipse>(dWidth, dHeight); in FfiOHOSAceFrameworkEllipseInsCreate()

Completed in 1 milliseconds