GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
core
gp_core.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2010 Jiri "BlueBear" Dluhos
4
* <jiri.bluebear.dluhos@gmail.com>
5
*
6
* Copyright (C) 2009-2014 Cyril Hrubis <metan@ucw.cz>
7
*/
8
13
#ifndef CORE_GP_CORE_H
14
#define CORE_GP_CORE_H
15
16
#include <
core/gp_version.h
>
17
#include <
core/gp_compiler.h
>
18
#include <
core/gp_common.h
>
19
#include <
core/gp_pixmap.h
>
20
#include <
core/gp_transform.h
>
21
#include <
core/gp_gamma_correction.h
>
22
#include <
core/gp_pixel.h
>
23
#include <
core/gp_convert.h
>
24
#include <
core/gp_get_put_pixel.h
>
25
#include <
core/gp_write_pixels.gen.h
>
26
#include <
core/gp_blit.h
>
27
#include <
core/gp_debug.h
>
28
#include <
core/gp_fill.h
>
29
#include <
core/gp_progress_callback.h
>
30
#include <core/gp_mix_pixels.h>
31
32
#endif
/* CORE_GP_CORE_H */
gp_common.h
Common macros.
gp_blit.h
Pixmap blits.
gp_compiler.h
A compiler dependent macros.
gp_convert.h
A pixel value conversions.
gp_debug.h
A debug message layer.
gp_fill.h
Fills a pixmap.
gp_gamma_correction.h
Gamma and sRGB corrections.
gp_get_put_pixel.h
Pixel manipulations.
gp_pixel.h
A pixel description.
gp_pixmap.h
A pixel buffer.
gp_progress_callback.h
A progress callback.
gp_transform.h
Coordinate transformations for gp_pixmap swap flags.
gp_version.h
Library version.
gp_write_pixels.gen.h
Optimized functions to write a row of pixels.
Generated by
1.9.8