D | X2DFast.js | 120 static testTransform(x, y, sw, sh, ra, ox, oy, realw, realh) { argument 129 if (sw !== 1 || sh !== 1) X2DFast.tmpMat.scale(sw, sh, 1); 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 196 if (cid >= 0) this.drawCut(cid, x, y, sw, sh, ra, ox, oy, c);
|