Blender
V3.3
|
Public Attributes | |
int | pt [3][2] |
const uint * | color |
struct { | |
float pt_fl [3][2] | |
uint color_u [3][4] | |
} | smooth |
int | rect_size [2] |
uint * | rect |
Definition at line 19 of file icons_rasterize.c.
const uint* UserRasterInfo::color |
Definition at line 21 of file icons_rasterize.c.
uint UserRasterInfo::color_u[3][4] |
Definition at line 25 of file icons_rasterize.c.
int UserRasterInfo::pt[3][2] |
Definition at line 20 of file icons_rasterize.c.
float UserRasterInfo::pt_fl[3][2] |
Definition at line 24 of file icons_rasterize.c.
uint* UserRasterInfo::rect |
Definition at line 28 of file icons_rasterize.c.
int UserRasterInfo::rect_size[2] |
Definition at line 27 of file icons_rasterize.c.
struct { ... } UserRasterInfo::smooth |