OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOneCacheViewAuthenticPixel
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
cache-view.h
75
GetOneCacheViewAuthenticPixel
(const CacheView *,const ssize_t,const ssize_t,
cache-view.c
698
%
GetOneCacheViewAuthenticPixel
() returns a single pixel at the specified (x,y)
701
% The format of the
GetOneCacheViewAuthenticPixel
method is:
703
% MagickBooleaNType
GetOneCacheViewAuthenticPixel
(
718
MagickExport MagickBooleanType
GetOneCacheViewAuthenticPixel
(
772
% you plan to modify the pixel, use
GetOneCacheViewAuthenticPixel
() instead.
[
all
...]
methods.h
[
all
...]
/external/ImageMagick/www/api/
cache-view.php
55
<p class="text-center"><a href="cache-view.php#AcquireAuthenticCacheView">AcquireAuthenticCacheView</a> • <a href="cache-view.php#AcquireVirtualCacheView">AcquireVirtualCacheView</a> • <a href="cache-view.php#CloneCacheView">CloneCacheView</a> • <a href="cache-view.php#DestroyCacheView">DestroyCacheView</a> • <a href="cache-view.php#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> • <a href="cache-view.php#GetCacheViewAuthenticMetacontent">GetCacheViewAuthenticMetacontent</a> • <a href="cache-view.php#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> • <a href="cache-view.php#GetCacheViewColorspace">GetCacheViewColorspace</a> • <a href="cache-view.php#GetCacheViewImage">GetCacheViewImage</a> • <a href="cache-view.php#GetCacheViewStorageClass">GetCacheViewStorageClass</a> • <a href="cache-view.php#GetCacheViewVirtualMetacontent">GetCacheViewVirtualMetacontent</a> • <a href="cache-view.php#GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a> • <a href="cache-view.php#GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a> • <a href="cache-view.php#
GetOneCacheViewAuthenticPixel
">
GetOneCacheViewAuthenticPixel
</a> • <a href="cache-view.php#GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a> • <a href="cache-view.php#GetOneCacheViewVirtualPixelInfo">GetOneCacheViewVirtualPixelInfo</a> • <a href="cache-view.php#GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a> • <a href="cache-view.php#QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a> • <a href="cache-view.php#SetCacheViewStorageClass">SetCacheViewStorageClass</a> • <a href="cache-view.php#SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a> • <a href="cache-view.php#SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a></p>
375
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="
GetOneCacheViewAuthenticPixel
">
GetOneCacheViewAuthenticPixel
</a></h2>
377
<p>
GetOneCacheViewAuthenticPixel
() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs.</p>
379
<p>The format of the
GetOneCacheViewAuthenticPixel
method is:</p>
382
MagickBooleaNType
GetOneCacheViewAuthenticPixel
(
413
<p>GetOneCacheViewVirtualPixel() 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
GetOneCacheViewAuthenticPixel
() instead.</p>
449
<p>GetOneCacheViewVirtualPixelInfo() 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
GetOneCacheViewAuthenticPixel
() instead.</p>
485
<p>GetOneCacheViewVirtualMethodPixel() 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
GetOneCacheViewAuthenticPixel
() instead.</p
[
all
...]
Completed in 760 milliseconds