Searched refs:FAPI_path (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | ifapi.h | 109 typedef struct FAPI_path_s FAPI_path; typedef 113 int (*moveto )(FAPI_path *, FracInt, FracInt); 114 int (*lineto )(FAPI_path *, FracInt, FracInt); 115 int (*curveto )(FAPI_path *, FracInt, FracInt, FracInt, FracInt, FracInt, FracInt); 116 int (*closepath)(FAPI_path *); 163 FAPI_retcode (*get_char_outline)(FAPI_server *server, FAPI_path *p);
|
| H A D | zfapi.c | 78 private int add_closepath(FAPI_path *I) in add_closepath() 85 private int add_move(FAPI_path *I, FracInt x, FracInt y) in add_move() 96 private int add_line(FAPI_path *I, FracInt x, FracInt y) in add_line() 103 private int add_curve(FAPI_path *I, FracInt x0, FracInt y0, FracInt x1, FracInt y1, FracInt x2, Fra… in add_curve() 112 private FAPI_path path_interface_stub = { NULL, 0, add_move, add_line, add_curve, add_closepath }; 1053 { FAPI_path path_interface = path_interface_stub; in outline_char()
|
| H A D | fapi_ft.c | 750 FAPI_path* m_path; 810 static FAPI_retcode get_char_outline(FAPI_server *a_server,FAPI_path *a_path) in get_char_outline()
|
| H A D | fapiufst.c | 893 private int export_outline(fapi_ufst_server *r, PIFOUTLINE pol, FAPI_path *p) in export_outline() 947 private FAPI_retcode get_char(fapi_ufst_server *r, FAPI_font *ff, FAPI_char_ref *c, FAPI_path *p, F… in get_char() 1014 private FAPI_retcode get_char_outline(FAPI_server *server, FAPI_path *p) in get_char_outline()
|