Searched refs:ALPHA_MASK (Results 1 – 1 of 1) sorted by relevance
250 ALPHA_MASK: 0xff000000, property2248 this.strokeColor = PConstants.ALPHA_MASK;2258 this.fillColor = PConstants.ALPHA_MASK;2278 this.strokeColor = PConstants.ALPHA_MASK;2288 this.fillColor = PConstants.ALPHA_MASK;4393 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;4394 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |4400 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;4401 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |4407 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;[all …]