1 /*****************************************************************************
2 * This file is part of gfxprim library. *
4 * Gfxprim is free software; you can redistribute it and/or *
5 * modify it under the terms of the GNU Lesser General Public *
6 * License as published by the Free Software Foundation; either *
7 * version 2.1 of the License, or (at your option) any later version. *
9 * Gfxprim is distributed in the hope that it will be useful, *
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
12 * Lesser General Public License for more details. *
14 * You should have received a copy of the GNU Lesser General Public *
15 * License along with gfxprim; if not, write to the Free Software *
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, *
17 * Boston, MA 02110-1301 USA *
19 * Copyright (C) 2009-2010 Jiri "BlueBear" Dluhos *
20 * <jiri.bluebear.dluhos@gmail.com> *
22 * Copyright (C) 2009-2013 Cyril Hrubis <metan@ucw.cz> *
24 *****************************************************************************/
28 This is a main header for gfx part.
35 /* basic definitions and structures */
36 #include "core/GP_Context.h"
37 #include "core/GP_GetPutPixel.h"
38 #include "core/GP_WritePixel.h"
39 #include "core/GP_Fill.h"
41 /* public drawing API */
46 #include "GP_Triangle.h"
47 #include "GP_Tetragon.h"
48 #include "GP_Circle.h"
49 #include "GP_CircleSeg.h"
50 #include "GP_Ellipse.h"
52 #include "GP_Polygon.h"
54 #include "GP_PutPixelAA.h"
55 #include "GP_VLineAA.h"
56 #include "GP_HLineAA.h"
57 #include "GP_LineAA.h"
58 #include "GP_RectAA.h"