Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_modifier_test_ng.cpp297 basicShape->SetBasicShapeType(BasicShapeType::CIRCLE);
350 basicShape->SetBasicShapeType(BasicShapeType::CIRCLE);
406 basicShape->SetBasicShapeType(BasicShapeType::CIRCLE);
463 basicShape->SetBasicShapeType(BasicShapeType::CIRCLE);
515 basicShape->SetBasicShapeType(BasicShapeType::ELLIPSE);
569 basicShape->SetBasicShapeType(BasicShapeType::PATH);
623 basicShape->SetBasicShapeType(BasicShapeType::RECT);
1275 basicShape->SetBasicShapeType(BasicShapeType::CIRCLE);
1330 basicShape->SetBasicShapeType(BasicShapeType::ELLIPSE);
1384 basicShape->SetBasicShapeType(BasicShapeType::PATH);
[all …]
H A Dslider_pattern_test_ng.cpp361 basicShape->SetBasicShapeType(BasicShapeType::CIRCLE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h54 void SetBasicShapeType(BasicShapeType basicShapeType) in SetBasicShapeType() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp669 … basicShape->SetBasicShapeType(static_cast<BasicShapeType>(7)); // 7 is not a valid BasicShapeType.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp812 path->SetBasicShapeType(BasicShapeType::PATH); in ClipBubbleWithPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp1890 path->SetBasicShapeType(BasicShapeType::PATH); in GetSheetTypeWithAuto()