00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 00002 -*- */ 00003 /* ----- BEGIN LICENSE BLOCK ----- 00004 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 00005 * 00006 * The contents of this file are subject to the Mozilla Public License 00007 * Version 1.1 (the "License"); you may not use this file except in 00008 * compliance with the License. You may obtain a copy of the License at 00009 * http://www.mozilla.org/MPL/ 00010 * 00011 * Software distributed under the License is distributed on an "AS IS" basis, 00012 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 00013 * for the specific language governing rights and limitations under the 00014 * License. 00015 * 00016 * The Original Code is the Mozilla SVG project. 00017 * 00018 * The Initial Developer of the Original Code is 00019 * Crocodile Clips Ltd.. 00020 * Portions created by the Initial Developer are Copyright (C) 2001 00021 * the Initial Developer. All Rights Reserved. 00022 * 00023 * Contributor(s): 00024 * Alex Fritze <alex.fritze@crocodile-clips.com> (original author) 00025 * 00026 * Alternatively, the contents of this file may be used under the terms of 00027 * either the GNU General Public License Version 2 or later (the "GPL"), or 00028 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 00029 * in which case the provisions of the GPL or the LGPL are applicable instead 00030 * of those above. If you wish to allow use of your version of this file only 00031 * under the terms of either the GPL or the LGPL, and not to allow others to 00032 * use your version of this file under the terms of the NPL, indicate your 00033 * decision by deleting the provisions above and replace them with the notice 00034 * and other provisions required by the GPL or the LGPL. If you do not delete 00035 * the provisions above, a recipient may use your version of this file under 00036 * the terms of any one of the MPL, the GPL or the LGPL. 00037 * 00038 * ----- END LICENSE BLOCK ----- */ 00039 00040 #ifndef __LIBART_INCS_H__ 00041 #define __LIBART_INCS_H__ 00042 00043 #define LIBART_COMPILATION 00044 00045 #include "art_misc.h" 00046 #include "art_vpath.h" 00047 #include "art_svp.h" 00048 #include "art_svp_vpath.h" 00049 #include "art_gray_svp.h" 00050 #include "art_rgb_svp.h" 00051 #include "art_svp_vpath_stroke.h" 00052 #include "art_svp_ops.h" 00053 #include "art_affine.h" 00054 #include "art_rgb_affine.h" 00055 #include "art_rgb_bitmap_affine.h" 00056 #include "art_rgb_rgba_affine.h" 00057 #include "art_alphagamma.h" 00058 #include "art_svp_point.h" 00059 #include "art_vpath_dash.h" 00060 #include "art_pathcode.h" 00061 #include "art_render.h" 00062 #include "art_render_gradient.h" 00063 #include "art_render_svp.h" 00064 #include "art_rgb.h" 00065 #include "art_uta.h" 00066 #include "art_uta_ops.h" 00067 #include "art_uta_rect.h" 00068 #include "art_uta_svp.h" 00069 #include "art_uta_vpath.h" 00070 #include "art_rect_uta.h" 00071 #include "art_svp_wind.h" 00072 #include "art_bpath.h" 00073 #include "art_vpath_bpath.h" 00074 00075 #endif //__LIBART_INCS_H__
1.3