|
mupdf
|
#include <path.h>
Public Attributes | |
| int | refs |
| fz_linecap | start_cap |
| fz_linecap | dash_cap |
| fz_linecap | end_cap |
| fz_linejoin | linejoin |
| float | linewidth |
| float | miterlimit |
| float | dash_phase |
| int | dash_len |
| float | dash_list [FZ_FLEXIBLE_ARRAY] |
| fz_linecap fz_stroke_state::dash_cap |
| int fz_stroke_state::dash_len |
| float fz_stroke_state::dash_list[FZ_FLEXIBLE_ARRAY] |
| float fz_stroke_state::dash_phase |
| fz_linecap fz_stroke_state::end_cap |
| fz_linejoin fz_stroke_state::linejoin |
| float fz_stroke_state::linewidth |
| float fz_stroke_state::miterlimit |
| int fz_stroke_state::refs |
| fz_linecap fz_stroke_state::start_cap |