1 #ifndef MYPAINTFIXEDTILEDSURFACE_H
2 #define 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