Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h59 BasicShapeType GetBasicShapeType() const in GetBasicShapeType() function
136 return (basicShapeType_ == other.GetBasicShapeType() && width_ == other.GetWidth() &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h82 return (basicShape_ && basicShape_->GetBasicShapeType() != BasicShapeType::NONE) || in NeedClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp571 switch (shape_->GetBasicShapeType()) { in DrawBlockShape()
803 if (shape->GetBasicShapeType() == BasicShapeType::CIRCLE) { in SetBlockShape()
811 } else if (shape->GetBasicShapeType() == BasicShapeType::ELLIPSE) { in SetBlockShape()
821 } else if (shape->GetBasicShapeType() == BasicShapeType::RECT) { in SetBlockShape()
H A Dslider_pattern.cpp1194 if (shape.has_value() && shape.value()->GetBasicShapeType() == BasicShapeType::CIRCLE) { in GetOutsetInnerFocusPaintRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp284 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue()
296 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp868 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) {
873 switch (basicShape->GetBasicShapeType()) {
913 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) {
919 switch (basicShape->GetBasicShapeType()) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp728 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) { in DrawingCreatePath()
735 switch (basicShape->GetBasicShapeType()) { in DrawingCreatePath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp753 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) { in SkiaCreateSkPath()
760 switch (basicShape->GetBasicShapeType()) { in SkiaCreateSkPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp966 int32_t shapeType = static_cast<int32_t>(clipPath->GetBasicShape()->GetBasicShapeType()); in GetClip()
1268 int32_t shapeType = static_cast<int32_t>(shape->GetBasicShapeType()); in GetMask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp618 auto shapeType = basicShape->GetBasicShapeType(); in GetSliderBlockShape()
H A Dnode_common_modifier.cpp5144 options->type = static_cast<ArkUI_Int32>(basicShape->GetBasicShapeType()); in GetClipShape()
5145 switch (basicShape->GetBasicShapeType()) { in GetClipShape()
5292 options->type = static_cast<ArkUI_Int32>(basicShape->GetBasicShapeType()); in GetMask()
5298 if (basicShape->GetBasicShapeType() == BasicShapeType::PATH) { in GetMask()
5301 } else if (basicShape->GetBasicShapeType() == BasicShapeType::RECT) { in GetMask()