Home
last modified time | relevance | path

Searched refs:beginPath (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIBeginPath/
H A Dindex.js22 ctx.beginPath();
30 ctx.beginPath();
39 ctx.beginPath();
47 ctx.beginPath();
55 ctx.beginPath();
65 ctx.beginPath();
74 ctx.beginPath();
83 ctx.beginPath();
91 ctx.beginPath();
100 ctx.beginPath();
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIPerformance/
H A Dindex.js38 ctx.beginPath();
50 ctx.beginPath();
58 ctx.beginPath();
69 ctx.beginPath();
77 ctx.beginPath();
94 ctx.beginPath();
108 ctx.beginPath();
122 ctx.beginPath();
140 ctx.beginPath();
152 ctx.beginPath();
[all …]
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-canvasrenderingcontext2d.md65 this.ctx.beginPath();
71 this.ctx.beginPath();
78 this.ctx.beginPath();
85 this.ctx.beginPath();
97 this.ctx.beginPath();
103 this.ctx.beginPath();
109 this.ctx.beginPath();
117 this.ctx.beginPath();
123 this.ctx.beginPath();
128 this.ctx.beginPath();
[all …]
H A Darkts-drawing-customization-on-canvas.md127 this.context.beginPath();
167 this.context.beginPath();
171 this.context.beginPath();
175 this.context.beginPath();
H A Dui-js-animate-frame.md56 ctx.beginPath();
153 ctx.beginPath();
H A Dui-js-components-path2d.md174 this.ctx.beginPath();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-canvas-canvasrenderingcontext2d.md22 ctx.beginPath();
181 ### beginPath()<sup>5+</sup>
191 ctx.beginPath();
216 ctx.beginPath();
239 ctx.beginPath();
256 ctx.beginPath();
339 ctx.beginPath();
/ohos5.0/docs/zh-cn/application-dev/form/
H A Darkts-ui-widget-page-custom-drawing.md30 this.context.beginPath();
43 this.context.beginPath();
53 this.context.beginPath();
62 this.context.beginPath();
75 this.context.beginPath();
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-canvasrenderingcontext2d.md65 this.ctx.beginPath();
71 this.ctx.beginPath();
78 this.ctx.beginPath();
85 this.ctx.beginPath();
97 this.ctx.beginPath();
103 this.ctx.beginPath();
109 this.ctx.beginPath();
117 this.ctx.beginPath();
123 this.ctx.beginPath();
128 this.ctx.beginPath();
[all …]
H A Dui-js-animate-frame.md57 ctx.beginPath();
154 ctx.beginPath();
H A Darkts-drawing-customization-on-canvas.md127 this.context.beginPath();
167 this.context.beginPath();
171 this.context.beginPath();
175 this.context.beginPath();
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-page-custom-drawing.md30 this.context.beginPath();
43 this.context.beginPath();
53 this.context.beginPath();
62 this.context.beginPath();
75 this.context.beginPath();
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dtime-styles-shift.md78 this.ctx.beginPath(); //创建一个新的绘制路径
96 this.ctx.beginPath(); //创建一个新的绘制路径
114 this.ctx.beginPath(); //创建一个新的绘制路径
221 this.ctx.beginPath(); //创建一个新的绘制路径
239 this.ctx.beginPath(); //创建一个新的绘制路径
252 this.ctx.beginPath(); //创建一个新的绘制路径
265 this.ctx.beginPath(); //创建一个新的绘制路径
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-canvas-canvasrenderingcontext2d.md22 ctx.beginPath();
181 ### beginPath()<sup>5+</sup>
191 ctx.beginPath();
216 ctx.beginPath();
239 ctx.beginPath();
256 ctx.beginPath();
339 ctx.beginPath();
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c57 const char *beginPath = GetStorageDirPathCe(); in GetTokensFilePathCe() local
58 if (beginPath == NULL) { in GetTokensFilePathCe()
63 beginPath, osAccountId) <= 0) { in GetTokensFilePathCe()
72 const char *beginPath = GetAccountStoragePath(); in GetTokensFilePathDe() local
73 if (beginPath == NULL) { in GetTokensFilePathDe()
79 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_sym.dat", beginPath); in GetTokensFilePathDe()
81 …writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_sym%d.dat", beginPath, osAccou… in GetTokensFilePathDe()
H A Dasy_token_manager.c96 const char *beginPath = GetStorageDirPathCe(); in GetTokenPathCe() local
97 if (beginPath == NULL) { in GetTokenPathCe()
102 beginPath, osAccountId) <= 0) { in GetTokenPathCe()
111 const char *beginPath = GetAccountStoragePath(); in GetTokenPathDe() local
112 if (beginPath == NULL) { in GetTokenPathDe()
118 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_asy.dat", beginPath); in GetTokenPathDe()
120 …writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_asy%d.dat", beginPath, osAccou… in GetTokenPathDe()
/ohos5.0/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c185 const char *beginPath = GetStorageDirPathCe(); in GetPseudonymPathCe() local
186 if (beginPath == NULL) { in GetPseudonymPathCe()
190 …if (sprintf_s(path, pathBufferLen, "%s/%d/deviceauth/pseudonym/pseudonym_data.dat", beginPath, osA… in GetPseudonymPathCe()
199 const char *beginPath = GetPseudonymStoragePath(); in GetPseudonymPathDe() local
200 if (beginPath == NULL) { in GetPseudonymPathDe()
206 writeByteNum = sprintf_s(path, pathBufferLen, "%s/pseudonym_data.dat", beginPath); in GetPseudonymPathDe()
208 … writeByteNum = sprintf_s(path, pathBufferLen, "%s/pseudonym_data%d.dat", beginPath, osAccountId); in GetPseudonymPathDe()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-canvas-canvasrenderingcontext2d.md26 ctx.beginPath();
33 ctx.beginPath();
162 ctx.beginPath();
188 ctx.beginPath();
827 ### beginPath subsection
828 beginPath(): void
885 ctx.beginPath();
922 ctx.beginPath();
952 ctx.beginPath();
1039 ctx.beginPath();
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/indexAPIDraw/
H A Dindex.js38 ctx.beginPath();
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/
H A Denrolling.ets123 this.context.beginPath()
130 this.context.beginPath()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-canvas-canvasrenderingcontext2d.md26 ctx.beginPath();
33 ctx.beginPath();
162 ctx.beginPath();
188 ctx.beginPath();
827 ### beginPath subsection
828 beginPath(): void
885 ctx.beginPath();
922 ctx.beginPath();
952 ctx.beginPath();
1039 ctx.beginPath();
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-canvasrenderingcontext2d.md243 this.context.beginPath()
276 this.context.beginPath()
1369 ### beginPath subsection
1371 beginPath(): void
1398 this.context.beginPath()
1451 this.context.beginPath()
1502 this.context.beginPath()
1662 this.context.beginPath()
1715 this.context.beginPath()
1770 this.context.beginPath()
[all …]
H A Dts-offscreencanvasrenderingcontext2d.md251 offContext.beginPath()
288 offContext.beginPath()
1376 ### beginPath subsection
1378 beginPath(): void
1407 offContext.beginPath()
1464 offContext.beginPath()
1519 offContext.beginPath()
1689 offContext.beginPath()
1746 offContext.beginPath()
1805 offContext.beginPath()
[all …]
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c188 const char *beginPath = GetStorageDirPathCe(); in GetOsAccountInfoPathCe() local
189 if (beginPath == NULL) { in GetOsAccountInfoPathCe()
193 …if (sprintf_s(infoPath, pathBufferLen, "%s/%d/deviceauth/hcgroup.dat", beginPath, osAccountId) <= … in GetOsAccountInfoPathCe()
202 const char *beginPath = GetStorageDirPath(); in GetOsAccountInfoPathDe() local
203 if (beginPath == NULL) { in GetOsAccountInfoPathDe()
209 writeByteNum = sprintf_s(infoPath, pathBufferLen, "%s/hcgroup.dat", beginPath); in GetOsAccountInfoPathDe()
211 … writeByteNum = sprintf_s(infoPath, pathBufferLen, "%s/hcgroup%d.dat", beginPath, osAccountId); in GetOsAccountInfoPathDe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp1062 RSPath beginPath; in PaintBeginHalf() local
1071 beginPath.MoveTo(centerPt.GetX() + radius - halfThickness, centerPt.GetY()); in PaintBeginHalf()
1072 beginPath.ArcTo(centerPt.GetX() + radius - halfThickness, centerPt.GetY() - halfThickness, in PaintBeginHalf()
1074beginPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintBeginHalf()
1076 beginPath.LineTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY()); in PaintBeginHalf()
1077beginPath.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintBeginHalf()
1079 beginPath.Close(); in PaintBeginHalf()
1084 canvas.DrawPath(beginPath); in PaintBeginHalf()

12