Searched refs:GeometryBoxType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.h | 30 enum class GeometryBoxType { enum 51 ClipPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in ClipPath() 56 static GeometryBoxType GetGeometryBoxType(const std::string& value); 60 void SetGeometryBoxType(GeometryBoxType geometryBoxType) in SetGeometryBoxType() 65 GeometryBoxType GetGeometryBoxType() const in GetGeometryBoxType() 83 geometryBoxType_ != GeometryBoxType::NONE; in NeedClip() 95 GeometryBoxType geometryBoxType_ = GeometryBoxType::NONE; 105 MaskPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in MaskPath() 110 void SetGeometryBoxType(GeometryBoxType geometryBoxType) in SetGeometryBoxType() 115 GeometryBoxType GetGeometryBoxType() const in GetGeometryBoxType() [all …]
|
H A D | clip_path.cpp | 84 GeometryBoxType ClipPath::GetGeometryBoxType(const std::string& value) in GetGeometryBoxType() 86 GeometryBoxType geometryBoxType = GeometryBoxType::NONE; in GetGeometryBoxType() 90 geometryBoxType = GeometryBoxType::MARGIN_BOX; in GetGeometryBoxType() 95 geometryBoxType = GeometryBoxType::BORDER_BOX; in GetGeometryBoxType() 100 geometryBoxType = GeometryBoxType::PADDING_BOX; in GetGeometryBoxType() 105 geometryBoxType = GeometryBoxType::CONTENT_BOX; in GetGeometryBoxType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.h | 176 void GetSizeAndPosition(GeometryBoxType geometryBoxType, Size& size, Offset& position); 180 …bool CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, SkPath* s… 189 const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath);
|
H A D | rosen_render_box.cpp | 863 bool RosenRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBox… 908 const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath) 1229 void RosenRenderBox::GetSizeAndPosition(GeometryBoxType geometryBoxType, Size& size, Offset& positi… 1232 case GeometryBoxType::BORDER_BOX: 1236 case GeometryBoxType::MARGIN_BOX: 1240 case GeometryBoxType::PADDING_BOX: 1244 case GeometryBoxType::CONTENT_BOX:
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_model_impl.cpp | 98 clipPath->SetGeometryBoxType(GeometryBoxType::BORDER_BOX); in InitBox()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 533 GeometryBoxType geometryBoxType = ClipPath::GetGeometryBoxType(value); in CreateClipPath() 534 if (geometryBoxType != GeometryBoxType::NONE) { in CreateClipPath()
|