Home
last modified time | relevance | path

Searched refs:SetStrokeLineCap (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp55 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 Dshape_model_impl.cpp135 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 Dshape_abstract_model_impl.h28 void SetStrokeLineCap(int lineCapStyle) override;
H A Dshape_model_impl.h33 void SetStrokeLineCap(int lineCapStyle) override;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp145 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 Dshape_model_ng.h36 void SetStrokeLineCap(int lineCapStyle) override;
55 static void SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle);
H A Dshape_model_ng.cpp67 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 Dshape_abstract_model.h33 virtual void SetStrokeLineCap(int lineCapStyle);
H A Dshape_model.h41 virtual void SetStrokeLineCap(int lineCapStyle);
H A Dshape_abstract_model_ng.h32 void SetStrokeLineCap(int lineCapStyle) override;
H A Dshape_abstract_model_ng.cpp52 void ShapeAbstractModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::NG::ShapeAbstractModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.h40 static void SetStrokeLineCap(int lineCap);
H A Djs_shape_abstract.h33 static void SetStrokeLineCap(int lineCap);
H A Djs_shape_abstract.cpp133 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 Djs_shape.cpp223 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 Darkts_native_common_shape_bridge.h33 static ArkUINativeModuleValue SetStrokeLineCap(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp160 ArkUINativeModuleValue CommonShapeBridge::SetStrokeLineCap(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeLineCap() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4750 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineCap)); in RegisterCommonShapeAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h177 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::ShapeComponent
H A Dshape_container_component.h189 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function in OHOS::Ace::ShapeContainerComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp136 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 Dbase_shape_pattern_test_ng.cpp217 shapeAbstactModel.SetStrokeLineCap(LINE_CAP); in CheckStrokeLineCap()
H A Dshape_pattern_test_ng.cpp193 shapeModel2.SetStrokeLineCap(LINE_CAP); in HWTEST_F()

Completed in 21 milliseconds