Lines Matching defs:solid
71 /** @name solid
75 * prepare_solid() sets up the driver for doing a solid fill.
81 * This call should set up the driver for doing a series of solid fills
82 * through the solid() call. The alu raster op is one of the GX*
101 * solid() performs a solid fill set up in the last prepare_solid() call.
118 void (*solid) (PixmapPtr pPixmap, int x1, int y1, int x2, int y2);
121 * done_solid() finishes a set of solid fills.
126 * solid() calls following a successful prepare_solid(). This allows drivers
193 * be stored in the driver private during prepare_copy(). As with solid(),