HomeSort by: relevance | last modified time | path
    Searched defs:Copy (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-trident/dist/src/
blade_exa.c 5 * Permission to use, copy, modify, distribute, and sell this software
199 Copy(PixmapPtr pDstPixmap,
325 /* Solid fill & copy, the bare minimum */
330 ExaDriver->Copy = Copy;
  /xsrc/external/mit/xorg-server/dist/exa/
exa.h 7 * Permission to use, copy, modify, distribute, and sell this software and its
232 /** @name Copy
236 * PrepareCopy() sets up the driver for doing a copy within video
241 * @param dx X copy direction
242 * @param dy Y copy direction
248 * hardware should do the copy from the left to the right, and dy will be
249 * positive if the copy should be done from the top to the bottom. This
253 * #EXA_TWO_BITBLT_DIRECTIONS, and EXA will break down Copy operations to
271 * Copy() performs a copy set up in the last PrepareCopy call
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa.h 7 * Permission to use, copy, modify, distribute, and sell this software and its
233 /** @name Copy
237 * PrepareCopy() sets up the driver for doing a copy within video
242 * @param dx X copy direction
243 * @param dy Y copy direction
249 * hardware should do the copy from the left to the right, and dy will be
250 * positive if the copy should be done from the top to the bottom. This
254 * #EXA_TWO_BITBLT_DIRECTIONS, and EXA will break down Copy operations to
275 * Copy() performs a copy set up in the last PrepareCopy call
    [all...]
  /xsrc/external/mit/bitmap/dist/
BitEdit.c 5 Permission to use, copy, modify, distribute, and sell this software and its
149 #define Copy 210
150 {Copy, "copy", True},
167 {CopyImm, "copy", True},
268 {"do-copy", (XtActionProc)DoCopy},
384 case Copy:
494 case Copy:

Completed in 15 milliseconds