|
Blender
V3.3
|
#include "BLI_math.h"#include "BLI_math_vec_types.hh"#include "BLI_span.hh"#include "DNA_gpencil_types.h"#include "BKE_gpencil.h"#include "BKE_gpencil_geom.h"#include "DEG_depsgraph.h"#include "DEG_depsgraph_query.h"#include "ED_gpencil.h"#include "gpencil_io.h"#include "gpencil_io_import_svg.hh"#include "nanosvg.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::io | |
| blender::io::gpencil | |
Macros | |
| #define | NANOSVG_ALL_COLOR_KEYWORDS |
| #define | NANOSVG_IMPLEMENTATION |
Functions | |
| static void | blender::io::gpencil::unpack_nano_color (const unsigned int pack, float r_col[4]) |
| #define NANOSVG_ALL_COLOR_KEYWORDS |
Definition at line 26 of file gpencil_io_import_svg.cc.
| #define NANOSVG_IMPLEMENTATION |
Definition at line 27 of file gpencil_io_import_svg.cc.