/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 56 void ShapeAbstractModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 65 component->SetStrokeLineCap(LineCapStyle::SQUARE); in SetStrokeLineCap() 67 component->SetStrokeLineCap(LineCapStyle::ROUND); in SetStrokeLineCap() 69 component->SetStrokeLineCap(LineCapStyle::BUTT); in SetStrokeLineCap()
|
H A D | shape_model_impl.cpp | 137 void ShapeModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::Framework::ShapeModelImpl 146 component->SetStrokeLineCap(LineCapStyle::SQUARE); in SetStrokeLineCap() 148 component->SetStrokeLineCap(LineCapStyle::ROUND); in SetStrokeLineCap() 150 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;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 149 void SetStrokeLineCap(ArkUINodeHandle node, int strokeLineCap) in SetStrokeLineCap() function 153 ShapeModelNG::SetStrokeLineCap(frameNode, strokeLineCap); in SetStrokeLineCap() 160 ShapeModelNG::SetStrokeLineCap(frameNode, DEFAULT_STROKE_LINE_CAPS); in ResetStrokeLineCap() 254 …ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoi… in GetCommonShapeModifier() 265 …ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoi… in GetCJUICommonShapeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.cpp | 69 void ShapeModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeModelNG 71 ShapeAbstractModelNG().SetStrokeLineCap(lineCapStyle); in SetStrokeLineCap() 131 void ShapeModelNG::SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeModelNG
|
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_abstract_model.h | 33 virtual void SetStrokeLineCap(int lineCapStyle);
|
H A D | shape_abstract_model_ng.h | 32 void SetStrokeLineCap(int lineCapStyle) override;
|
H A D | shape_model.h | 41 virtual void SetStrokeLineCap(int lineCapStyle);
|
H A D | shape_abstract_model_ng.cpp | 56 void ShapeAbstractModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.cpp | 230 void JSShape::SetStrokeLineCap(int lineCap) in SetStrokeLineCap() function in OHOS::Ace::Framework::JSShape 232 ShapeModel::GetInstance()->SetStrokeLineCap(lineCap); in SetStrokeLineCap() 371 JSClass<JSShape>::StaticMethod("strokeLineCap", &JSShape::SetStrokeLineCap); in JSBind()
|
H A D | js_shape.h | 40 static void SetStrokeLineCap(int lineCap);
|
H A D | js_shape_abstract.cpp | 140 void JSShapeAbstract::SetStrokeLineCap(int lineCap) in SetStrokeLineCap() function in OHOS::Ace::Framework::JSShapeAbstract 142 ShapeAbstractModel::GetInstance()->SetStrokeLineCap(lineCap); in SetStrokeLineCap() 405 … JSClass<JSShapeAbstract>::StaticMethod("strokeLineCap", &JSShapeAbstract::SetStrokeLineCap, opt); in JSBind()
|
H A D | js_shape_abstract.h | 33 static void SetStrokeLineCap(int lineCap);
|
/ohos5.0/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 | 4733 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineCap)); in RegisterCommonShapeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 177 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function
|
H A D | shape_container_component.h | 189 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 137 ShapeModel::GetInstance()->SetStrokeLineCap(static_cast<int32_t>(LINE_CAP_STYLE_LIST[lineCap])); in FfiOHOSAceFrameworkShapeSetStrokeLineCap()
|
/ohos5.0/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);
|