Searched defs:shadow (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/disc/
H A Dsfdcseekable.c34 Sfio_t* shadow; /* to shadow data */ member in struct:_skable_s
36 Sfoff_t extent; /* shadow extent */
69 sf = sk->shadow;
117 sf = sk->shadow;
181 sfclose(sk->shadow);
188 sfseek(sk->shadow,(Sfoff_t)0,SEEK_SET);
215 sk->shadow = sftmp(SF_BUFSIZE);
221 { sfclose(sk->shadow);
/ast/src/lib/libtk/generic/
H A Dtk3d.c45 Pixmap shadow; /* Stipple pattern to use for drawing member in struct:__anon378
52 * border. None means the shadow colors
55 * the border. None means the shadow colors
166 borderPtr->shadow = None;
207 * An appropriate shadow color is chosen for the bevel based
586 if (borderPtr->shadow != None) {
587 Tk_FreeBitmap(display, borderPtr->shadow);
1211 * This procedure computes the shadow colors for a 3-D border
1215 * is only used for flat backgrounds the shadow colors will
1245 * The shadow color
[all...]

Completed in 14 milliseconds