Lines Matching refs:prepare_copy
139 * prepare_copy() sets up the driver for doing a copy within video
166 * The prepare_copy() call is required of all drivers, but it may fail for any
169 Bool (*prepare_copy) (PixmapPtr pSrcPixmap,
177 * copy() performs a copy set up in the last prepare_copy call.
187 * Performs the copy set up by the last prepare_copy() call, copying the
193 * be stored in the driver private during prepare_copy(). As with solid(),
198 * This call is required if prepare_copy ever succeeds.
214 * copy() calls following a successful prepare_copy(). This allows drivers
216 * state from prepare_copy().
218 * This call is required if prepare_copy() ever succeeds.