Searched refs:makeCut (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { method in XTexture 246 let cid = this.makeCut(rid, 0, off * 32, w, h);
|
D | X2DFast.js | 37 this.whiteCut = XTexture.gi().makeCut(this.whiteImg, 0, 0, 1, 1);
|