Searched refs:alpha (Results 1 - 25 of 102) sorted by relevance

12345

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRColor.java40 int red, green, blue, alpha; field in class:XRColor
46 alpha = 0;
49 public XRColor(int alpha, int red, int green, int blue) { argument
50 this.alpha = alpha;
60 alpha = byteToXRColorValue(color.getAlpha());
76 colorValues[i * 4 + 0] = c.alpha;
87 alpha = (int) (((pix & 0xFF000000) >> 16) + 255);
92 if (alpha == 255) {
93 alpha
122 setAlpha(int alpha) argument
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest5063390.java34 private int alpha; field in class:Test5063390
47 return alpha;
50 public void setAlpha(int alpha) { argument
51 this.alpha = alpha;
63 String[] names = {"alpha", "class", "foxtrot", "zulu"};
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_opaque.h30 * This implementation of the Alpha macros will ignore all alpha
33 * wasting time and space on code to fetch or store the alpha
36 * image mask or alpha buffer associated with the output data.
41 * to conditionally compile code that is only needed if alpha values
44 #define IfAlpha(statements) /* Omit alpha handling code */
54 #define ApplyAlpha(cvdata, dstX, dstY, alpha) \
H A Dimg_anycm.h93 #define PixelAnyDecode(CM, pixel, red, green, blue, alpha) \
97 PixelICMDecode(CM, pixel, red, green, blue, alpha); \
100 PixelDCMDecode(CM, pixel, red, green, blue, alpha); \
109 IfAlpha(alpha = pixel >> ALPHASHIFT;) \
H A Dimg_dcm.h36 * object and decodes the red, green, blue, and possibly alpha values
86 #define PixelDCMDecode(CM, pixel, red, green, blue, alpha) \
88 IfAlpha(alpha = ((alpha_mask == 0) \
105 alpha = alpha * 255 / (alpha_scale); \
H A Dimg_dcm8.h36 * object and decodes the red, green, blue, and possibly alpha values
73 #define PixelDCM8Decode(CM, pixel, red, green, blue, alpha) \
75 IfAlpha(alpha = ((alpha_off < 0) \
H A Dimg_icm.h33 * the red, green, blue, and possibly alpha values directly rather than
66 #define PixelICMDecode(CM, pixel, red, green, blue, alpha) \
70 IfAlpha(alpha = (pixel >> ALPHASHIFT) & 0xff;) \
H A Dimg_scaleloop.h53 IfAlpha(int alpha;)
74 PixelDecode(colormodel, pixel, red, green, blue, alpha);
75 ApplyAlpha(cvdata, DSTX, DSTY, alpha);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DInterleavePattern.java68 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
81 if (alpha != null && alpha.isEmpty())
82 a1 = alpha;
92 if (alpha != null) {
93 if (alpha != a1)
94 alpha.addAlphabet(a1);
95 alpha.addAlphabet(a2);
H A DChoicePattern.java79 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
83 p1.checkRestrictions(context, dad, alpha);
86 p2.checkRestrictions(context, dad, alpha);
H A DBinaryPattern.java69 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
71 p1.checkRestrictions(context, dad, alpha);
72 p2.checkRestrictions(context, dad, alpha);
H A DEmptyPattern.java65 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
H A DDataExceptPattern.java80 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
82 super.checkRestrictions(context, dad, alpha);
H A DGroupPattern.java69 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) throws RestrictionViolationException { argument
80 alpha);
H A DOneOrMorePattern.java77 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
90 alpha);
H A DElementPattern.java75 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
77 if (alpha != null)
78 alpha.addElement(origNameClass);
/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java32 * The <code>AlphaComposite</code> class implements basic alpha
47 * an alpha value that is used to modify the opacity or coverage of
53 * that are premultiplied by their corresponding alpha components.
63 * for combining color and alpha values in a purely mathematical
77 * <tr><td><em>A<sub>s</sub></em><td>the alpha component of the source pixel
79 * <tr><td><em>A<sub>d</sub></em><td>the alpha component of the destination pixel
84 * <tr><td><em>A<sub>r</sub></em><td>the alpha component of the result
119 * <tr><td><em>A<sub>ac</sub></em> <td>the "extra" alpha component from the AlphaComposite instance
120 * <tr><td><em>A<sub>sr</sub></em> <td>the raw alpha component of the source pixel
121 * <tr><td><em>A<sub>dr</sub></em><td>the raw alpha componen
616 AlphaComposite(int rule, float alpha) argument
685 getInstance(int rule, float alpha) argument
760 derive(float alpha) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssm.c65 // alpha = Hab
68 #define SECTORS 16 // number of divisions in alpha and theta
74 cmsFloat64Number alpha; member in struct:__anon839
90 cmsSpherical p; // Keep also alpha & theta of maximum
160 sp ->alpha = sp ->theta = 0;
164 sp ->alpha = _cmsAtan2(a, b);
179 sin_alpha = sin((M_PI * sp ->alpha) / 180.0);
180 cos_alpha = cos((M_PI * sp ->alpha) / 180.0);
197 void QuantizeToSector(const cmsSpherical* sp, int* alpha, int* theta) argument
199 *alpha
354 int alpha, theta; local
468 FindNearSectors(cmsGDB* gbd, int alpha, int theta, cmsGDBPoint* Close[]) argument
502 InterpolateMissingSector(cmsGDB* gbd, int alpha, int theta) argument
580 int alpha, theta; local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DnumberSeq.hpp47 void init(double alpha);
63 AbsSeq(double alpha = DEFAULT_ALPHA_VALUE);
97 NumberSeq(double alpha = DEFAULT_ALPHA_VALUE);
121 double alpha = DEFAULT_ALPHA_VALUE);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp59 unsigned char alpha = (*srcPos >> 0x18) & 0xFF; local
60 if (alpha == 0x00) {
130 unsigned char alpha = (*src >> 0x18) & 0xFF; local
131 if (alpha == 0) {
134 dest[3] = alpha;
224 * transparent, alpha > 0 - opaque.
285 * with the given blendColor and alpha. If alpha == 0, the function
289 BYTE alpha)
323 // Note: if the current alpha i
288 BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, BYTE alpha) argument
[all...]
H A Dawt_BitmapUtil.h43 * The color for transparent pixels (those with 0 alpha) is reset to 0 (BLACK)
64 * with the given blendColor and alpha. If alpha == 0, the function
67 static HBITMAP BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, BYTE alpha);
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c67 fill(jbyte *alpha, jint offset, jint tsize, argument
70 alpha += offset + y * tsize + x;
74 *alpha++ = value;
76 alpha += tsize;
126 jbyte *alpha; local
143 JNU_ThrowArrayIndexOutOfBoundsException(env, "alpha tile array");
146 alpha = (*env)->GetPrimitiveArrayCritical(env, alphaTile, 0);
148 fill(alpha, offset, tsize, 0, 0, w, h, (jbyte) 0xff);
150 (*env)->ReleasePrimitiveArrayCritical(env, alphaTile, alpha, 0);
166 jbyte *alpha; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h89 src and dst alpha is ignored
90 the algorithm: src*alpha+dst*(1-alpha)=(src-dst)*alpha+dst, rb and g are done separately
93 blendRGB(rgbquad_t dst, rgbquad_t src, rgbquad_t alpha) argument
95 const rgbquad_t a = alpha;
96 const rgbquad_t a1 = 0xFF - alpha;
105 /* scales rgb quad by alpha. basically similar to what's above. src alpha is retained.
106 used for premultiplying alpha
115 rgbquad_t alpha = src >> QUAD_ALPHA_SHIFT; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DDNSName.java54 private static final String alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; field in class:DNSName
56 private static final String alphaDigitsAndHyphen = alpha + digitsAndHyphen;
93 if (alpha.indexOf(name.charAt(startIndex)) < 0)
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDerivedColor.java87 int alpha = clamp(src.getAlpha() + aOffset);
88 argbValue = (Color.HSBtoRGB(tmp[0], tmp[1], tmp[2]) & 0xFFFFFF) | (alpha << 24);
94 int alpha = clamp(aOffset);
95 argbValue = (Color.HSBtoRGB(tmp[0], tmp[1], tmp[2]) & 0xFFFFFF) | (alpha << 24);
101 * are alpha, 16-23 are red, 8-15 are green, 0-7 are blue).

Completed in 136 milliseconds

12345