Home
last modified time | relevance | path

Searched refs:InitBox (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.h52 static void InitBox(const JSCallbackInfo& info);
H A Djs_shape.cpp54 InitBox(info); in Create()
57 void JSShape::InitBox(const JSCallbackInfo& info) in InitBox() function in OHOS::OHOS::Ace::Framework::JSShape
65 ShapeModel::GetInstance()->InitBox(pixMap); in InitBox()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_model_impl.h29 void InitBox(RefPtr<PixelMap>& pixMap) override;
H A Dshape_model_impl.cpp91 void ShapeModelImpl::InitBox(RefPtr<PixelMap>& pixMap) in InitBox() function in OHOS::Ace::Framework::ShapeModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model.h37 virtual void InitBox(RefPtr<PixelMap>& pixMap);
H A Dshape_model_ng.h32 void InitBox(RefPtr<PixelMap>& pixMap) override {}
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp44 ShapeModel::GetInstance()->InitBox(pixMapOhos); in FfiOHOSAceFrameworkShapeCreate()
74 ShapeModel::GetInstance()->InitBox(pixMapOhos); in FfiOHOSAceFrameworkShapeCreateWithPixelMap()

Completed in 3 milliseconds