Searched refs:oy (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XMat4.js | 154 oy = 0, argument 162 if (oy == -1) oy = 0; 163 if (oy == -2) oy = realh / 2; 164 if (oy == -3) oy = realh; 165 if (ox != 0 || oy != 0) this.move(-ox, -oy, 0); 171 Make2DTransformMat_(mx, my, sw, sh, ra, ox = 0, oy = 0) { argument
|
D | X2DFast.js | 74 DrawCircle(ox, oy, rw, rh, c = 0xffffffff, lw = 1) { argument 81 let dy = Math.sin(i) * rh + oy; 120 static testTransform(x, y, sw, sh, ra, ox, oy, realw, realh) { argument 125 if (oy === -1) oy = 0; 126 if (oy === -2) oy = Math.floor(realh / 2); 127 if (oy === -3) oy = realh; 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/ |
D | index.js | 2 …oy(i))return Sn(t,e.Diagnostics.Rest_types_may_only_be_created_from_object_types),Pe;for(var a=[],… function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 28899 let oy; 28903 }(oy || (oy = {})); 28930 dy.NodeSpace = oy;
|