Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
nanosvgrast.h File Reference
#include "nanosvg.h"
Include dependency graph for nanosvgrast.h:

Go to the source code of this file.

Typedefs

typedef struct NSVGrasterizer NSVGrasterizer
 

Functions

NSVGrasterizernsvgCreateRasterizer (void)
 
void nsvgRasterize (NSVGrasterizer *r, NSVGimage *image, float tx, float ty, float scale, unsigned char *dst, int w, int h, int stride)
 
void nsvgRasterizeXY (NSVGrasterizer *r, NSVGimage *image, float tx, float ty, float sx, float sy, unsigned char *dst, int w, int h, int stride)
 
void nsvgDeleteRasterizer (NSVGrasterizer *)
 

Typedef Documentation

◆ NSVGrasterizer

Definition at line 43 of file nanosvgrast.h.

Function Documentation

◆ nsvgCreateRasterizer()

NSVGrasterizer * nsvgCreateRasterizer ( void  )

◆ nsvgDeleteRasterizer()

void nsvgDeleteRasterizer ( NSVGrasterizer )

◆ nsvgRasterize()

void nsvgRasterize ( NSVGrasterizer r,
NSVGimage image,
float  tx,
float  ty,
float  scale,
unsigned char *  dst,
int  w,
int  h,
int  stride 
)

◆ nsvgRasterizeXY()

void nsvgRasterizeXY ( NSVGrasterizer r,
NSVGimage image,
float  tx,
float  ty,
float  sx,
float  sy,
unsigned char *  dst,
int  w,
int  h,
int  stride 
)