libmypaint 1.6.1
Loading...
Searching...
No Matches
/builddir/build/BUILD/libmypaint-1.6.1/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"
7
9
18
20mypaint_fixed_tiled_surface_new(int width, int height);
21
22int
24
25int
27
28
31
33
34#endif // MYPAINTFIXEDTILEDSURFACE_H
int mypaint_fixed_tiled_surface_get_height(MyPaintFixedTiledSurface *self)
MyPaintFixedTiledSurface * mypaint_fixed_tiled_surface_new(int width, int height)
int mypaint_fixed_tiled_surface_get_width(MyPaintFixedTiledSurface *self)
struct MyPaintFixedTiledSurface MyPaintFixedTiledSurface
Definition mypaint-fixed-tiled-surface.h:17
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