Home
last modified time | relevance | path

Searched defs:_xcal (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/xicc/
H A Dxcal.h38 struct _xcal { struct
41 void (*del)(struct _xcal *p); argument
50 int (*read_icc) (struct _xcal *p, icc *c); argument
55 int (*read) (struct _xcal *p, char *filename); argument
59 int (*write_cgats)(struct _xcal *p, cgats *tcg); argument
63 int (*write)(struct _xcal *p, char *filename); argument
66 void (*interp) (struct _xcal *p, double *out, double *in); argument
71 int (*inv_interp) (struct _xcal *p, double *out, double *in); argument
75 double (*interp_ch) (struct _xcal *p, int ch, double in); argument
80 double (*inv_interp_ch) (struct _xcal *p, int ch, double in); argument
[all …]