libmypaint  1.6.0
mypaint-fixed-tiled-surface.h
Go to the documentation of this file.
1 #ifndef MYPAINTFIXEDTILEDSURFACE_H
2 #define MYPAINTFIXEDTILEDSURFACE_H
3 
4 #include "mypaint-config.h"
5 #include "mypaint-glib-compat.h"
7 
9 
18 
20 mypaint_fixed_tiled_surface_new(int width, int height);
21 
22 int
24 
25 int
27 
28 
31 
33 
34 #endif // MYPAINTFIXEDTILEDSURFACE_H
int mypaint_fixed_tiled_surface_get_height(MyPaintFixedTiledSurface *self)
int mypaint_fixed_tiled_surface_get_width(MyPaintFixedTiledSurface *self)
struct MyPaintFixedTiledSurface MyPaintFixedTiledSurface
Definition: mypaint-fixed-tiled-surface.h:17
MyPaintFixedTiledSurface * mypaint_fixed_tiled_surface_new(int width, int height)
MyPaintSurface * mypaint_fixed_tiled_surface_interface(MyPaintFixedTiledSurface *self)
#define G_END_DECLS
Definition: mypaint-glib-compat.h:14
#define G_BEGIN_DECLS
Definition: mypaint-glib-compat.h:13
Abstract surface type for the MyPaint brush engine.
Definition: mypaint-surface.h:131