libmypaint  1.6.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mypaint-gegl-surface.h
Go to the documentation of this file.
1 #ifndef MYPAINTGEGLSURFACE_H
2 #define MYPAINTGEGLSURFACE_H
3 
4 /* libmypaint - The MyPaint Brush Library
5  * Copyright (C) 2012 Jon Nordby <jononor@gmail.com>
6  *
7  * Permission to use, copy, modify, and/or distribute this software for any
8  * purpose with or without fee is hereby granted, provided that the above
9  * copyright notice and this permission notice appear in all copies.
10  *
11  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18  */
19 
20 #include <gegl.h>
21 
23 
24 #include "mypaint-config.h"
25 #include "glib/mypaint-gegl-glib.h"
26 #include "mypaint-tiled-surface.h"
27 
29 
30 GeglBuffer *
32 
33 void
35 
38 
41 
43 
44 #endif // MYPAINTGEGLSURFACE_H
Abstract surface type for the MyPaint brush engine.
Definition: mypaint-surface.h:131
void mypaint_gegl_tiled_surface_set_buffer(MyPaintGeglTiledSurface *self, GeglBuffer *buffer)
MyPaintGeglTiledSurface * mypaint_gegl_tiled_surface_new(void)
#define G_BEGIN_DECLS
Definition: mypaint-glib-compat.h:13
struct MyPaintGeglTiledSurface MyPaintGeglTiledSurface
Definition: mypaint-gegl-surface.h:28
GeglBuffer * mypaint_gegl_tiled_surface_get_buffer(MyPaintGeglTiledSurface *self)
#define G_END_DECLS
Definition: mypaint-glib-compat.h:14
MyPaintSurface * mypaint_gegl_tiled_surface_interface(MyPaintGeglTiledSurface *self)