Lines Matching refs:_encodings
39 this._encodings = [ property in anonymousFunction98128d1f0100.RFB
151 for (var i = 0; i < this._encodings.length; i++) {
152 this._encHandlers[this._encodings[i][1]] = this._encHandlers[this._encodings[i][0]];
153 this._encNames[this._encodings[i][1]] = this._encodings[i][0];
154 this._encStats[this._encodings[i][1]] = [0, 0];
339 for (i = 0; i < this._encodings.length; i++) {
340 this._encStats[this._encodings[i][1]][0] = 0;
352 for (i = 0; i < this._encodings.length; i++) {
353 s = this._encStats[this._encodings[i][1]];
355 Util.Info(" " + this._encodings[i][0] + ": " + s[0] + " rects");
360 for (i = 0; i < this._encodings.length; i++) {
361 s = this._encStats[this._encodings[i][1]];
362 Util.Info(" " + this._encodings[i][0] + ": " + s[1] + " rects");
956 … RFB.messages.clientEncodings(this._encodings, this._local_cursor, this._true_color));