Home | History | Annotate | Download | only in include

Lines Matching refs:cmode

1651             var cmode, clength, data;
1657 if (this._sock.rQwait("TIGHT palette " + cmode, this._FBU.bytes)) { return false; }
1671 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1709 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1741 if (ctl === 0x08) cmode = "fill";
1742 else if (ctl === 0x09) cmode = "jpeg";
1743 else if (ctl === 0x0A) cmode = "png";
1744 else if (ctl & 0x04) cmode = "filter";
1745 else if (ctl < 0x04) cmode = "copy";
1748 if (isTightPNG && (cmode === "filter" || cmode === "copy")) {
1752 switch (cmode) {
1770 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1773 switch (cmode) {
1790 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1795 img.src = "data: image/" + cmode +