sf-svg
|
Nanosvg++ rasterizer declaration. More...
#include "nanosvg.hpp"
Go to the source code of this file.
Classes | |
struct | nsvg::cstyle::Edge |
struct | nsvg::cstyle::Point |
struct | nsvg::cstyle::ActiveEdge |
struct | nsvg::cstyle::MemPage |
struct | nsvg::cstyle::CachedPaint |
struct | nsvg::cstyle::RasterizerStruct |
Namespaces | |
nsvg | |
Nanosvg++ namespace. | |
nsvg::cstyle | |
Completly or partially C-styled code. | |
Macros | |
#define | SUBSAMPLES 5 |
#define | FIXSHIFT 10 |
#define | FIX (1 << FIXSHIFT) |
#define | FIXMASK (FIX-1) |
#define | MEMPAGE_SIZE 1024 |
Nanosvg++ rasterizer declaration.