Home
last modified time | relevance | path

Searched refs:makeCut (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js128 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);
DX2DFast.js37 this.whiteCut = XTexture.gi().makeCut(this.whiteImg, 0, 0, 1, 1);