Lines Matching refs:_target
47 if (!this._target) {
51 if (typeof this._target === 'string') {
55 if (!this._target.getContext) {
60 this._drawCtx = this._target.getContext('2d');
89 var curSave = this._target.style.cursor;
90 Display.changeCursor(this._target, curDat, curDat, 2, 2, 8, 8);
91 if (this._target.style.cursor) {
102 this._target.style.cursor = curSave;
116 var canvas = this._target;
339 this._drawCtx.drawImage(this._target, x1, y1, w, h, x2, y2, w, h);
463 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h);
465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap);
470 this._target.style.cursor = "default";
498 var canvas = this._target;