HomeSort by relevance Sort by last modified time
    Searched refs:CopyMagickMemory (Results 1 - 25 of 35) sorted by null

1 2

  /external/ImageMagick/MagickCore/
memory_.h 44 *CopyMagickMemory(void *,const void *,const size_t)
cipher.c 651 (void) CopyMagickMemory(input_block,digest,MagickMin(AESBlocksize,
684 (void) CopyMagickMemory(output_block,input_block,AESBlocksize*
692 (void) CopyMagickMemory(output_block,input_block,AESBlocksize*
872 (void) CopyMagickMemory(input_block,digest,MagickMin(AESBlocksize,
905 (void) CopyMagickMemory(output_block,input_block,AESBlocksize*
913 (void) CopyMagickMemory(output_block,input_block,AESBlocksize*
    [all...]
random.c 231 (void) CopyMagickMemory(random_info->seed,GetStringInfoDatum(key),
247 (void) CopyMagickMemory(random_info->seed,GetStringInfoDatum(digest),
935 (void) CopyMagickMemory(p,GetStringInfoDatum(GetSignatureDigest(
    [all...]
xml-tree.c     [all...]
signature.c 820 (void) CopyMagickMemory(GetStringInfoDatum(signature_info->message)+
837 (void) CopyMagickMemory(GetStringInfoDatum(signature_info->message),p,n);
profile.c     [all...]
fourier.c 435 (void) CopyMagickMemory(roll_pixels,source_pixels,height*width*
    [all...]
memory.c 673 % CopyMagickMemory() copies size bytes from memory area source to the
677 % The format of the CopyMagickMemory method is:
679 % void *CopyMagickMemory(void *destination,const void *source,
691 MagickExport void *CopyMagickMemory(void *destination,const void *source,
    [all...]
paint.c 612 (void) CopyMagickMemory(gradient->stops,stops,(size_t) number_stops*
    [all...]
methods.h 220 #define CopyMagickMemory PrependMagickMethod(CopyMagickMemory)
    [all...]
nt-base.c     [all...]
  /external/ImageMagick/coders/
mvg.c 214 CopyMagickMemory(draw_info->primitive,GetBlobStreamData(image),
pdb.c 700 (void) CopyMagickMemory(destination,source,literal);
790 (void) CopyMagickMemory(pdb_info.type,"vIMG",4);
791 (void) CopyMagickMemory(pdb_info.id,"View",4);
901 (void) CopyMagickMemory(buffer,buffer+literal+repeat,0x80);
sixel.c 370 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, imsx);
444 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, imsx);
525 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, dmsx);
568 CopyMagickMemory(context->buffer,
    [all...]
sfw.c 280 (void) CopyMagickMemory(header+6,"JFIF\0\001\0",7); /* JFIF magic */
palm.c 475 (void) CopyMagickMemory(lastrow, one_row, bytes_per_row);
    [all...]
pict.c 509 (void) CopyMagickMemory(q,p,(size_t) number_pixels);
544 (void) CopyMagickMemory(q,p,(size_t) number_pixels);
556 (void) CopyMagickMemory(q,p,(size_t) number_pixels);
    [all...]
pcl.c 954 (void) CopyMagickMemory(previous_pixels,pixels,length*
jpeg.c     [all...]
pcd.c 472 (void) CopyMagickMemory(q,p,(size_t) (2*width));
    [all...]
pcx.c 612 (void) CopyMagickMemory(r,p,image->columns);
    [all...]
sun.c 484 (void) CopyMagickMemory(sun_pixels,sun_data,sun_info.length);
    [all...]
psd.c     [all...]
  /external/ImageMagick/www/api/
memory.php 55 <p class="text-center"><a href="memory.php#AcquireAlignedMemory">AcquireAlignedMemory</a> &bull; <a href="memory.php#AcquireMagickMemory">AcquireMagickMemory</a> &bull; <a href="memory.php#AcquireQuantumMemory">AcquireQuantumMemory</a> &bull; <a href="memory.php#AcquireVirtualMemory">AcquireVirtualMemory</a> &bull; <a href="memory.php#CopyMagickMemory">CopyMagickMemory</a> &bull; <a href="memory.php#GetMagickMemoryMethods">GetMagickMemoryMethods</a> &bull; <a href="memory.php#GetVirtualMemoryBlob">GetVirtualMemoryBlob</a> &bull; <a href="memory.php#RelinquishAlignedMemory">RelinquishAlignedMemory</a> &bull; <a href="memory.php#RelinquishMagickMemory">RelinquishMagickMemory</a> &bull; <a href="memory.php#RelinquishVirtualMemory">RelinquishVirtualMemory</a> &bull; <a href="memory.php#ResetMagickMemory">ResetMagickMemory</a> &bull; <a href="memory.php#ResizeMagickMemory">ResizeMagickMemory</a> &bull; <a href="memory.php#ResizeQuantumMemory">ResizeQuantumMemory</a> &bull; <a href="memory.php#SetMagickMemoryMethods">SetMagickMemoryMethods</a></p>
157 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/memory_8c.html" id="CopyMagickMemory">CopyMagickMemory</a></h2>
159 <p>CopyMagickMemory() copies size bytes from memory area source to the destination. Copying between objects that overlap will take place correctly. It returns destination.</p>
161 <p>The format of the CopyMagickMemory method is:</p>
164 void *CopyMagickMemory(void *destination,const void *source,
  /external/ImageMagick/MagickWand/
magick-property.c 742 (void) CopyMagickMemory(datum,GetStringInfoDatum(profile),
    [all...]

Completed in 420 milliseconds

1 2