Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_container_pattern_test_ng.cpp218 …ECT_EQ(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT);
226 …ECT_NE(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT);
234 …ECT_EQ(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_property.h36 static constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; variable
108 … std::to_string(propStrokeMiterLimit_.value_or(STROKE_MITERLIMIT_DEFAULT)).c_str(), filter); in ToJsonValue()
H A Dshape_container_pattern.cpp83 paintProperty->UpdateStrokeMiterLimit(ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT); in OnModifyDone()
H A Dshape_pattern.h61 … paintProperty->UpdateStrokeMiterLimit(ShapePaintProperty::STROKE_MITERLIMIT_DEFAULT); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.cpp29 constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; variable
245 double miterLimit = STROKE_MITERLIMIT_DEFAULT; in SetStrokeMiterLimit()
H A Djs_shape_abstract.cpp55 constexpr double STROKE_MITERLIMIT_DEFAULT = 4.0f; variable
155 double miterLimit = STROKE_MITERLIMIT_DEFAULT; in SetStrokeMiterLimit()
/ohos5.0/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; variable
219 double strokeMiterLimit = STROKE_MITERLIMIT_DEFAULT; in SetStrokeMiterLimit()