Home
last modified time | relevance | path

Searched refs:STROKE_MITERLIMIT_DEFAULT (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_container_pattern_test_ng.cpp218 EXPECT_EQ(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT); in HWTEST_F()
226 EXPECT_NE(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT); in HWTEST_F()
234 EXPECT_EQ(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_property.h36 static constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; member in OHOS::Ace::NG::ShapePaintProperty
108 std::to_string(propStrokeMiterLimit_.value_or(STROKE_MITERLIMIT_DEFAULT)).c_str(), filter);
H A Dshape_container_pattern.cpp78 paintProperty->UpdateStrokeMiterLimit(ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT); in OnModifyDone()
H A Dshape_pattern.h61 paintProperty->UpdateStrokeMiterLimit(ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp48 constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; member
148 double miterLimit = STROKE_MITERLIMIT_DEFAULT; in SetStrokeMiterLimit()
H A Djs_shape.cpp29 constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; member
238 double miterLimit = STROKE_MITERLIMIT_DEFAULT; in SetStrokeMiterLimit()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_shape_bridge.cpp21 constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; member
219 double strokeMiterLimit = STROKE_MITERLIMIT_DEFAULT; in SetStrokeMiterLimit()

Completed in 4 milliseconds