Home
last modified time | relevance | path

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

/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dstyle.i643 struct GpLineAttribs { struct
644 long color; /* 255=bg 254=fg 253=b 252=w ...=rgb ...=cmy */
645 int type; /* line types: 0=none 1=solid 2=- 3=. 4=-. 5=-.. */
646 double width; /* 1.0 is normal width of a line (1/2 point) */
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dgist.h202 typedef struct GpLineAttribs GpLineAttribs; typedef
203 struct GpLineAttribs { struct
204 unsigned long color;
205 int type; /* line types given by L_SOLID, etc. */
206 GpReal width; /* default 1.0 is normal width of a line */