/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-common-attributes.md | 17 | stroke-linecap | [butt \| round \| square] | butt | 否 | 路径描边时在它们的结尾处使用的形状。<br…
|
H A D | js-components-basic-divider.md | 42 …p | string | butt | 否 | 设置分割线条的端点样式,默认为butt,可选值为:<br/>-&…
|
H A D | js-components-svg-line.md | 44 <!--butt:不在路径两端扩展--> 45 …e x1="10" x2="300" y1="220" y2="220" stroke-width="10" stroke="black" stroke-linecap="butt"></line>
|
H A D | js-components-canvas-canvasrenderingcontext2d.md | 56 …样式,可选值为:<br/>- butt:线端点以方形结束。<br/>- round:线端点以圆形结束。<br/>- square:线端点以方形结束,该样式下会增加一个…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-divider.md | 31 | line-cap | string | butt | 否 | 设置分割线条的端点样式,默认为butt,可选值为:<br/>- "butt":分割线两端为平行线。<br/>- …
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/ |
H A D | ark_web_bridge_helper.cpp | 169 void ArkWebBridgeHelper::InitFuncMemberMaps(ArkWebBridgeType init, ArkWebBridgeType butt, bool isPr… in InitFuncMemberMaps() argument 172 for (int type = static_cast<int>(init); type < static_cast<int>(butt); type++) { in InitFuncMemberMaps() 177 … ARK_WEB_BRIDGE_DV_LOG("init func member maps,bridge type is %{public}d - %{public}d", init, butt); in InitFuncMemberMaps()
|
H A D | ark_web_bridge_helper.h | 69 void InitFuncMemberMaps(ArkWebBridgeType init, ArkWebBridgeType butt, bool isPrintLog = true);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-common-attributes.md | 18 …stroke-linecap | [butt \| round \| square] | butt | No| The shape used at the …
|
H A D | js-components-basic-divider.md | 44 …tring | butt | No | Cap style of the divider. The default value is **butt**. Avail…
|
H A D | js-components-svg-line.md | 45 <!--butt: The stroke for each path does not extend beyond its two endpoints. --> 46 …e x1="10" x2="300" y1="220" y2="220" stroke-width="10" stroke="black" stroke-linecap="butt"></line>
|
H A D | js-components-canvas-canvasrenderingcontext2d.md | 56 …butt**: The endpoints of the line are squared off.<br>- **round**: The endpoints of the line are r…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-divider.md | 31 …ine-cap | string | butt | No| Cap style of the divider. The default value is **"butt"**. Available…
|
/ohos5.0/foundation/multimedia/media_lite/services/ |
H A D | cameradev_imx307.ini | 21 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt 24 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt
|
H A D | cameradev_jxf23.ini | 21 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt 24 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt
|
H A D | cameradev_imx335.ini | 21 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt 24 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt
|
H A D | cameradev_imx335_4M.ini | 21 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt 24 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt
|
H A D | cameradev_imx335_5M.ini | 21 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt 24 …,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss parallel,6:butt
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-canvasrenderingcontext2d.md | 67 this.ctx.lineCap = 'butt'; 98 this.ctx.lineCap = 'butt';
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-canvasrenderingcontext2d.md | 67 this.ctx.lineCap = 'butt'; 98 this.ctx.lineCap = 'butt';
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-canvasrenderingcontext2d.md | 107 …值为:<br/>- 'butt':线端点以方形结束。<br/>- 'round':线端点以圆形结束。<br/>- 'square':线端点以方形结束,该样式下会增加一… 3893 | butt | 线条两端为平行线,不额外扩展。 |
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 43 …值为:<br/>- 'butt':线端点以方形结束。<br/>- 'round':线端点以圆形结束。<br/>- 'square':线端点以方形结束,该样式下会增加一…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-canvasrenderingcontext2d.md | 105 …butt'**: The endpoints of the line are squared off.<br>- **'round'**: The endpoints of the line ar… 3531 | butt | The ends of the line are squared off, and the line does not extend beyond its two endpoi…
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 43 …butt**: The endpoints of the line are squared off.<br>- **round**: The endpoints of the line are r…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 1214 …lare type CanvasLineCap = "butt" \| "round" \| "square";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declar…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 1214 …= "butt" \| "round" \| "square";<br>Old version information: |Class name: sourcefile;<br>Method or…
|