Home | History | Annotate | Download | only in include

Lines Matching defs:Display

12 var Display;
17 Display = function (defaults) {
45 Util.Debug(">> Display.constructor");
90 Display.changeCursor(this._target, curDat, curDat, 2, 2, 8, 8);
108 Util.Debug("<< Display.constructor");
111 Display.prototype = {
119 Util.Debug("Setting viewport to full display region");
463 Display
465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap);
622 Util.make_properties(Display, [
625 ['logo', 'rw', 'raw'], // Logo to display when cleared: {"width": w, "height": h, "data": data}
628 ['scale', 'rw', 'float'], // Display area scale factor 0.0 - 1.0
630 ['width', 'rw', 'int'], // Display area width
631 ['height', 'rw', 'int'], // Display area height
640 Display.changeCursor = function (target, pixels, mask, hotx, hoty, w0, h0, cmap) {