Home
last modified time | relevance | path

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

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js866 var color = remoteMessage.readColor(unsetAlpha);
1018 RemoteMessage.prototype.readColor = function(unsetAlpha) method in RemoteMessage
1525 context.strokeStyle = remoteMessage.readColor(this.unsetAlpha);
1541 context.fillStyle = remoteMessage.readColor(this.unsetAlpha);
1554 context.strokeStyle = remoteMessage.readColor(this.unsetAlpha);
1574 context.strokeStyle = remoteMessage.readColor(this.unsetAlpha);
1662 context.fillStyle = remoteMessage.readColor(this.unsetAlpha);
1973 this.context.fillStyle = remoteMessage.readColor();