Home
last modified time | relevance | path

Searched refs:unsetAlpha (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js524 RemoteColor.prototype.toColor = function(unsetAlpha) argument
527 + (unsetAlpha ? 1 : this.alpha / 255) + ')';
531 RemoteColor.prototype.toUint32 = function(unsetAlpha) argument
534 | (unsetAlpha ? 255 : this.alpha) << 24;
631 function RemoteBitmap(remoteMessage, unsetAlpha, colorSpace, flags) argument
634 this.readFrom(remoteMessage, unsetAlpha, colorSpace, flags);
640 RemoteBitmap.prototype.readFrom = function(remoteMessage, unsetAlpha, argument
676 if (unsetAlpha) {
691 if (!unsetAlpha && output[i] == B_TRANSPARENT_MAGIC_RGBA32)
827 function RemoteGradient(remoteMessage, context, unsetAlpha) argument
[all …]