Searched defs:General (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
83 return new General(srctype, comptype, dsttype);
86 private static class General extends DrawGlyphList { class in class:DrawGlyphList
89 public General(SurfaceType srctype, method in class:DrawGlyphList.General
H A DDrawGlyphListAA.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
81 return new General(srctype, comptype, dsttype);
84 public static class General extends DrawGlyphListAA { class in class:DrawGlyphListAA
87 public General(SurfaceType srctype, method in class:DrawGlyphListAA.General
H A DFillRect.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
89 return new General(srctype, comptype, dsttype);
92 public static class General extends FillRect { class in class:FillRect
95 public General(SurfaceType srctype, method in class:FillRect.General
H A DBlitBg.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
131 return new General(srctype, comptype, dsttype);
134 private static class General extends BlitBg { class in class:BlitBg
137 public General(SurfaceType srctype, method in class:BlitBg.General
H A DCompositeType.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
51 * a suitable General GraphicsPrimitive object can be obtained for
124 General = Any; field in class:CompositeType
127 AnyAlpha = General.deriveSubType(DESC_ANY_ALPHA);
129 Xor = General.deriveSubType(DESC_XOR);
H A DMaskBlit.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
132 General ob = new General(srctype, comptype, dsttype);
137 private static class General class in class:MaskBlit
149 public General(SurfaceType srctype, method in class:MaskBlit.General
H A DMaskFill.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
163 return new General(srctype, comptype, dsttype);
170 private static class General extends MaskFill { class in class:MaskFill
174 public General(SurfaceType srctype, method in class:MaskFill.General
/openjdk7/jdk/test/java/io/pathNames/
H A DGeneral.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
33 public class General { class

Completed in 28 milliseconds