Rename GP_Context -> GP_Pixmap
[gfxprim.git] / include / core / GP_Core.h
blob187e20067bad5424027c0bd316bce5600d7ef154
1 /*****************************************************************************
2 * This file is part of gfxprim library. *
3 * *
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. *
8 * *
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. *
13 * *
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 *
18 * *
19 * Copyright (C) 2009-2010 Jiri "BlueBear" Dluhos *
20 * <jiri.bluebear.dluhos@gmail.com> *
21 * *
22 * Copyright (C) 2009-2014 Cyril Hrubis <metan@ucw.cz> *
23 * *
24 *****************************************************************************/
28 This is header file for public core API.
32 #ifndef GP_CORE_H
33 #define GP_CORE_H
35 /* Library verson */
36 #include "core/GP_Version.h"
38 /* Common building blocks */
39 #include "core/GP_Common.h"
41 /* Pixmap ... */
42 #include "core/GP_Pixmap.h"
44 /* ... and it's trasformations */
45 #include "core/GP_Transform.h"
47 /* Gamma */
48 #include "core/GP_Gamma.h"
50 /* Pixeltypes */
51 #include "core/GP_Pixel.h"
53 /* Pixel conversions */
54 #include "core/GP_Convert.h"
56 /* Individual pixel access */
57 #include "core/GP_GetPutPixel.h"
59 /* Writing pixel blocks */
60 #include "GP_WritePixel.h"
62 /* Blitting */
63 #include "core/GP_Blit.h"
65 /* Debug and debug level */
66 #include "core/GP_Debug.h"
68 /* Progress callback */
69 #include "core/GP_ProgressCallback.h"
71 /* Threads utils */
72 #include "core/GP_Threads.h"
74 /* Mix Pixel */
75 #include "core/GP_MixPixels.h"
77 #include "core/GP_Fill.h"
79 #endif /* GP_CORE_H */