/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 55 void ShapeAbstractModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 64 component->SetStrokeLineCap(LineCapStyle::SQUARE); in SetStrokeLineCap() 66 component->SetStrokeLineCap(LineCapStyle::ROUND); in SetStrokeLineCap() 68 component->SetStrokeLineCap(LineCapStyle::BUTT); in SetStrokeLineCap()
|
H A D | shape_model_impl.cpp | 135 void ShapeModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::Framework::ShapeModelImpl 144 component->SetStrokeLineCap(LineCapStyle::SQUARE); in SetStrokeLineCap() 146 component->SetStrokeLineCap(LineCapStyle::ROUND); in SetStrokeLineCap() 148 component->SetStrokeLineCap(LineCapStyle::BUTT); in SetStrokeLineCap()
|
H A D | shape_abstract_model_impl.h | 28 void SetStrokeLineCap(int lineCapStyle) override;
|
H A D | shape_model_impl.h | 33 void SetStrokeLineCap(int lineCapStyle) override;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 145 void SetStrokeLineCap(ArkUINodeHandle node, int strokeLineCap) in SetStrokeLineCap() function 149 ShapeModelNG::SetStrokeLineCap(frameNode, strokeLineCap); in SetStrokeLineCap() 156 ShapeModelNG::SetStrokeLineCap(frameNode, DEFAULT_STROKE_LINE_CAPS); in ResetStrokeLineCap() 250 ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoin, in GetCommonShapeModifier() 261 ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoin, in GetCJUICommonShapeModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.h | 36 void SetStrokeLineCap(int lineCapStyle) override; 55 static void SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle);
|
H A D | shape_model_ng.cpp | 67 void ShapeModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeModelNG 69 ShapeAbstractModelNG().SetStrokeLineCap(lineCapStyle); in SetStrokeLineCap() 129 void ShapeModelNG::SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeModelNG
|
H A D | shape_abstract_model.h | 33 virtual void SetStrokeLineCap(int lineCapStyle);
|
H A D | shape_model.h | 41 virtual void SetStrokeLineCap(int lineCapStyle);
|
H A D | shape_abstract_model_ng.h | 32 void SetStrokeLineCap(int lineCapStyle) override;
|
H A D | shape_abstract_model_ng.cpp | 52 void ShapeAbstractModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.h | 40 static void SetStrokeLineCap(int lineCap);
|
H A D | js_shape_abstract.h | 33 static void SetStrokeLineCap(int lineCap);
|
H A D | js_shape_abstract.cpp | 133 void JSShapeAbstract::SetStrokeLineCap(int lineCap) in SetStrokeLineCap() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract 135 ShapeAbstractModel::GetInstance()->SetStrokeLineCap(lineCap); in SetStrokeLineCap() 398 JSClass<JSShapeAbstract>::StaticMethod("strokeLineCap", &JSShapeAbstract::SetStrokeLineCap, opt); in JSBind()
|
H A D | js_shape.cpp | 223 void JSShape::SetStrokeLineCap(int lineCap) in SetStrokeLineCap() function in OHOS::OHOS::Ace::Framework::JSShape 225 ShapeModel::GetInstance()->SetStrokeLineCap(lineCap); in SetStrokeLineCap() 364 JSClass<JSShape>::StaticMethod("strokeLineCap", &JSShape::SetStrokeLineCap); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.h | 33 static ArkUINativeModuleValue SetStrokeLineCap(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 160 ArkUINativeModuleValue CommonShapeBridge::SetStrokeLineCap(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeLineCap() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4750 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineCap)); in RegisterCommonShapeAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 177 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::ShapeComponent
|
H A D | shape_container_component.h | 189 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::ShapeContainerComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 136 ShapeModel::GetInstance()->SetStrokeLineCap(static_cast<int32_t>(LINE_CAP_STYLE_LIST[lineCap])); in FfiOHOSAceFrameworkShapeSetStrokeLineCap()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 217 shapeAbstactModel.SetStrokeLineCap(LINE_CAP); in CheckStrokeLineCap()
|
H A D | shape_pattern_test_ng.cpp | 193 shapeModel2.SetStrokeLineCap(LINE_CAP); in HWTEST_F()
|