Searched defs:FAPI_path_s (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | ifapi.h | 110 struct FAPI_path_s { struct 111 void *olh; /* Client's data. */ 112 int shift; 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 *);
|