Home
last modified time | relevance | path

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

12345678910>>...167

/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.cpp37 {"images/CMYK.jpg", {642, 516}}, in DEF_TEST()
38 {"images/arrow.png", {187, 312}}, in DEF_TEST()
39 {"images/baby_tux.webp", {386, 395}}, in DEF_TEST()
40 {"images/color_wheel.gif", {128, 128}}, in DEF_TEST()
41 {"images/rle.bmp", {320, 240}}, in DEF_TEST()
42 {"images/color_wheel.ico", {128, 128}}, in DEF_TEST()
43 {"images/google_chrome.ico", {256, 256}}, in DEF_TEST()
44 {"images/mandrill.wbmp", {512, 512}}, in DEF_TEST()
110 "images/CMYK.jpg", in DEF_TEST()
111 "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_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 …]
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 …]
/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/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dindex.json14 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
15 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
29 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
30 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
44 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
45 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
59 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
60 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
74 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
75 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
[all …]
/external/libxml2/doc/
DMakefile.am22 tutorial/images/blank.png \
23 tutorial/images/callouts/1.png \
24 tutorial/images/callouts/10.png \
25 tutorial/images/callouts/2.png \
26 tutorial/images/callouts/3.png \
27 tutorial/images/callouts/4.png \
28 tutorial/images/callouts/5.png \
29 tutorial/images/callouts/6.png \
30 tutorial/images/callouts/7.png \
31 tutorial/images/callouts/8.png \
[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/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/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 …]
/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/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/swiftshader/third_party/SPIRV-Tools/test/opt/
Dspread_volatile_semantics_test.cpp62 OpName %images "images" in TEST_P()
68 OpDecorate %images DescriptorSet 0 in TEST_P()
69 OpDecorate %images Binding 1 in TEST_P()
70 OpDecorate %images NonWritable in TEST_P()
88 %images = OpVariable %_ptr_UniformConstant__runtimearr_13 UniformConstant in TEST_P()
107 %22 = OpAccessChain %_ptr_UniformConstant_13 %images %20 in TEST_P()
173 OpName %images "images" in TEST_P()
179 OpDecorate %images DescriptorSet 0 in TEST_P()
180 OpDecorate %images Binding 1 in TEST_P()
181 OpDecorate %images NonWritable in TEST_P()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dspread_volatile_semantics_test.cpp61 OpName %images "images" in TEST_P()
67 OpDecorate %images DescriptorSet 0 in TEST_P()
68 OpDecorate %images Binding 1 in TEST_P()
69 OpDecorate %images NonWritable in TEST_P()
87 %images = OpVariable %_ptr_UniformConstant__runtimearr_13 UniformConstant in TEST_P()
106 %22 = OpAccessChain %_ptr_UniformConstant_13 %images %20 in TEST_P()
172 OpName %images "images" in TEST_P()
178 OpDecorate %images DescriptorSet 0 in TEST_P()
179 OpDecorate %images Binding 1 in TEST_P()
180 OpDecorate %images NonWritable in TEST_P()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dspread_volatile_semantics_test.cpp62 OpName %images "images" in TEST_P()
68 OpDecorate %images DescriptorSet 0 in TEST_P()
69 OpDecorate %images Binding 1 in TEST_P()
70 OpDecorate %images NonWritable in TEST_P()
88 %images = OpVariable %_ptr_UniformConstant__runtimearr_13 UniformConstant in TEST_P()
107 %22 = OpAccessChain %_ptr_UniformConstant_13 %images %20 in TEST_P()
173 OpName %images "images" in TEST_P()
179 OpDecorate %images DescriptorSet 0 in TEST_P()
180 OpDecorate %images Binding 1 in TEST_P()
181 OpDecorate %images NonWritable in TEST_P()
[all …]
/external/apache-commons-lang/src/site/resources/
Dlang2-lang3-clirr-report.html43 … <img src="./images/commons-logo.png" alt="Apache Commons logo"/>
48 <img src="images/logo.png" alt="Commons Lang"/>
237 …<img class="poweredBy" alt="Maven" src="https://maven.apache.org/images/logos/maven-feather.png" …
245images/icon_error_sml.gif" />&#160;Error</td><td>268</td></tr><tr class="a"><td><img alt="Warning"…
/external/pdfium/testing/tools/
Dsafetynet_image.py4 """Compares pairs of page images and generates an HTML to look at differences.
24 """Compares pairs of page images and generates an HTML to look at differences.
26 The images are all assumed to have the same name and be in two directories:
28 if output_path is "/tmp/images" and two_labels is ("before", "after"),
29 images in /tmp/images/before will be compared to /tmp/images/after. The HTML
30 produced will be in /tmp/images/compare.html and have relative links to these
31 images, so /tmp/images is self-contained and can be moved around or shared.
42 output_path containing the images.
87 for image in self.image_locations.Images():
105 """Runs a diff over all pairs of page images, producing diff images.
[all …]
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests_data.inl35 { // vector<ImageData> images
55 { // vector<ImageData> images
75 { // vector<ImageData> images
95 { // vector<ImageData> images
115 { // vector<ImageData> images
135 { // vector<ImageData> images
155 { // vector<ImageData> images
175 { // vector<ImageData> images
195 { // vector<ImageData> images
215 { // vector<ImageData> images
[all …]

12345678910>>...167