Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp56 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 Dshape_model_impl.cpp137 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 Dshape_abstract_model_impl.h28 void SetStrokeLineCap(int lineCapStyle) override;
H A Dshape_model_impl.h33 void SetStrokeLineCap(int lineCapStyle) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp149 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 Dshape_model_ng.cpp69 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 Dshape_model_ng.h36 void SetStrokeLineCap(int lineCapStyle) override;
55 static void SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle);
H A Dshape_abstract_model.h33 virtual void SetStrokeLineCap(int lineCapStyle);
H A Dshape_abstract_model_ng.h32 void SetStrokeLineCap(int lineCapStyle) override;
H A Dshape_model.h41 virtual void SetStrokeLineCap(int lineCapStyle);
H A Dshape_abstract_model_ng.cpp56 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 Djs_shape.cpp230 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 Djs_shape.h40 static void SetStrokeLineCap(int lineCap);
H A Djs_shape_abstract.cpp140 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 Djs_shape_abstract.h33 static void SetStrokeLineCap(int lineCap);
/ohos5.0/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.cpp4733 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineCap)); in RegisterCommonShapeAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h177 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function
H A Dshape_container_component.h189 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp137 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 Dbase_shape_pattern_test_ng.cpp217 shapeAbstactModel.SetStrokeLineCap(LINE_CAP); in CheckStrokeLineCap()
H A Dshape_pattern_test_ng.cpp193 shapeModel2.SetStrokeLineCap(LINE_CAP);