Searched refs:geometryBoxType (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.h | 51 ClipPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in ClipPath() argument 52 : geometryBoxType_(geometryBoxType), basicShape_(basicShape) in ClipPath() 60 void SetGeometryBoxType(GeometryBoxType geometryBoxType) in SetGeometryBoxType() argument 62 geometryBoxType_ = geometryBoxType; in SetGeometryBoxType() 105 MaskPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in MaskPath() argument 106 : geometryBoxType_(geometryBoxType), basicShape_(basicShape) in MaskPath() 110 void SetGeometryBoxType(GeometryBoxType geometryBoxType) in SetGeometryBoxType() argument 112 geometryBoxType_ = geometryBoxType; in SetGeometryBoxType()
|
H A D | clip_path.cpp | 86 GeometryBoxType geometryBoxType = GeometryBoxType::NONE; in GetGeometryBoxType() local 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() 107 return geometryBoxType; in GetGeometryBoxType()
|
/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* skPath); 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 geometryBoxType, SkPath* skPath) argument 867 GetSizeAndPosition(geometryBoxType, size, position); 908 const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath) 912 GetSizeAndPosition(geometryBoxType, size, position); 1229 void RosenRenderBox::GetSizeAndPosition(GeometryBoxType geometryBoxType, Size& size, Offset& position) argument 1231 switch (geometryBoxType) { 907 CreatePath( const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath) global() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 533 GeometryBoxType geometryBoxType = ClipPath::GetGeometryBoxType(value); in CreateClipPath() local 534 if (geometryBoxType != GeometryBoxType::NONE) { in CreateClipPath() 540 clipPath->SetGeometryBoxType(geometryBoxType); in CreateClipPath()
|
Completed in 7 milliseconds