RetroArch/deps/libui/unix/draw.h
2017-08-12 19:51:39 -04:00

14 lines
253 B
C

// 5 may 2016
// draw.c
struct uiDrawContext {
cairo_t *cr;
};
// drawpath.c
extern void runPath(uiDrawPath *p, cairo_t *cr);
extern uiDrawFillMode pathFillMode(uiDrawPath *path);
// drawmatrix.c
extern void m2c(uiDrawMatrix *m, cairo_matrix_t *c);