libmypaint  1.6.1
Typedefs | Functions
/tmp/B.9_qymflq/BUILD/libmypaint-1.6.1/mypaint-fixed-tiled-surface.h File Reference
#include "mypaint-config.h"
#include "mypaint-glib-compat.h"
#include "mypaint-tiled-surface.h"

Go to the source code of this file.

Typedefs

typedef struct MyPaintFixedTiledSurface MyPaintFixedTiledSurface
 

Functions

MyPaintFixedTiledSurfacemypaint_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)
 
MyPaintSurfacemypaint_fixed_tiled_surface_interface (MyPaintFixedTiledSurface *self)
 

Typedef Documentation

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.

Function Documentation

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 
)