Home
last modified time | relevance | path

Searched full:images (Results 1 – 25 of 4694) sorted by relevance

12345678910>>...188

/external/skia/tools/svg/
Dsvg_images.txt1 https://www.w3.org/Graphics/SVG/Test/20110816/images/20x20.png
2 https://www.w3.org/Graphics/SVG/Test/20110816/images/blue_10x10.png
3 https://www.w3.org/Graphics/SVG/Test/20110816/images/bluesquidj.png
4 https://www.w3.org/Graphics/SVG/Test/20110816/images/bumpMap2.png
5 https://www.w3.org/Graphics/SVG/Test/20110816/images/DisplaceChecker.png
6 https://www.w3.org/Graphics/SVG/Test/20110816/images/filters-conv-01-f.includeimage.png
7 https://www.w3.org/Graphics/SVG/Test/20110816/images/galpha.png
8 https://www.w3.org/Graphics/SVG/Test/20110816/images/gam030.png
9 https://www.w3.org/Graphics/SVG/Test/20110816/images/gam045.png
10 https://www.w3.org/Graphics/SVG/Test/20110816/images/gam056.png
[all …]
/external/ImageMagick/MagickCore/
Dlist.c71 % AppendImageToList(Image *images,const Image *image)
75 % o images: the image list to be appended to.
80 MagickExport void AppendImageToList(Image **images,const Image *append) in AppendImageToList() argument
86 assert(images != (Image **) NULL); in AppendImageToList()
92 if ((*images) == (Image *) NULL) in AppendImageToList()
94 *images=(Image *) append; in AppendImageToList()
97 assert((*images)->signature == MagickCoreSignature); in AppendImageToList()
98 p=GetLastImageInList(*images); in AppendImageToList()
119 % Image *CloneImageList(const Image *images,ExceptionInfo *exception)
123 % o images: the image list.
[all …]
/external/skia/tests/
DNdkDecodeTest.cpp36 {"images/CMYK.jpg", {642, 516}}, in DEF_TEST()
37 {"images/arrow.png", {187, 312}}, in DEF_TEST()
38 {"images/baby_tux.webp", {386, 395}}, in DEF_TEST()
39 {"images/color_wheel.gif", {128, 128}}, in DEF_TEST()
40 {"images/rle.bmp", {320, 240}}, in DEF_TEST()
41 {"images/color_wheel.ico", {128, 128}}, in DEF_TEST()
42 {"images/google_chrome.ico", {256, 256}}, in DEF_TEST()
43 {"images/mandrill.wbmp", {512, 512}}, in DEF_TEST()
109 "images/CMYK.jpg", in DEF_TEST()
110 "images/arrow.png", in DEF_TEST()
[all …]
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full_no_math_or_conversions.csv39 # Buffers and images
42 Images (API Info),images/clGetInfo/test_cl_get_info
43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
47 Images (clCopyImage),images/clCopyImage/test_cl_copy_images
48 Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
49 Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
50 Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
[all …]
Dopencl_conformance_tests_full.csv39 # Buffers and images
42 Images (API Info),images/clGetInfo/test_cl_get_info
43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
47 Images (clCopyImage),images/clCopyImage/test_cl_copy_images
48 Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
49 Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
50 Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
[all …]
Dopencl_conformance_tests_quick.csv40 # Buffers and images
43 Images (API Info),images/clGetInfo/test_cl_get_info
44 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
45 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
46 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
47 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
48 Images (clCopyImage),images/clCopyImage/test_cl_copy_images
49 Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
50 Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
51 Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches
[all …]
Dopencl_conformance_tests_full_binary.csv39 # Buffers and images
41 Images (API Info),images/clGetInfo/test_cl_get_info
43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods --compilation-mode bi…
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST --compilation-mode bi…
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST --c…
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST -…
47 Images (clCopyImage),images/clCopyImage/test_cl_copy_images
48 Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
49 Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
50 Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
[all …]
Dopencl_conformance_tests_full_spirv.csv39 # Buffers and images
41 Images (API Info),images/clGetInfo/test_cl_get_info
43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods --compilation-mode sp…
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST --compilation-mode sp…
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST --c…
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST -…
47 Images (clCopyImage),images/clCopyImage/test_cl_copy_images
48 Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
49 Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
50 Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
[all …]
/external/ImageMagick/PerlMagick/demo/
Ddemo.pl31 $images=Image::Magick->new();
37 push(@$images,$example);
43 push(@$images,$example);
49 push(@$images,$example);
55 push(@$images,$example);
61 push(@$images,$example);
68 push(@$images,$example);
74 push(@$images,$example);
80 push(@$images,$example);
86 push(@$images,$example);
[all …]
/external/ImageMagick/Magick++/demo/
Ddemo.cpp49 cout << "Read images ..." << endl; in main()
69 list<Image> images( 7, null ); in main() local
82 images.push_back( example ); in main()
87 images.push_back( example ); in main()
99 images.push_back( example ); in main()
106 images.push_back( example ); in main()
112 images.push_back( example ); in main()
119 images.push_back( example ); in main()
125 images.push_back( example ); in main()
131 images.push_back( example ); in main()
[all …]
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dpooling_test.py32 images = random_ops.random_uniform((5, height, width, 3), seed=1)
34 pooling_layers.max_pooling2d(images, 3, strides=2, data_format='invalid')
38 images = random_ops.random_uniform((5, height, width, 3), seed=1)
40 pooling_layers.max_pooling2d(images, 3, strides=(1, 2, 3))
43 pooling_layers.max_pooling2d(images, 3, strides=None)
47 images = random_ops.random_uniform((5, height, width, 3), seed=1)
49 pooling_layers.max_pooling2d(images, (1, 2, 3), strides=2)
52 pooling_layers.max_pooling2d(images, None, strides=2)
56 images = random_ops.random_uniform((5, height, width, 4))
58 output = layer.apply(images)
[all …]
Dconvolutional_test.py41 images = random_ops.random_uniform((5, height, width, 3), seed=1)
43 conv_layers.conv2d(images, 32, 3, data_format='invalid')
47 images = random_ops.random_uniform((5, height, width, 3), seed=1)
49 conv_layers.conv2d(images, 32, 3, strides=(1, 2, 3))
52 conv_layers.conv2d(images, 32, 3, strides=None)
56 images = random_ops.random_uniform((5, height, width, 3), seed=1)
58 conv_layers.conv2d(images, 32, (1, 2, 3))
61 conv_layers.conv2d(images, 32, None)
65 images = random_ops.random_uniform((5, height, width, 4))
67 output = layer.apply(images)
[all …]
/external/ImageMagick/www/source/
Dexamples.pl31 $images=Image::Magick->new();
37 push(@$images,$example);
43 push(@$images,$example);
49 push(@$images,$example);
55 push(@$images,$example);
61 push(@$images,$example);
68 push(@$images,$example);
74 push(@$images,$example);
80 push(@$images,$example);
86 push(@$images,$example);
[all …]
/external/angle/src/libANGLE/renderer/metal/doc/
DTextureDataCompleteness.md3 The OpenGL spec allows a texture's images to be defined without consistent size and format through
6 The OpenGL context checks the texture's images during draw calls. It considers the texture complete
7 if the images are consistent in size and format. Then it uses the texture for rendering.
9 Metal textures (i.e. MTLTexture) on the other hand require consistent defined images at all times.
12 This is an overview of how the Metal back-end implements images' management for a texture to make
17 * a single image (`images[slice][level]`: 2D/3D MTLTexture no mipmap + single slice) is
20 * modifies the data of `images[slice][level]`;
24 - `images[0][0]` --> copy to actual texture's slice 0, level 0.
25 - `images[0][1]` --> copy to actual texture's slice 0, level 1.
26 - `images[0][2]` --> copy to actual texture's slice 0, level 2.
[all …]
/external/wayland/cursor/
Dwayland-cursor.c189 wl_cursor_image_destroy(cursor->images[i]); in wl_cursor_destroy()
191 free(cursor->images); in wl_cursor_destroy()
211 cursor->cursor.images = malloc(sizeof *cursor->cursor.images); in wl_cursor_create_from_data()
212 if (!cursor->cursor.images) in wl_cursor_create_from_data()
222 cursor->cursor.images[0] = (struct wl_cursor_image *) image; in wl_cursor_create_from_data()
247 free(cursor->cursor.images); in wl_cursor_create_from_data()
281 wl_cursor_create_from_xcursor_images(XcursorImages *images, in wl_cursor_create_from_xcursor_images() argument
292 cursor->cursor.images = in wl_cursor_create_from_xcursor_images()
293 malloc(images->nimage * sizeof cursor->cursor.images[0]); in wl_cursor_create_from_xcursor_images()
294 if (!cursor->cursor.images) { in wl_cursor_create_from_xcursor_images()
[all …]
Dxcursor.c66 * CARD32 subtype entry subtype (size for images)
96 XcursorUInt subtype; /* subtype (size for images) */
129 XcursorUInt subtype; /* chunk subtype (size for images) */
232 XcursorImages *images; in XcursorImagesCreate() local
234 images = malloc (sizeof (XcursorImages) + in XcursorImagesCreate()
236 if (!images) in XcursorImagesCreate()
238 images->nimage = 0; in XcursorImagesCreate()
239 images->images = (XcursorImage **) (images + 1); in XcursorImagesCreate()
240 images->name = NULL; in XcursorImagesCreate()
241 return images; in XcursorImagesCreate()
[all …]
/external/autotest/client/cros/chameleon/
Dscreen_comparison.py33 @param output_dir: The directory for output images.
61 images = [self._capturer1.capture(), self._capturer2.capture()]
63 if None in images:
65 tags[images.index(None)])
69 # Sometimes the format of images got from X is not RGB,
72 for i, image in enumerate(images):
74 images[i] = image.convert('RGB')
80 if images[0].size != images[1].size:
81 message = ('Sizes of images %s and %s do not match: '
83 (tuple(tags) + images[0].size + images[1].size))
[all …]
/external/apache-commons-bcel/src/site/resources/
Dbcel5-bcel6-clirr-report.html47 … <img class="logo-left" src="./images/commons-logo.png" alt="Apache Commons logo"/>
50 … <img class="logo-right" src="images/logo.gif" alt="Commons BCEL"/>
304 …<img class="builtBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" …
322 <td><img alt="Error" src="images/icon_error_sml.gif" />&#160;Error</td>
325 <td><img alt="Warning" src="images/icon_warning_sml.gif" />&#160;Warning</td>
328 <td><img alt="Info" src="images/icon_info_sml.gif" />&#160;Info</td>
339 <td><img alt="Error" src="images/icon_error_sml.gif" /></td>
344 <td><img alt="Error" src="images/icon_error_sml.gif" /></td>
349 <td><img alt="Error" src="images/icon_error_sml.gif" /></td>
354 <td><img alt="Error" src="images/icon_error_sml.gif" /></td>
[all …]
/external/ImageMagick/www/api/
Dlist.html12 … content="Use ImageMagick® to create, edit, compose, and convert digital images. Resize an image, …
27 <meta property='og:image' content='../../../images/logo.png' />
30 <meta property='og:description' content="Create, Edit, Compose, or Convert Digital Images" />
33 <link href="../../../images/wand.png" rel="icon" />
34 <link href="../../../images/wand.ico" rel="shortcut icon" />
40 …s="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../images/wand.ico"/></a>
103 AppendImageToList(Image *images,const Image *image)
113 <dt>images</dt>
129 Image *CloneImageList(const Image *images,ExceptionInfo *exception)
139 <dt>images</dt>
[all …]
/external/libcups/doc/
DMakefile24 images/color-wheel.png \
25 images/cups.png \
26 images/cups-icon.png \
27 images/generic.png \
28 images/left.gif \
29 images/right.gif \
30 images/sel.gif \
31 images/unsel.gif \
32 images/wait.gif
34 images/cups-block-diagram.png \
[all …]
/external/pdfium/testing/tools/
Dsafetynet_image.py4 """Compares pairs of page images and generates an HTML to look at differences.
25 """Compares pairs of page images and generates an HTML to look at differences.
27 The images are all assumed to have the same name and be in two directories:
29 if output_path is "/tmp/images" and two_labels is ("before", "after"),
30 images in /tmp/images/before will be compared to /tmp/images/after. The HTML
31 produced will be in /tmp/images/compare.html and have relative links to these
32 images, so /tmp/images is self-contained and can be moved around or shared.
43 output_path containing the images.
88 for image in self.image_locations.Images():
106 """Runs a diff over all pairs of page images, producing diff images.
[all …]
/external/tensorflow/tensorflow/python/ops/
Dimage_ops.py28 The resizing Ops accept input images as tensors of several types. They always
29 output resized images as float32 tensors.
32 and 3-D tensors as input and output. 4-D tensors are for batches of images,
33 3-D tensors for individual images.
35 Resized images will be distorted if their original aspect ratio is not the
47 Image ops work either on individual images or on batches of images, depending on
52 Tensor represents `batch_size` images.
54 Currently, `channels` can usefully be 1, 2, 3, or 4. Single-channel images are
55 grayscale, images with 3 channels are encoded as either RGB or HSV. Images
60 Internally, images are either stored in as one `float32` per channel per pixel
[all …]
/external/skqp/infra/bots/recipes/upload_dm_results.expected/
Dfailed_all.json14 "name": "find .png images",
27 "gs://skia-infra-gm/dm-images-v1"
29 "name": "upload .png images",
41 "gs://skia-infra-gm/dm-images-v1"
43 "name": "upload .png images (attempt 2)",
55 "gs://skia-infra-gm/dm-images-v1"
57 "name": "upload .png images (attempt 3)",
69 "gs://skia-infra-gm/dm-images-v1"
71 "name": "upload .png images (attempt 4)",
83 "gs://skia-infra-gm/dm-images-v1"
[all …]
/external/libxml2/doc/
DMakefile.am23 $(wildcard tutorial/images/*.png) \
24 $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
189 tutorial/images/blank.png \
190 tutorial/images/callouts/1.png \
191 tutorial/images/callouts/10.png \
192 tutorial/images/callouts/2.png \
193 tutorial/images/callouts/3.png \
194 tutorial/images/callouts/4.png \
195 tutorial/images/callouts/5.png \
196 tutorial/images/callouts/6.png \
[all …]
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dhvp_test.py33 def _forward_over_back_hvp(model, images, labels, vector): argument
37 logits = model(images, training=True)
44 def _back_over_forward_hvp(model, images, labels, vector): argument
49 logits = model(images, training=True)
55 def _tf_gradients_forward_over_back_hvp(model, images, labels, vector): argument
57 logits = model(images, training=True)
67 def _back_over_back_hvp(model, images, labels, vector): argument
70 logits = model(images, training=True)
92 images, labels = resnet50_test_util.random_batch(2, data_format)
93 images = tf.constant(images)
[all …]

12345678910>>...188