Home
last modified time | relevance | path

Searched refs:fillRect (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/
DXScroll.js37 X2DFast.gi().fillRect(this.posX_, this.posY_, this.posW_, this.posH_, 0x40808080);
39 …X2DFast.gi().fillRect(this.posX_ + 1, this.posY_ + this.barOff_, this.posW_ - 2, this.posH_ / 3, 0…
42 …X2DFast.gi().fillRect(this.posX_ + this.barOff_, this.posY_ + 1, this.posW_ / 3, this.posH_ - 2, 0…
DXSelect.js50 this.pm2f_.fillRect(x, y, w, h, this.backgroundColor_);
69 this.pm2f_.fillRect(
78 this.pm2f_.fillRect(x, y + h + i * 20, w, 20, this.backgroundColor_ + 0x303030);
DXButton.js42 this.pm2f_.fillRect(
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js287 X2DFast.gi().fillRect(tx, ty, w, h, 0x80000000);
306 X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, 0xff000000);
325 X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, 0xff000000);
328 …X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, XTools.CONFIG.NodeColor[n.t…
391 X2DFast.gi().fillRect(dx - 3, dy - 10, n.nameWidth + 6, 20, 0xffffff00);
395 … X2DFast.gi().fillRect(dx - 3, dy - 10, n.nameWidth + 6, 20, XTools.CONFIG.NodeColor[n.type]);
438 X2DFast.gi().fillRect(x, y, w, h, (XTools.CONFIG.NodeColor[n.type] & 0xffffff) | 0xC0000000);
502 X2DFast.gi().fillRect(x, y, w, h, 0x80000000);
630 X2DFast.px2f.fillRect(x1, y1, lw, y2 - y1 + lw, c);
639 X2DFast.px2f.fillRect(x1, y1, x2 - x1, lw, c);
/arkcompiler/ets_runtime/tools/circuit_viewer/src/
DMainEditor.js89 X2DFast.gi().fillRect(0, Scr.logich - 5, XTools.PROC_TO * Scr.logicw / 100, 5, 0xffff0000);
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DX2DFast.js91 fillRect(x, y, w, h, c = 0xffffffff) { method in X2DFast
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js5125 fillRect(t, e, i, s) {
5127 this._nativeObj.fillRect(t, e, i, s, this._attris);
42533 t.fillRect(0, 0, i, s);
46833 fillRect(t, e, i, s) {
51207 FU.fillRect(0, 0, VU.width, VU.height);
51210 FU.fillRect(0, 0, VU.width, VU.height);
51284 FU.fillRect(lG.x, lG.y, hG, cG);
91199 t.fillRect(s, r + i, 1, 1);