Lines Matching defs:bytes
77 bytes: 0,
1101 this._FBU.bytes = 0;
1112 if (this._sock.rQwait("FBU", this._FBU.bytes)) { return false; }
1113 if (this._FBU.bytes === 0) {
1369 this._FBU.bytes = this._FBU.width * this._fb_Bpp; // at least a line
1370 if (this._sock.rQwait("RAW", this._FBU.bytes)) { return false; }
1381 this._FBU.bytes = this._FBU.width * this._fb_Bpp; // At least another line
1384 this._FBU.bytes = 0;
1391 this._FBU.bytes = 4;
1403 this._FBU.bytes = 0;
1410 this._FBU.bytes = 4 + this._fb_Bpp;
1429 this._FBU.bytes = (this._fb_Bpp + 8) * chunk;
1432 this._FBU.bytes = 0;
1450 this._FBU.bytes = 1;
1451 if (this._sock.rQwait("HEXTILE subencoding", this._FBU.bytes)) { return false; }
1469 this._FBU.bytes += w * h * this._fb_Bpp;
1472 this._FBU.bytes += this._fb_Bpp;
1475 this._FBU.bytes += this._fb_Bpp;
1478 this._FBU.bytes++; // Since we aren't shifting it off
1479 if (this._sock.rQwait("hextile subrects header", this._FBU.bytes)) { return false; }
1480 subrects = rQ[rQi + this._FBU.bytes - 1]; // Peek
1482 this._FBU.bytes += subrects * (this._fb_Bpp + 2);
1484 this._FBU.bytes += subrects * 2;
1489 if (this._sock.rQwait("hextile", this._FBU.bytes)) { return false; }
1500 rQi += this._FBU.bytes - 1;
1504 rQi += this._FBU.bytes - 1;
1545 this._FBU.bytes = 0;
1575 this._FBU.bytes = 1; // compression-control byte
1576 if (this._sock.rQwait("TIGHT compression-control", this._FBU.bytes)) { return false; }
1656 this._FBU.bytes += paletteSize;
1657 if (this._sock.rQwait("TIGHT palette " + cmode, this._FBU.bytes)) { return false; }
1670 this._FBU.bytes += clength[0] + clength[1];
1671 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1708 this._FBU.bytes = 1 + clength[0] + clength[1];
1709 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1755 this._FBU.bytes += this._fb_depth;
1758 this._FBU.bytes += 3;
1761 this._FBU.bytes += 3;
1764 this._FBU.bytes += 2;
1770 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1772 // Determine FBU.bytes
1789 this._FBU.bytes = 1 + clength[0] + clength[1]; // ctl + clength size + jpeg-data
1790 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1822 this._FBU.bytes = 0;
1844 this._FBU.bytes = 0;
1861 this._FBU.bytes = pixelslength + masklength;
1862 if (this._sock.rQwait("cursor encoding", this._FBU.bytes)) { return false; }
1868 this._FBU.bytes = 0;