Lines Matching refs:ALPHA_MASK

250     ALPHA_MASK: 0xff000000,  property in PConstants
2248 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;
4408 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4414 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4415 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4421 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4422 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4428 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4440 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4446 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4458 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4464 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4476 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4482 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4494 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4500 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4512 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4518 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4530 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4536 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4548 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4554 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4566 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4572 var f = (c2 & PConstants.ALPHA_MASK) >>> 24;
4584 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
4614 …return (a << 24) & PConstants.ALPHA_MASK | (r << 16) & PConstants.RED_MASK | (g << 8) & PConstants…
4621 if (aValue1 & PConstants.ALPHA_MASK) {
4625 return aValue1 - (aValue1 & PConstants.ALPHA_MASK) + ((a << 24) & PConstants.ALPHA_MASK);
4682 …"," + ((colorInt & PConstants.BLUE_MASK)) + "," + ((colorInt & PConstants.ALPHA_MASK) >>> 24) / 25…
4687 …return (a << 24) & PConstants.ALPHA_MASK | (r << 16) & PConstants.RED_MASK | (g << 8) & PConstants…
4693 colorInt & PConstants.BLUE_MASK, (colorInt & PConstants.ALPHA_MASK) >>> 24];
4699 … (colorInt & PConstants.BLUE_MASK) / 255, ((colorInt & PConstants.ALPHA_MASK) >>> 24) / 255];
4808 return ((aColor & PConstants.ALPHA_MASK) >>> 24) / 255 * colorModeA;
4817 var a1 = ((colorBits1 & PConstants.ALPHA_MASK) >>> 24) / colorModeA;
4824 var a2 = ((colorBits2 & PConstants.ALPHA_MASK) >>> 24) / colorModeA;
7389 var f = 0|(k * ((c2 & PConstants.ALPHA_MASK) >>> 24));
7390 return (Math.min(((c1 & PConstants.ALPHA_MASK) >>> 24) + f, 0xff) << 24 |
9118 aImg.imageData.data[offset+3] = (c & PConstants.ALPHA_MASK) >>> 24;
9486 color = color | PConstants.ALPHA_MASK;
9717 ca += m * ((c & PConstants.ALPHA_MASK) >>> 24);
9932 img.pixels.setPixel(i,((col & PConstants.ALPHA_MASK) | lum<<16 | lum<<8 | lum));
9980 …img.pixels.setPixel(i, ((img.pixels.getPixel(i) & PConstants.ALPHA_MASK) | ((max < thresh) ? 0x000…
10102 p.shared.a = ((p.shared.ul * ((p.shared.cUL & PConstants.ALPHA_MASK) >>> 24) + p.shared.ll *
10103 …((p.shared.cLL & PConstants.ALPHA_MASK) >>> 24) + p.shared.ur * ((p.shared.cUR & PConstants.ALPHA_…
10104 …ared.lr * ((p.shared.cLR & PConstants.ALPHA_MASK) >>> 24)) << PConstants.PREC_ALPHA_SHIFT) & PCons…