Searched defs:images (Results 1 - 25 of 108) sorted by relevance

12345

/external/ImageMagick/www/source/
H A Dcore.c14 *images, local
33 images=ReadImage(image_info,exception);
36 if (images == (Image *) NULL)
42 while ((image=RemoveFirstImageFromList(&images)) != (Image *) NULL)
H A Danalyze.c66 % size_t analyzeImage(Image *images,const int argc,
82 ModuleExport size_t analyzeImage(Image **images,const int argc,
113 assert(images != (Image **) NULL);
114 assert(*images != (Image *) NULL);
115 assert((*images)->signature == MagickSignature);
118 image=(*images);
80 analyzeImage(Image **images,const int argc, const char **argv,ExceptionInfo *exception) argument
/external/ImageMagick/MagickWand/
H A Dmagick-wand-private.h58 *images; /* The images in this wand - also the current image */ member in struct:_MagickWand
61 *image_info; /* Global settings used for images in Wand */
67 insert_before, /* wand set to first image, prepend new images */
H A Dstream.c39 % making stream desirable when working with large images or when you require
287 *images;
297 images=StreamImage(image_info,stream_info,exception);
298 status&=(images != (Image *) NULL) &&
300 if (images == (Image *) NULL)
302 AppendImageStack(images);
285 *images; local
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_image.c33 const struct pipe_image_view *images)
40 /* set the new images */
44 if (images) {
45 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, images[i].resource);
46 softpipe->tgsi.image[shader]->sp_iview[idx] = images[i];
66 /* set the new images */
29 softpipe_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, const struct pipe_image_view *images) argument
/external/skia/tools/flags/
H A DSkCommonFlags.cpp22 DEFINE_string(images, "", "List of images and/or directories to decode. A directory with no images"
25 DEFINE_string(colorImages, "", "List of images and/or directories to decode with color correction. "
26 "A directory with no images is treated as a fatal error.");
105 bool CollectImages(SkCommandLineFlags::StringArray images, SkTArray<SkString>* output) { argument
121 for (int i = 0; i < images.count(); ++i) {
122 const char* flag = images[i];
129 // If the value passed in is a directory, add all the images
140 SkDebugf("No supported images foun
[all...]
H A DSkCommonFlags.h18 DECLARE_string(images); variable
50 * Populates |output|, an array of strings with paths to images to test.
52 * Returns true if each argument to the images flag is meaningful:
54 * - If |dir| does not have any supported images (based on file type), return false.
/external/skqp/tools/flags/
H A DSkCommonFlags.cpp22 DEFINE_string(images, "", "List of images and/or directories to decode. A directory with no images"
25 DEFINE_string(colorImages, "", "List of images and/or directories to decode with color correction. "
26 "A directory with no images is treated as a fatal error.");
93 bool CollectImages(SkCommandLineFlags::StringArray images, SkTArray<SkString>* output) { argument
109 for (int i = 0; i < images.count(); ++i) {
110 const char* flag = images[i];
117 // If the value passed in is a directory, add all the images
128 SkDebugf("No supported images foun
[all...]
H A DSkCommonFlags.h18 DECLARE_string(images); variable
46 * Populates |output|, an array of strings with paths to images to test.
48 * Returns true if each argument to the images flag is meaningful:
50 * - If |dir| does not have any supported images (based on file type), return false.
/external/wayland/cursor/
H A Dwayland-cursor.h47 struct wl_cursor_image **images; member in struct:wl_cursor
H A Dxcursor.h50 int nimage; /* number of images */
51 XcursorImage **images; /* array of XcursorImage pointers */ member in struct:_XcursorImages
52 char *name; /* name used to load images */
59 XcursorImagesDestroy (XcursorImages *images);
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dstyle_sheet.py38 def images(self): member in class:ParsedStyleSheet
42 for i in self.images:
48 for i in self.images:
61 # I'm assuming we only have url()'s associated with images
66 for i in self.images:
114 def images(self): member in class:StyleSheet
116 return self._parsed_style_sheet.images
/external/tensorflow/tensorflow/contrib/image/kernels/
H A Dimage_ops.cc74 errors::InvalidArgument("Input images must have rank 4"));
83 auto images = images_t.tensor<T, 4>(); variable
89 ctx->eigen_device<Device>(), &output, images, transform);
118 const GPUDevice& device, OutputType* output, const InputType& images, \
H A Dsegmentation_ops.cc36 // Computes connected components on batches of 2D images.
46 errors::InvalidArgument("Input images must have rank 3"));
62 const auto images = images_t.tensor<T, 3>(); variable
65 ctx, output_t->flat<OutputType>(), images, forest, rank);
79 typename TTypes<T, 3>::ConstTensor images,
82 const int64 num_images = images.dimension(0),
83 num_rows = images.dimension(1), num_cols = images.dimension(2),
84 num_elements = images.size();
91 images
77 operator ()(OpKernelContext* ctx, typename TTypes<OutputType>::Flat output, typename TTypes<T, 3>::ConstTensor images, typename TTypes<OutputType, 3>::Tensor forest, typename TTypes<OutputType, 3>::Tensor rank) argument
[all...]
/external/ImageMagick/coders/
H A Dvid.c13 % Return a Visual Image Directory for matching images. %
86 % ReadVIDImage reads one of more images and creates a Visual Image
111 *images,
157 images=NewImageList();
198 AppendImageToList(&images,next_image);
199 status=SetImageProgress(images,LoadImagesTag,i,number_files);
205 if (images == (Image *) NULL)
215 GetFirstImageInList(images),exception);
217 images=DestroyImageList(images);
108 *images, local
[all...]
H A Djnx.c141 *images;
227 images=NewImageList();
289 if (images != (Image *) NULL)
290 images=DestroyImageList(images);
298 if (images != (Image *) NULL)
299 images=DestroyImageList(images);
316 AppendImageToList(&images,tile_image);
331 if (images
137 *images; local
[all...]
H A Dmpeg.c177 *images;
213 images=ReadImage(read_info,exception);
216 return(images);
173 *images; local
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_image.c52 struct pipe_image_view images[MAX_IMAGE_UNIFORMS]; local
64 struct pipe_image_view *img = &images[i];
122 prog->info.num_images, images);
123 /* clear out any stale shader images */
/external/syslinux/gpxe/src/core/
H A Dimage.c35 * Executable/loadable images
39 /** List of registered images */
40 struct list_head images = LIST_HEAD_INIT ( images ); variable in typeref:struct:list_head
128 list_add_tail ( &image->list, &images );
156 list_for_each_entry ( image, &images, list ) {
/external/tensorflow/tensorflow/core/kernels/
H A Ddraw_bounding_box_op.cc35 const Tensor& images = context->input(0); variable
37 const int64 depth = images.dim_size(3);
39 OP_REQUIRES(context, images.dims() == 4,
40 errors::InvalidArgument("The rank of the images should be 4"));
44 OP_REQUIRES(context, images.dim_size(0) == boxes.dim_size(0),
52 const int64 batch_size = images.dim_size(0);
53 const int64 height = images.dim_size(1);
54 const int64 width = images.dim_size(2);
74 // For GRY images, this means all bounding boxes will be white.
86 output->tensor<T, 4>() = images
[all...]
/external/vulkan-validation-layers/demos/smoke/
H A DHelpers.h97 inline VkResult get(VkDevice dev, VkSwapchainKHR swapchain, std::vector<VkImage> &images) { argument
101 images.resize(count);
102 return vk::GetSwapchainImagesKHR(dev, swapchain, &count, images.data());
/external/ImageMagick/filters/
H A Danalyze.c66 % size_t analyzeImage(Image *images,const int argc,
82 ModuleExport size_t analyzeImage(Image **images,const int argc,
113 assert(images != (Image **) NULL);
114 assert(*images != (Image *) NULL);
115 assert((*images)->signature == MagickCoreSignature);
118 image=(*images);
80 analyzeImage(Image **images,const int argc, const char **argv,ExceptionInfo *exception) argument
/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_perf.c113 struct g2d_image *images; local
119 images = calloc(batch, sizeof(struct g2d_image));
120 if (images == NULL) {
121 fprintf(stderr, "error: failed to allocate G2D images.\n");
126 images[i].width = buf_width;
127 images[i].height = buf_height;
128 images[i].stride = buf_width * 4;
129 images[i].color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB;
130 images[i].buf_type = G2D_IMGBUF_GEM;
131 images[
[all...]
/external/skia/gm/
H A Dimagefromyuvtextures.cpp145 SkTArray<sk_sp<SkImage>> images; variable
146 images.push_back(fRGBImage);
150 images.push_back(SkImage::MakeFromYUVTexturesCopy(context,
156 for (int i = 0; i < images.count(); ++ i) {
160 canvas->drawImage(images[i].get(), x, y);
/external/skqp/gm/
H A Dimagefromyuvtextures.cpp145 SkTArray<sk_sp<SkImage>> images; variable
146 images.push_back(fRGBImage);
150 images.push_back(SkImage::MakeFromYUVTexturesCopy(context,
156 for (int i = 0; i < images.count(); ++ i) {
160 canvas->drawImage(images[i].get(), x, y);

Completed in 570 milliseconds

12345