![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "lua/cairo.h"#include "common/darktable.h"#include "gui/draw.h"#include "lua/call.h"#include "lua/lua.h"#include "lua/types.h"
Include dependency graph for cairo.c:Functions | |
| static int | _draw_line (lua_State *L) |
| static int | _save (lua_State *L) |
| static int | _restore (lua_State *L) |
| static int | _new_sub_path (lua_State *L) |
| static int | _scale (lua_State *L) |
| static int | _translate (lua_State *L) |
| static int | _rotate (lua_State *L) |
| static int | _move_to (lua_State *L) |
| static int | _line_to (lua_State *L) |
| static int | _arc (lua_State *L) |
| static int | _arc_negative (lua_State *L) |
| static int | _rectangle (lua_State *L) |
| int | dt_lua_init_cairo (lua_State *L) |
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
References dt_draw_line().
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
|
static |
Referenced by dt_lua_init_cairo().
| int dt_lua_init_cairo | ( | lua_State * | L | ) |
initialize lua stuff at DT start time
References _arc(), _arc_negative(), _draw_line(), _line_to(), _move_to(), _new_sub_path(), _rectangle(), _restore(), _rotate(), _save(), _scale(), _translate(), dt_lua_gtk_wrap, dt_lua_init_gpointer_type, dt_lua_type_member_common(), and dt_lua_type_register_const_type().