Searched refs:CreateInset (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.h | 181 …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 D | rosen_render_box.cpp | 875 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 D | clip_path.h | 90 static RefPtr<Inset> CreateInset(const std::string& data);
|
H A D | clip_path.cpp | 219 RefPtr<Inset> ClipPath::CreateInset(const std::string& data) in CreateInset() function in OHOS::Ace::ClipPath 318 basicShape = CreateInset(data); in CreateShape()
|