Searched refs:GetBasicShapeType (Results 1 – 11 of 11) sorted by relevance
59 BasicShapeType GetBasicShapeType() const in GetBasicShapeType() function136 return (basicShapeType_ == other.GetBasicShapeType() && width_ == other.GetWidth() &&
82 return (basicShape_ && basicShape_->GetBasicShapeType() != BasicShapeType::NONE) || in NeedClip()
571 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()
1194 if (shape.has_value() && shape.value()->GetBasicShapeType() == BasicShapeType::CIRCLE) { in GetOutsetInnerFocusPaintRect()
284 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue()296 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue()
868 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) {873 switch (basicShape->GetBasicShapeType()) {913 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) {919 switch (basicShape->GetBasicShapeType()) {
728 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) { in DrawingCreatePath()735 switch (basicShape->GetBasicShapeType()) { in DrawingCreatePath()
753 if (basicShape == nullptr || basicShape->GetBasicShapeType() == BasicShapeType::NONE) { in SkiaCreateSkPath()760 switch (basicShape->GetBasicShapeType()) { in SkiaCreateSkPath()
966 int32_t shapeType = static_cast<int32_t>(clipPath->GetBasicShape()->GetBasicShapeType()); in GetClip()1268 int32_t shapeType = static_cast<int32_t>(shape->GetBasicShapeType()); in GetMask()
618 auto shapeType = basicShape->GetBasicShapeType(); in GetSliderBlockShape()
5144 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()