Home
last modified time | relevance | path

Searched refs:y3 (Results 1 - 19 of 19) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_curves.h43 float x3, float y3) in QuadBezierCurveIncr()
46 Init(x1, y1, x2, y2, x3, y3); in QuadBezierCurveIncr()
49 void Init(float x1, float y1, float x2, float y2, float x3, float y3);
93 float x3, float y3) in QuadrBezierCurveDividOp()
96 Init(x1, y1, x2, y2, x3, y3); in QuadrBezierCurveDividOp()
99 void Init(float x1, float y1, float x2, float y2, float x3, float y3);
126 float x3, float y3);
129 float x3, float y3,
146 float x3, float y3, in CubicBezierCurvePoints()
154 cpArray[5] = y3; in CubicBezierCurvePoints()
41 QuadBezierCurveIncr(float x1, float y1, float x2, float y2, float x3, float y3) QuadBezierCurveIncr() argument
91 QuadrBezierCurveDividOp(float x1, float y1, float x2, float y2, float x3, float y3) QuadrBezierCurveDividOp() argument
189 CubicBezierCurveIncrement(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CubicBezierCurveIncrement() argument
247 CatromToBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CatromToBezier() argument
275 UbsplineToBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) UbsplineToBezier() argument
307 HermiteToBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) HermiteToBezier() argument
340 CubicBezierCurveDividOperate(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CubicBezierCurveDividOperate() argument
427 QuadraticBezierCurve(float x1, float y1, float x2, float y2, float x3, float y3) QuadraticBezierCurve() argument
433 Init(float x1, float y1, float x2, float y2, float x3, float y3) Init() argument
526 CubicBezierCurve(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CubicBezierCurve() argument
542 Init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) Init() argument
[all...]
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_curves.cpp36 float x3, float y3) in Init()
41 endCoordinate_.y = y3; in Init()
46 float deltaY2 = y3 - y2; in Init()
63 float tmpY = (y1 - y2 * FLOATNUM + y3) * subdivideStep2; in Init()
146 float x3, float y3) in Init()
151 Bezier(x1, y1, x2, y2, x3, y3); in Init()
209 float x3, float y3, in Recursive()
220 float y23 = (y2 + y3) / FLOATNUM; in Recursive()
224 float deltaY = y3 - y1; in Recursive()
225 float distance = MATH_ABS(((x2 - x3) * deltaY - (y2 - y3) * delta in Recursive()
34 Init(float x1, float y1, float x2, float y2, float x3, float y3) Init() argument
144 Init(float x1, float y1, float x2, float y2, float x3, float y3) Init() argument
207 Recursive(float x1, float y1, float x2, float y2, float x3, float y3, uint32_t level) Recursive() argument
275 Bezier(float x1, float y1, float x2, float y2, float x3, float y3) Bezier() argument
294 Init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) Init() argument
431 Init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) Init() argument
500 Recursive(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, uint32_t level) Recursive() argument
670 Bezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) Bezier() argument
[all...]
/foundation/resourceschedule/ffrt/test/testfunc/
H A Dfunc_pool.cpp57 int x = 1, y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, i = 1; in NestedWhile() local
173 y3 = y4 + 1; in NestedWhile()
174 EXPECT_EQ(y3, 9); in NestedWhile()
176 { &y4 }, { &y3 }, ffrt::task_attr().name(("y3s1w" + to_string(i)) in NestedWhile()
180 {}, { &y3 }, ffrt::task_attr().name(("y3w" + to_string(i)).c_str())); in NestedWhile()
183 y2 = y3 + 1; in NestedWhile()
186 { &y3 }, { &y2 }, ffrt::task_attr().name(("y2s1w" + to_string(i)).c_str())); in NestedWhile()
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp118 double y3 = height - padding; in CalculateTrianglePoints() local
121 data_.SetPointThree(x3, y3); in CalculateTrianglePoints()
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp87 float y3 = height_ / blockSize * x2Offset; in ConstructPath() local
112 OH_Drawing_PathLineTo(cPath_, x3, y3); in ConstructPath()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp88 float y3 = GetData<float>(); in RSPropertiesFuzzTestInner01() local
89 Vector2f position(x3, y3); in RSPropertiesFuzzTestInner01()
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js439 const y3 = this.getUIContext();
440 const z3 = y3.getFrameNodeById('$$FoldSplitContainer$Stack$$');
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp172 float y3 = ey + (x3 - ex) * plot; in DrawWuLine() local
180 int16_t y3Int = MATH_ROUND(y3); in DrawWuLine()
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js520 this.y3 = new ObservedPropertyObjectPU(
711 this.y3.purgeDependencyOnElmtId(rmElmtId);
748 this.y3.aboutToBeDeleted();
937 return this.y3.get();
940 this.y3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js793 let y3 = new ImageMenuItem(this, { item: u3, index: this.index * 1000 +
795 ViewPU.create(y3);
804 y3.paramsGenerator_ = z3;
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js439 loadUrl(t3, y3) {
441 if (y3) {
442 this.webViewController?.loadUrl(t3, y3);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js439 loadUrl(t3, y3) {
441 if (y3) {
442 this.webViewController?.loadUrl(t3, y3);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js816 set isOnFocus(y3) {
817 this.__isOnFocus.set(y3);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js689 let y3 = t.readInt();
693 let b4 = await this.shareCenter.share(y3, n1, z3, a4);
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1670 const n17 = (x3, y3) => {
1676 curve: this.clickRemoveBtn ? DRAG_SPRING : y3 === this.unSelectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRING
1679 GridItem.translate(this.getAddAreaItemTranslate(y3));
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1667 v1.forEach((y3) => {
1668 let i4 = y3.measure(z2);
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js748 this.observeComponentCreation2((x3, y3) => {
749 if (y3) {
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1707 this.observeComponentCreation2((y3, z3) => {
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js181 y3(nodeParam) {
301 this.s4 = c3.getInstance().y3(nodeParam);

Completed in 24 milliseconds