0N/A#
3261N/A# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/AFILES_c = \
0N/A GraphicsPrimitiveMgr.c \
0N/A Blit.c \
0N/A BlitBg.c \
0N/A ScaledBlit.c \
0N/A FillRect.c \
0N/A FillSpans.c \
3172N/A FillParallelogram.c \
3172N/A DrawParallelogram.c \
0N/A DrawLine.c \
0N/A DrawRect.c \
0N/A DrawPolygons.c \
0N/A DrawPath.c \
0N/A FillPath.c \
0N/A ProcessPath.c \
0N/A MaskBlit.c \
0N/A MaskFill.c \
0N/A TransformHelper.c \
0N/A AlphaMath.c \
0N/A AlphaMacros.c \
0N/A AnyByte.c \
0N/A ByteBinary1Bit.c \
0N/A ByteBinary2Bit.c \
0N/A ByteBinary4Bit.c \
0N/A ByteIndexed.c \
0N/A ByteGray.c \
0N/A Index8Gray.c \
0N/A Index12Gray.c \
0N/A AnyShort.c \
0N/A Ushort555Rgb.c \
0N/A Ushort565Rgb.c \
0N/A Ushort4444Argb.c \
0N/A Ushort555Rgbx.c \
0N/A UshortGray.c \
0N/A UshortIndexed.c \
0N/A Any3Byte.c \
0N/A ThreeByteBgr.c \
0N/A AnyInt.c \
0N/A IntArgb.c \
0N/A IntArgbPre.c \
0N/A IntArgbBm.c \
0N/A IntRgb.c \
0N/A IntBgr.c \
0N/A IntRgbx.c \
0N/A Any4Byte.c \
0N/A FourByteAbgr.c \
0N/A FourByteAbgrPre.c \
0N/A BufferedMaskBlit.c \
0N/A BufferedRenderPipe.c \
0N/A ShapeSpanIterator.c \
0N/A SpanClipRenderer.c \
0N/A SurfaceData.c \
0N/A Region.c \
0N/A DataBufferNative.c \
0N/A BufImgSurfaceData.c \
0N/A Disposer.c \
0N/A Trace.c \
0N/A img_globals.c \
0N/A gifdecoder.c \
0N/A awt_parseImage.c \
0N/A awt_ImageRep.c \
0N/A awt_ImagingLib.c \
0N/A dither.c \
0N/A imageInitIDs.c \
0N/A debug_assert.c \
0N/A debug_mem.c \
0N/A debug_trace.c \
0N/A debug_util.c \
0N/A OGLBlitLoops.c \
0N/A OGLBufImgOps.c \
0N/A OGLContext.c \
0N/A OGLFuncs.c \
0N/A OGLMaskBlit.c \
0N/A OGLMaskFill.c \
0N/A OGLPaints.c \
0N/A OGLRenderQueue.c \
0N/A OGLRenderer.c \
0N/A OGLSurfaceData.c \
0N/A OGLTextRenderer.c \
0N/A OGLVertexCache.c \
0N/A WGLGraphicsConfig.c \
0N/A WGLSurfaceData.c \
1045N/A AccelGlyphCache.c \
1045N/A rect.c
0N/A
0N/AFILES_cpp = \
0N/A CmdIDList.cpp \
0N/A Hashtable.cpp \
0N/A GDIHashtable.cpp \
0N/A Devices.cpp \
0N/A ObjectList.cpp \
0N/A GDIBlitLoops.cpp \
0N/A GDIRenderer.cpp \
430N/A GDIWindowSurfaceData.cpp \
0N/A WindowsFlags.cpp \
0N/A WPrinterJob.cpp \
0N/A awt_AWTEvent.cpp \
0N/A awt_BitmapUtil.cpp \
0N/A awt_Brush.cpp \
0N/A awt_Button.cpp \
0N/A awt_Canvas.cpp \
0N/A awt_Checkbox.cpp \
0N/A awt_Choice.cpp \
0N/A awt_Clipboard.cpp \
0N/A awt_Color.cpp \
0N/A awt_Component.cpp \
0N/A awt_Container.cpp \
0N/A awt_Cursor.cpp \
0N/A awt_DataTransferer.cpp \
0N/A awt_Debug.cpp \
0N/A awt_Dimension.cpp \
0N/A awt_Desktop.cpp \
0N/A awt_DesktopProperties.cpp \
0N/A awt_Dialog.cpp \
0N/A awt_DrawingSurface.cpp \
0N/A awt_FileDialog.cpp \
0N/A awt_Event.cpp \
0N/A awt_Font.cpp \
0N/A awt_Frame.cpp \
0N/A awt_GDIObject.cpp \
0N/A awt_IconCursor.cpp \
0N/A awt_InputEvent.cpp \
0N/A awt_InputMethod.cpp \
0N/A awt_InputTextInfor.cpp \
0N/A awt_Insets.cpp \
0N/A awt_KeyEvent.cpp \
0N/A awt_KeyboardFocusManager.cpp \
0N/A awt_Label.cpp \
0N/A awt_List.cpp \
0N/A awt_Menu.cpp \
0N/A awt_MenuBar.cpp \
0N/A awt_MenuItem.cpp \
0N/A awt_MouseEvent.cpp \
0N/A awt_Object.cpp \
0N/A awt_Palette.cpp \
0N/A awt_Panel.cpp \
0N/A awt_PopupMenu.cpp \
0N/A awt_Pen.cpp \
0N/A awt_PrintControl.cpp \
0N/A awt_PrintDialog.cpp \
0N/A awt_PrintJob.cpp \
0N/A awt_Rectangle.cpp \
0N/A awt_Robot.cpp \
0N/A awt_Scrollbar.cpp \
0N/A awt_ScrollPane.cpp \
0N/A awt_TextArea.cpp \
0N/A awt_TextComponent.cpp \
0N/A awt_TextField.cpp \
0N/A awt_Toolkit.cpp \
0N/A awt_Window.cpp \
0N/A awt_Win32GraphicsEnv.cpp \
0N/A awt_Win32GraphicsDevice.cpp \
0N/A awt_Win32GraphicsConfig.cpp \
0N/A awt_DnDDT.cpp \
0N/A awt_DnDDS.cpp \
0N/A awt_Mlib.cpp \
0N/A awt_new.cpp \
0N/A awt_TrayIcon.cpp \
2129N/A awt_DCHolder.cpp \
2129N/A awt_ole.cpp \
430N/A ShaderList.cpp \
430N/A D3DBlitLoops.cpp \
430N/A D3DBufImgOps.cpp \
430N/A D3DContext.cpp \
430N/A D3DGlyphCache.cpp \
430N/A D3DGraphicsDevice.cpp \
430N/A D3DMaskBlit.cpp \
430N/A D3DMaskCache.cpp \
430N/A D3DMaskFill.cpp \
430N/A D3DPipelineManager.cpp \
430N/A D3DPaints.cpp \
430N/A D3DRenderer.cpp \
430N/A D3DRenderQueue.cpp \
430N/A D3DResourceManager.cpp \
430N/A D3DSurfaceData.cpp \
430N/A D3DTextRenderer.cpp \
430N/A D3DVertexCacher.cpp \
0N/A ShellFolder2.cpp \
0N/A ThemeReader.cpp \
0N/A ComCtl32Util.cpp \
1066N/A DllUtil.cpp \
0N/A initIDs.cpp \
0N/A MouseInfo.cpp