HomeSort by relevance Sort by last modified time
    Searched refs:ResizeMagickMemory (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
memory_.h 53 *ResizeMagickMemory(void *,const size_t)
memory.c     [all...]
methods.h     [all...]
opencl.c     [all...]
  /external/ImageMagick/MagickWand/tests/
script-token-test.c 68 #define ResizeMagickMemory(p,s) realloc(p,s)
  /external/ImageMagick/MagickWand/
script-token.c 349 ResizeMagickMemory(token_info->token, token_info->length); \
  /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>
336 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/memory_8c.html" id="ResizeMagickMemory">ResizeMagickMemory</a></h2>
338 <p>ResizeMagickMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
340 <p>The format of the ResizeMagickMemory method is:</p>
343 void *ResizeMagickMemory(void *memory,const size_t size)
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]

Completed in 189 milliseconds