HomeSort by relevance Sort by last modified time
    Searched refs:current_image (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/MagickCore/
layer.c 419 *current_image;
424 current_image=CloneImage(dispose_image,0,0,MagickTrue,exception);
425 if (current_image == (Image *) NULL)
431 (void) CompositeImage(current_image,next,
447 if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
448 bounds.width=current_image->columns-bounds.x;
454 if ((ssize_t) (bounds.y+bounds.height) > (ssize_t) current_image->rows)
455 bounds.height=current_image->rows-bounds.y;
456 ClearBounds(current_image,&bounds,exception);
462 current_image=DestroyImage(current_image)
414 *current_image; local
1498 *current_image; local
    [all...]
  /external/opencv3/apps/annotation/
opencv_annotation.cpp 194 Mat current_image = imread(filenames[i]); local
198 get_annotations(current_image, &output_stream);
  /device/google/dragon/recovery/updater/
debug_ec.c 1073 (r.current_image < ARRAY_SIZE(image_names) ?
1074 image_names[r.current_image] : "?"));
ec_commands.h 715 uint32_t current_image; /* One of ec_current_image */ member in struct:ec_response_get_version
3266 uint32_t current_image; \/* One of ec_current_image *\/ member in struct:ec_params_usb_pd_rw_hash_entry
    [all...]

Completed in 356 milliseconds