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

1 2

  /external/ImageMagick/MagickCore/
cache-view.h 95 *GetCacheViewAuthenticPixels(CacheView *,const ssize_t,const ssize_t,
colormap.c 219 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
353 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
paint.c 242 q=GetCacheViewAuthenticPixels(floodplane_view,0,y,(size_t) (x1+1),1,
277 q=GetCacheViewAuthenticPixels(floodplane_view,x,y,image->columns-
306 q=GetCacheViewAuthenticPixels(floodplane_view,x,y,(size_t) (x2-x+1),1,
342 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
    [all...]
image-view.c 284 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
    [all...]
channel.c 164 q=GetCacheViewAuthenticPixels(destination_view,0,y,
590 pixels=GetCacheViewAuthenticPixels(combine_view,0,y,combine_image->columns,
    [all...]
threshold.c 854 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
1016 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
    [all...]
enhance.c 754 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
911 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
    [all...]
colorspace.c 361 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
418 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
490 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
708 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
775 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
1026 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
    [all...]
decorate.c 680 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
756 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
821 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
quantize.c 562 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,
    [all...]
accelerate.c     [all...]
attribute.c     [all...]
cipher.c 675 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
896 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
    [all...]
fourier.c 573 q=GetCacheViewAuthenticPixels(magnitude_view,0L,y,fourier_info->width,1UL,
625 q=GetCacheViewAuthenticPixels(phase_view,0L,y,fourier_info->width,1UL,
    [all...]
cache-view.c 286 % GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel
290 % The format of the GetCacheViewAuthenticPixels method is:
292 % Quantum *GetCacheViewAuthenticPixels(CacheView *cache_view,
306 MagickExport Quantum *GetCacheViewAuthenticPixels(CacheView *cache_view,
376 % GetCacheViewAuthenticPixels(). The pixels are authentic and therefore can be
448 % GetCacheViewAuthenticPixels().
    [all...]
composite.c 374 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
641 q=GetCacheViewAuthenticPixels(image_view,x_offset,y+y_offset,
727 q=GetCacheViewAuthenticPixels(image_view,x_offset,y+y_offset,
    [all...]
fx.c 769 q=GetCacheViewAuthenticPixels(image_view,0,y,colorize_image->columns,1,
975 q=GetCacheViewAuthenticPixels(color_view,0,y,color_image->columns,1,
    [all...]
image.c     [all...]
annotate.c     [all...]
methods.h 349 #define GetCacheViewAuthenticPixels PrependMagickMethod(GetCacheViewAuthenticPixels)
    [all...]
shear.c     [all...]
draw.c     [all...]
  /external/ImageMagick/MagickWand/
wand-view.c 347 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
363 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
    [all...]
pixel-iterator.c     [all...]
  /external/ImageMagick/Magick++/lib/
Pixels.cpp 46 Quantum* pixels=GetCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_,

Completed in 155 milliseconds

1 2