HomeSort by relevance Sort by last modified time
    Searched full:image_a (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
layer.c 759 *image_a,
792 image_a=CloneImage(next,next->page.width,next->page.height,
794 if (image_a == (Image *) NULL)
799 image_a->background_color.alpha=(Quantum) TransparentAlpha;
800 (void) SetImageBackgroundColor(image_a,exception);
801 image_a->page=next->page;
802 image_a->page.x=0;
803 image_a->page.y=0;
804 (void) CompositeImage(image_a,next,CopyCompositeOp,MagickTrue,next->page.x,
813 image_b=CloneImage(image_a,0,0,MagickTrue,exception)
751 *image_a, local
    [all...]
  /art/runtime/gc/space/
image_space.cc 350 static bool ChecksumsMatch(const char* image_a, const char* image_b, std::string* error_msg) {
356 if (!ReadSpecificImageHeader(image_a, &hdr_a)) {
357 *error_msg = StringPrintf("Cannot read header of %s", image_a);
368 image_a,
    [all...]

Completed in 1198 milliseconds