#include <path.h>
|
| void(* | moveto )(fz_context *ctx, void *arg, float x, float y) |
| void(* | lineto )(fz_context *ctx, void *arg, float x, float y) |
| void(* | curveto )(fz_context *ctx, void *arg, float x1, float y1, float x2, float y2, float x3, float y3) |
| void(* | closepath )(fz_context *ctx, void *arg) |
| void(* | quadto )(fz_context *ctx, void *arg, float x1, float y1, float x2, float y2) |
| void(* | curvetov )(fz_context *ctx, void *arg, float x2, float y2, float x3, float y3) |
| void(* | curvetoy )(fz_context *ctx, void *arg, float x1, float y1, float x3, float y3) |
| void(* | rectto )(fz_context *ctx, void *arg, float x1, float y1, float x2, float y2) |
◆ closepath
| void(* fz_path_walker::closepath) (fz_context *ctx, void *arg) |
◆ curveto
| void(* fz_path_walker::curveto) (fz_context *ctx, void *arg, float x1, float y1, float x2, float y2, float x3, float y3) |
◆ curvetov
| void(* fz_path_walker::curvetov) (fz_context *ctx, void *arg, float x2, float y2, float x3, float y3) |
◆ curvetoy
| void(* fz_path_walker::curvetoy) (fz_context *ctx, void *arg, float x1, float y1, float x3, float y3) |
◆ lineto
| void(* fz_path_walker::lineto) (fz_context *ctx, void *arg, float x, float y) |
◆ moveto
| void(* fz_path_walker::moveto) (fz_context *ctx, void *arg, float x, float y) |
◆ quadto
| void(* fz_path_walker::quadto) (fz_context *ctx, void *arg, float x1, float y1, float x2, float y2) |
◆ rectto
| void(* fz_path_walker::rectto) (fz_context *ctx, void *arg, float x1, float y1, float x2, float y2) |
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/mupdf/checkouts/1.28.0/include/mupdf/fitz/path.h