HomeSort by: relevance | last modified time | path
    Searched refs:Copy (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /xsrc/external/mit/fontconfig/dist/doc/
fcmatrix.fncs 6 * Permission to use, copy, modify, distribute, and sell this software and its
36 @PURPOSE@ Copy a matrix
fcrange.fncs 6 * Permission to use, copy, modify, distribute, and sell this software and its
27 @PURPOSE@ Copy a range object
fcvalue.fncs 6 * Permission to use, copy, modify, distribute, and sell this software and its
36 @PURPOSE@ Copy a value
38 Returns a copy of <parameter>v</parameter> duplicating any object referenced by it so that <parameter>v</parameter>
fcpattern.fncs 6 * Permission to use, copy, modify, distribute, and sell this software and its
35 @PURPOSE@ Copy a pattern
37 Copy a pattern, returning a new pattern that matches
222 The Value returned is not a copy, but rather refers to the data stored
237 The value returned is not a copy, but rather refers to the data stored
319 copy of any data structure referenced by the return value. Use these
491 The value returned is not a copy, but rather refers to the data stored
  /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;
xp4_exa.c 4 * Permission to use, copy, modify, distribute, and sell this software and its
289 pExa->Copy = XP4Copy;
  /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...]
exa_accel.c 6 * Permission to use, copy, modify, distribute, and sell this software and its
160 /* If there's a system copy, we want to save the result there */
281 (*pExaScr->info->Copy)(pDstPixmap,
302 (*pExaScr->info->Copy)(pDstPixmap,
328 (*pExaScr->info->Copy)(pDstPixmap,
353 (*pExaScr->info->Copy)(pDstPixmap,
387 /* avoid doing copy operations if no boxes */
501 (*pExaScr->info->Copy) (pDstPixmap,
1177 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY,
1190 * direction until it fills the box. This way, the number of copy
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_accel.c 6 * Permission to use, copy, modify, distribute, and sell this software and its
156 /* If there's a system copy, we want to save the result there */
274 (*pExaScr->info->Copy) (pDstPixmap,
295 (*pExaScr->info->Copy) (pDstPixmap,
322 (*pExaScr->info->Copy) (pDstPixmap,
349 (*pExaScr->info->Copy) (pDstPixmap,
379 /* avoid doing copy operations if no boxes */
490 (*pExaScr->info->Copy) (pDstPixmap,
1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY,
1179 * direction until it fills the box. This way, the number of copy
    [all...]
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/xf86-video-nouveau/dist/src/
nouveau_exa.c 5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
464 exa->Copy = NV04EXACopy;
473 exa->Copy = NV50EXACopy;
481 exa->Copy = NVC0EXACopy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_common.py 4 # copy of this software and associated documentation files (the "Software"),
6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
84 Copy <src> file to <dst> file if the <dst>
102 print('ERROR: Could not copy %s to %s' % (src, dst), file=sys.stderr)
113 Copy files <src> directory to <dst> directory if the <dst>
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_common.py 4 # copy of this software and associated documentation files (the "Software"),
6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
85 Copy <src> file to <dst> file if the <dst>
103 print('ERROR: Could not copy %s to %s' % (src, dst), file=sys.stderr)
114 Copy files <src> directory to <dst> directory if the <dst>
  /xsrc/external/mit/xf86-video-pnozz/dist/src/
pnozz_exa.c 247 pExa->Copy = PnozzCopy;
  /xsrc/external/mit/bitmap/dist/
BitEdit.c 5 Permission to use, copy, modify, distribute, and sell this software and its
153 #define Copy 210
154 {Copy, "copy", True},
171 {CopyImm, "copy", True},
273 {"do-copy", (XtActionProc)DoCopy},
385 case Copy:
490 case Copy:
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa.c 7 * copy of this software and associated documentation files (the "Software"),
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
563 info->ExaDriver->Copy = R128CCECopy;
585 info->ExaDriver->Copy = R128Copy;
  /xsrc/external/mit/MesaLib/dist/android/
mesa3d_cross.mk 7 # copy of this software and associated documentation files (the "Software"),
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
254 # even if nothing changed. Copy sources into intermediate dir to avoid this effect.
299 # Copy classic dri drivers
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_exa.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
317 pExa->Copy = ctCopy;
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm3_exa.c 12 * Permission to use, copy, modify, distribute, and sell this software and its
366 pExa->Copy = Pm3Copy;
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_exa.c 5 * copy of this software and associated documentation files (the
7 * without limitation the rights to use, copy, modify, merge, publish,
172 copy(PixmapPtr pDstPixmap, function
319 exa->Copy = copy;
nv_exa.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
318 pExa->Copy = NvCopy;
  /xsrc/external/mit/xf86-video-suncg6/dist/src/
cg6_exa.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
344 pExa->Copy = Cg6Copy;
  /xsrc/external/mit/xf86-video-suntcx/dist/src/
tcx_accel.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
385 pExa->Copy = TcxCopy;
  /xsrc/external/mit/xf86-video-igs/dist/src/
igs_accel.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
357 pExa->Copy = IgsCopy;
  /xsrc/external/mit/xf86-video-mgx/dist/src/
mgx_accel.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
346 pExa->Copy = MgxCopy;

Completed in 27 milliseconds

1 2 3