Lines Matching defs:PrepareCopy
237 * PrepareCopy() sets up the driver for doing a copy within video
264 * The PrepareCopy() call is required of all drivers, but it may fail for any
267 Bool (*PrepareCopy) (PixmapPtr pSrcPixmap,
275 * Copy() performs a copy set up in the last PrepareCopy call.
285 * Performs the copy set up by the last PrepareCopy() call, copying the
291 * be stored in the driver private during PrepareCopy(). As with Solid(),
296 * This call is required if PrepareCopy ever succeeds.
312 * Copy() calls following a successful PrepareCopy(). This allows drivers
314 * state from PrepareCopy().
316 * This call is required if PrepareCopy() ever succeeds.