Searched refs:alpha (Results 176 - 177 of 177) sorted by path

12345678

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js500 this.alpha = 0;
509 this.alpha = remoteMessage.dataView.readUint8();
519 this.alpha = value >> 24 & 0xff;
527 + (unsetAlpha ? 1 : this.alpha / 255) + ')';
534 | (unsetAlpha ? 255 : this.alpha) << 24;
1053 context.globalAlpha = this.highColor.alpha / 255;
1197 console.warn('alpha function not supported: ' + alphaFunction);
1796 this.context = this.canvas.getContext('2d', { alpha: false });
/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp77 uint8 alpha; // 255 == opaque member in struct:Style
102 static_cast<unsigned int>(style.alpha));

Completed in 150 milliseconds

12345678