OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOneAuthenticPixel
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
cache.h
49
GetOneAuthenticPixel
(Image *,const ssize_t,const ssize_t,Quantum *,
methods.h
[
all
...]
cache.c
[
all
...]
/external/ImageMagick/www/api/
cache.php
55
<p class="text-center"><a href="cache.php#AcquirePixelCacheNexus">AcquirePixelCacheNexus</a> • <a href="cache.php#GetAuthenticMetacontent">GetAuthenticMetacontent</a> • <a href="cache.php#GetAuthenticPixelQueue">GetAuthenticPixelQueue</a> • <a href="cache.php#GetAuthenticPixels">GetAuthenticPixels</a> • <a href="cache.php#
GetOneAuthenticPixel
">
GetOneAuthenticPixel
</a> • <a href="cache.php#GetOneVirtualPixel">GetOneVirtualPixel</a> • <a href="cache.php#GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a> • <a href="cache.php#GetVirtualMetacontent">GetVirtualMetacontent</a> • <a href="cache.php#GetVirtualPixelQueue">GetVirtualPixelQueue</a> • <a href="cache.php#GetVirtualPixels">GetVirtualPixels</a> • <a href="cache.php#QueueAuthenticPixels">QueueAuthenticPixels</a> • <a href="cache.php#SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a> • <a href="cache.php#SyncAuthenticPixels">SyncAuthenticPixels</a></p>
159
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="
GetOneAuthenticPixel
">
GetOneAuthenticPixel
</a></h2>
161
<p>
GetOneAuthenticPixel
() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs.</p>
163
<p>The format of the
GetOneAuthenticPixel
() method is:</p>
166
MagickBooleanType
GetOneAuthenticPixel
(const Image image,const ssize_t x,
196
<p>GetOneVirtualPixel() returns a single virtual pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use
GetOneAuthenticPixel
() instead.</p>
231
<p>GetOneVirtualPixelInfo() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use
GetOneAuthenticPixel
() instead.</p>
Completed in 323 milliseconds