#include <rast_soft.h>
|
| char * | pixels |
| |
| u32 | pixelFormat |
| |
| u32 | BPP |
| |
| u32 | width |
| |
| u32 | height |
| |
| s32 | pitch_x |
| |
| s32 | pitch_y |
| |
| Bool | center_coords |
| |
| u32 * | stencil_pix_run |
| |
| u32 | texture_filter |
| |
| u32 | useClipper |
| |
| GF_IRect | clipper |
| |
| GF_Rect | path_bounds |
| |
| GF_Matrix2D | mat |
| |
| EVGStencil * | sten |
| |
| void * | raster_cbk |
| |
| void(* | raster_fill_run_no_alpha )(void *cbk, u32 x, u32 y, u32 run_h_len, GF_Color color) |
| |
| void(* | raster_fill_run_alpha )(void *cbk, u32 x, u32 y, u32 run_h_len, GF_Color color, u8 alpha) |
| |
| void(* | raster_fill_rectangle )(void *cbk, u32 x, u32 y, u32 width, u32 height, GF_Color color) |
| |
| u32 | fill_col |
| |
| u32 | fill_565 |
| |
| EVG_Raster | raster |
| |
| EVG_Outline | ftoutline |
| |
| EVG_Raster_Params | ftparams |
| |
| u32 EVGSurface::pixelFormat |
| Bool EVGSurface::center_coords |
| u32* EVGSurface::stencil_pix_run |
| u32 EVGSurface::texture_filter |
| u32 EVGSurface::useClipper |
| void* EVGSurface::raster_cbk |
| void(* EVGSurface::raster_fill_run_no_alpha)(void *cbk, u32 x, u32 y, u32 run_h_len, GF_Color color) |
| void(* EVGSurface::raster_fill_run_alpha)(void *cbk, u32 x, u32 y, u32 run_h_len, GF_Color color, u8 alpha) |
The documentation for this struct was generated from the following file: