Searched refs:eargb (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java60 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
76 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
94 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
111 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
129 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
149 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
162 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
178 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
196 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
213 sg2d.getCompClip(), sg2d.composite, sg2d.eargb,
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java149 public int eargb; // ARGB value with ExtraAlpha baked in field in class:SunGraphics2D
150 public int pixel; // pixel value for eargb
1673 * Validate the eargb and pixel fields against the current color.
1675 * The eargb field must take into account the extraAlpha
1684 * the final result of all calculations applied to the eargb field.
1693 int eargb;
1695 eargb = 0;
1697 eargb = foregroundColor.getRGB();
1703 int a = Math.round(alphacomp.getAlpha() * (eargb >>> 24));
1704 eargb
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java616 Object srcPixel = dstCM.getDataElements(sg2d.eargb, null);
626 Object srcPixel = dstCM.getDataElements(sg2d.eargb, null);

Completed in 41 milliseconds