Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h52 : geometryBoxType_(geometryBoxType), basicShape_(basicShape) in ClipPath()
62 geometryBoxType_ = geometryBoxType; in SetGeometryBoxType()
67 return geometryBoxType_; in GetGeometryBoxType()
83 geometryBoxType_ != GeometryBoxType::NONE; in NeedClip()
95 GeometryBoxType geometryBoxType_ = GeometryBoxType::NONE; variable
106 : geometryBoxType_(geometryBoxType), basicShape_(basicShape) in MaskPath()
112 geometryBoxType_ = geometryBoxType; in SetGeometryBoxType()
117 return geometryBoxType_; in GetGeometryBoxType()
131 GeometryBoxType geometryBoxType_ = GeometryBoxType::NONE;