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

1 2

  /external/ImageMagick/MagickCore/
cache-view.h 87 SyncCacheViewAuthenticPixels(CacheView *magick_restrict,ExceptionInfo *)
colormap.c 234 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
366 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
channel.c 187 if (SyncCacheViewAuthenticPixels(destination_view,exception) == MagickFalse)
626 if (SyncCacheViewAuthenticPixels(combine_view,exception) == MagickFalse)
804 if (SyncCacheViewAuthenticPixels(separate_view,exception) == MagickFalse)
    [all...]
paint.c 259 if (SyncCacheViewAuthenticPixels(floodplane_view,exception) == MagickFalse)
292 status=SyncCacheViewAuthenticPixels(floodplane_view,exception);
358 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
846 if (SyncCacheViewAuthenticPixels(paint_view,exception) == MagickFalse)
    [all...]
image-view.c 294 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
    [all...]
decorate.c 382 (void) SyncCacheViewAuthenticPixels(frame_view,exception);
454 if (SyncCacheViewAuthenticPixels(frame_view,exception) == MagickFalse)
563 (void) SyncCacheViewAuthenticPixels(frame_view,exception);
725 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
790 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
866 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
threshold.c 339 if (SyncCacheViewAuthenticPixels(threshold_view,exception) == MagickFalse)
881 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1044 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
    [all...]
transform.c 302 if (SyncCacheViewAuthenticPixels(chop_view,exception) == MagickFalse)
368 if (SyncCacheViewAuthenticPixels(chop_view,exception) == MagickFalse)
495 if (SyncCacheViewAuthenticPixels(cmyk_view,exception) == MagickFalse)
721 if (SyncCacheViewAuthenticPixels(crop_view,exception) == MagickFalse)
    [all...]
fx.c 387 sync=SyncCacheViewAuthenticPixels(noise_view,exception);
544 sync=SyncCacheViewAuthenticPixels(shift_view,exception);
795 sync=SyncCacheViewAuthenticPixels(image_view,exception);
    [all...]
enhance.c 767 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
947 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
    [all...]
colorspace.c 376 sync=SyncCacheViewAuthenticPixels(image_view,exception);
430 sync=SyncCacheViewAuthenticPixels(image_view,exception);
626 sync=SyncCacheViewAuthenticPixels(image_view,exception);
734 sync=SyncCacheViewAuthenticPixels(image_view,exception);
797 sync=SyncCacheViewAuthenticPixels(image_view,exception);
    [all...]
fourier.c 329 if (SyncCacheViewAuthenticPixels(Ci_view,exception) == MagickFalse)
331 if (SyncCacheViewAuthenticPixels(Cr_view,exception) == MagickFalse)
616 status=SyncCacheViewAuthenticPixels(magnitude_view,exception);
668 status=SyncCacheViewAuthenticPixels(phase_view,exception);
    [all...]
shear.c 851 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
931 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
    [all...]
effect.c 388 if (SyncCacheViewAuthenticPixels(blur_view,exception) == MagickFalse)
710 if (SyncCacheViewAuthenticPixels(sharp_view,exception) == MagickFalse)
    [all...]
image.c 597 sync=SyncCacheViewAuthenticPixels(append_view,exception);
    [all...]
composite.c 509 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
675 sync=SyncCacheViewAuthenticPixels(image_view,exception);
748 sync=SyncCacheViewAuthenticPixels(image_view,exception);
938 sync=SyncCacheViewAuthenticPixels(canvas_view,exception);
    [all...]
quantize.c 633 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
    [all...]
statistic.c 595 if (SyncCacheViewAuthenticPixels(evaluate_view,exception) == MagickFalse)
748 if (SyncCacheViewAuthenticPixels(evaluate_view,exception) == MagickFalse)
858 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1084 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
    [all...]
attribute.c     [all...]
cipher.c 701 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
922 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
    [all...]
vision.c 416 if (SyncCacheViewAuthenticPixels(component_view,exception) == MagickFalse)
545 if (SyncCacheViewAuthenticPixels(component_view,exception) == MagickFalse)
resize.c     [all...]
  /external/ImageMagick/coders/
mask.c 280 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse)
  /external/ImageMagick/Magick++/lib/
Pixels.cpp 95 (void) SyncCacheViewAuthenticPixels(_view,exceptionInfo);
  /external/ImageMagick/MagickWand/
wand-view.c 372 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
    [all...]

Completed in 83 milliseconds

1 2