Home | History | Annotate | Download | only in include

Lines Matching refs:_display

64         this._display = null;           // Display object
158 this._display = new Display({target: this._target});
207 var rmode = this._display.get_render_mode();
411 if (this._display && this._display.get_context()) {
414 this._display.defaultCursor();
418 this._display.clear();
571 RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
582 this._display.viewportChange(deltaX, deltaY);
591 RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
940 this._display.set_true_color(this._true_color);
942 this._display.resize(this._fb_width, this._fb_height);
958 RFB.messages.fbUpdateRequests(this._display.getCleanDirtyReset(),
1010 this._display.set_colourMap([blue, green, red], first_colour + c);
1012 Util.Debug("colourMap: " + this._display.get_colourMap());
1067 this._sock.send(RFB.messages.fbUpdateRequests(this._display.getCleanDirtyReset(),
1219 if (this._display.get_cursor_uri()) {
1227 RFB.prototype.get_display = function () { return this._display; };
1374 this._display.blitImage(this._FBU.x, cur_y, this._FBU.width,
1393 this._display.renderQ_push({
1414 this._display.fillRect(this._FBU.x, this._FBU.y, this._FBU.width, this._FBU.height, color);
1423 this._display.fillRect(this._FBU.x + x, this._FBU.y + y, width, height, color);
1499 this._display.fillRect(x, y, w, h, rQ, rQi);
1503 this._display.blitImage(x, y, w, h, rQ, rQi);
1515 this._display.startTile(x, y, w, h, this._FBU.background);
1538 this._display.subTile(sx, sy, sw, sh, color);
1541 this._display.finishTile();
1687 this._display.renderQ_push({
1720 this._display.renderQ_push({
1777 this._display.renderQ_push({
1797 this._display.renderQ_push({
1841 this._display.resize(this._fb_width, this._fb_height);
1864 this._display.changeCursor(this._sock.rQshiftBytes(pixelslength),