Home
last modified time | relevance | path

Searched refs:ox (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXMat4.js153 ox = 0, argument
159 if (ox == -1) ox = 0;
160 if (ox == -2) ox = realw / 2;
161 if (ox == -3) ox = realw;
165 if (ox != 0 || oy != 0) this.move(-ox, -oy, 0);
171 Make2DTransformMat_(mx, my, sw, sh, ra, ox = 0, oy = 0) { argument
DX2DFast.js74 DrawCircle(ox, oy, rw, rh, c = 0xffffffff, lw = 1) { argument
80 let dx = Math.cos(i) * rw + ox;
120 static testTransform(x, y, sw, sh, ra, ox, oy, realw, realh) { argument
122 if (ox == -1) ox = 0;
123 if (ox == -2) ox = Math.floor(realw / 2);
124 if (ox == -3) ox = realw;
128 if (ox != 0 || oy != 0) X2DFast.tmpMat.move(-ox, -oy, 0);
176 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = 0xffffffff) { argument
189 X2DFast.testTransform(intX, intY, sw, sh, ra, ox, oy, pcut.w, pcut.h);
193 drawText(s, size = 14, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = 0xffffffff) { argument
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2ox(t)}}function Pb(t){for(var r=new e.Map,n=0,i=t.members;n<i.length;n++){var a=i[n];if(164===a.ki… function in uc.Zc.tl.wl.Ll.nd.Vd.Xd.Qd.J.G.o.fe.$.Z.oe.lf.Xb
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js35517 const ox = 0, ax = 1, lx = 2, hx = 3;
35587 constructor(t = ox, e = cx, i = Nx, s = ks.NONE) {
36054 const s = this.getLayoutBlock(ox, ux, Nx, e.stageFlags, r);
36091 const o = this.getLayoutBlock(ox, ux, Nx, ks.VERTEX, r);
36093 const l = this.getLayoutBlock(ox, ux, Lx, ks.VERTEX, r);
36094 const h = this.getLayoutBlock(ox, ux, Nx, ks.VERTEX | ks.COMPUTE, r);