Home
last modified time | relevance | path

Searched refs:CreateInset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h181 …bool CreateInset(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, S…
190 bool CreateInset(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position,
H A Drosen_render_box.cpp875 ret = CreateInset(basicShape, size, position, skPath);
921 ret = CreateInset(basicShape, size, position, drawingPath);
955 bool RosenRenderBox::CreateInset( function in OHOS::Ace::RosenRenderBox
958 bool RosenRenderBox::CreateInset(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h90 static RefPtr<Inset> CreateInset(const std::string& data);
H A Dclip_path.cpp219 RefPtr<Inset> ClipPath::CreateInset(const std::string& data) in CreateInset() function in OHOS::Ace::ClipPath
318 basicShape = CreateInset(data); in CreateShape()