Home
last modified time | relevance | path

Searched defs:lineCap (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_modifier.cpp46 LineCap lineCap = LineCap(lineCap_->Get()); in onDraw() local
H A Ddivider_modifier.h50 void SetLineCap(LineCap lineCap) in SetLineCap()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-divider.md81 ### lineCap subsection
H A Dts-offscreencanvasrenderingcontext2d.md231 ### lineCap subsection
H A Dts-canvasrenderingcontext2d.md225 ### lineCap subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-divider.md81 ### lineCap subsection
H A Dts-offscreencanvasrenderingcontext2d.md231 ### lineCap subsection
H A Dts-canvasrenderingcontext2d.md222 ### lineCap subsection
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_drawing_convertor.cpp34 RSPen::CapStyle ToRSCapStyle(const LineCap& lineCap) in ToRSCapStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_component.h71 void SetLineCap(LineCap lineCap) in SetLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp39 int lineCap = shapePaintProperty.GetStrokeLineCapValue(); in SetPen() local
H A Ddivider_painter.h30 std::optional<LineCap> lineCap) in DividerPainter()
H A Ddrawing_prop_convertor.cpp48 RSPen::CapStyle ToRSCapStyle(const LineCap& lineCap) in ToRSCapStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp89 int lineCap = shapePaintProperty.GetStrokeLineCapValue(); in SetPen() local
162 int lineCap = shapePaintProperty.GetStrokeLineCapValue(); in SetPen() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_property.h103 …std::array<std::string, 3> lineCap = { "LineCapStyle.Butt", "LineCapStyle.Round", "LineCapStyle.Sq… in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp63 void JSDivider::SetLineCap(int lineCap) in SetLineCap()
H A Djs_shape.cpp230 void JSShape::SetStrokeLineCap(int lineCap) in SetStrokeLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Ddivider_composed_element.cpp80 auto lineCap = renderDivider ? renderDivider->GetLineCap() : LineCap::BUTT; in GetDividerLineCap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp60 int lineCap = shapePaintProperty.GetStrokeLineCapValue(); in SetPen() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddivider_modifier.cpp46 void SetDividerLineCap(ArkUINodeHandle node, int32_t lineCap) in SetDividerLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_divider_bridge.cpp59 int32_t lineCap = lineCapArg->Int32Value(vm); in SetLineCap() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-canvas-canvasrenderingcontext2d.md146 ### lineCap subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-canvas-canvasrenderingcontext2d.md146 ### lineCap subsection
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp136 void Paint::SetLineCap(LineCap lineCap) in SetLineCap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/divider/old_cases/
H A Ddivider_test_ng.cpp40 std::optional<Ace::LineCap> lineCap = std::nullopt; member

12