libmypaint
1.6.0
|
Go to the source code of this file.
Typedefs | |
typedef struct MyPaintFixedTiledSurface | MyPaintFixedTiledSurface |
Functions | |
MyPaintFixedTiledSurface * | mypaint_fixed_tiled_surface_new (int width, int height) |
int | mypaint_fixed_tiled_surface_get_width (MyPaintFixedTiledSurface *self) |
int | mypaint_fixed_tiled_surface_get_height (MyPaintFixedTiledSurface *self) |
MyPaintSurface * | mypaint_fixed_tiled_surface_interface (MyPaintFixedTiledSurface *self) |
typedef struct MyPaintFixedTiledSurface MyPaintFixedTiledSurface |
MyPaintFixedTiledSurface:
Simple MyPaintTiledSurface subclass that implements a fixed sized MyPaintSurface. Only intended for testing and trivial use-cases, and to serve as an example of how to implement a tiled surface subclass.
int mypaint_fixed_tiled_surface_get_height | ( | MyPaintFixedTiledSurface * | self | ) |
int mypaint_fixed_tiled_surface_get_width | ( | MyPaintFixedTiledSurface * | self | ) |
MyPaintSurface* mypaint_fixed_tiled_surface_interface | ( | MyPaintFixedTiledSurface * | self | ) |
MyPaintFixedTiledSurface* mypaint_fixed_tiled_surface_new | ( | int | width, |
int | height | ||
) |