|
mupdf
|
#include <shade.h>

Public Attributes | |
| fz_storable | storable |
| fz_rect | bbox |
| fz_colorspace * | colorspace |
| fz_matrix | matrix |
| int | use_background |
| float | background [FZ_MAX_COLORS] |
| int | function_stride |
| float * | function |
| int | type |
| union { | |
| struct { | |
| int extend [2] | |
| float coords [2][3] | |
| } l_or_r | |
| struct { | |
| int vprow | |
| int bpflag | |
| int bpcoord | |
| int bpcomp | |
| float x0 | |
| float x1 | |
| float y0 | |
| float y1 | |
| float c0 [FZ_MAX_COLORS] | |
| float c1 [FZ_MAX_COLORS] | |
| } m | |
| struct { | |
| fz_matrix matrix | |
| int xdivs | |
| int ydivs | |
| float domain [2][2] | |
| float * fn_vals | |
| } f | |
| } | u |
| fz_compressed_buffer * | buffer |
Structure is public to allow derived classes. Do not access the members directly.
| float fz_shade::background[FZ_MAX_COLORS] |
| fz_rect fz_shade::bbox |
| int fz_shade::bpcomp |
| int fz_shade::bpcoord |
| int fz_shade::bpflag |
| fz_compressed_buffer* fz_shade::buffer |
| float fz_shade::c0[FZ_MAX_COLORS] |
| float fz_shade::c1[FZ_MAX_COLORS] |
| fz_colorspace* fz_shade::colorspace |
| float fz_shade::coords[2][3] |
| float fz_shade::domain[2][2] |
| int fz_shade::extend[2] |
| struct { ... } fz_shade::f |
| float* fz_shade::fn_vals |
| float* fz_shade::function |
| int fz_shade::function_stride |
| struct { ... } fz_shade::l_or_r |
| struct { ... } fz_shade::m |
| fz_matrix fz_shade::matrix |
| fz_storable fz_shade::storable |
| int fz_shade::type |
| union { ... } fz_shade::u |
| int fz_shade::use_background |
| int fz_shade::vprow |
| float fz_shade::x0 |
| float fz_shade::x1 |
| int fz_shade::xdivs |
| float fz_shade::y0 |
| float fz_shade::y1 |
| int fz_shade::ydivs |