Home
last modified time | relevance | path

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

12345678910>>...420

/third_party/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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/angle2/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 …]
/third_party/mindspore/tests/ut/data/mindrecord/testImageNetData/
Dcityscapes_train_19_fake.txt1 images/image_00002.jpg images/image_00001.jpg
2 images/image_00004.jpg images/image_00003.jpg
3 images/image_00006.jpg images/image_00005.jpg
4 images/image_00008.jpg images/image_00007.jpg
5 images/image_00010.jpg images/image_00009.jpg
/third_party/wayland_standard/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 …]
/third_party/skia/infra/bots/recipes/upload_dm_results.expected/
Dfailed_all.json14 "name": "find .png images",
26 "gs://skia-infra-gm/dm-images-v1"
28 "name": "upload .png images",
39 "gs://skia-infra-gm/dm-images-v1"
41 "name": "upload .png images (attempt 2)",
52 "gs://skia-infra-gm/dm-images-v1"
54 "name": "upload .png images (attempt 3)",
65 "gs://skia-infra-gm/dm-images-v1"
67 "name": "upload .png images (attempt 4)",
78 "gs://skia-infra-gm/dm-images-v1"
[all …]
/third_party/flutter/skia/infra/bots/recipes/upload_dm_results.expected/
Dfailed_all.json14 "name": "find .png images",
26 "gs://skia-infra-gm/dm-images-v1"
28 "name": "upload .png images",
39 "gs://skia-infra-gm/dm-images-v1"
41 "name": "upload .png images (attempt 2)",
52 "gs://skia-infra-gm/dm-images-v1"
54 "name": "upload .png images (attempt 3)",
65 "gs://skia-infra-gm/dm-images-v1"
67 "name": "upload .png images (attempt 4)",
78 "gs://skia-infra-gm/dm-images-v1"
[all …]
/third_party/vk-gl-cts/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 …]
/third_party/libxml2/doc/
DMakefile.am23 $(wildcard tutorial/images/*.png) \
24 $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
187 tutorial/images/blank.png \
188 tutorial/images/callouts/1.png \
189 tutorial/images/callouts/10.png \
190 tutorial/images/callouts/2.png \
191 tutorial/images/callouts/3.png \
192 tutorial/images/callouts/4.png \
193 tutorial/images/callouts/5.png \
194 tutorial/images/callouts/6.png \
[all …]
/third_party/boost/libs/compute/doc/
Dperformance.qbk19 [$images/perf/accumulate_time_plot.png [width 850px] [align center]]
22 [$images/perf/count_time_plot.png [width 850px] [align center]]
25 [$images/perf/inner_product_time_plot.png [width 850px] [align center]]
28 [$images/perf/merge_time_plot.png [width 850px] [align center]]
31 [$images/perf/partial_sum_time_plot.png [width 850px] [align center]]
34 [$images/perf/partition_time_plot.png [width 850px] [align center]]
37 [$images/perf/reverse_time_plot.png [width 850px] [align center]]
40 [$images/perf/rotate_time_plot.png [width 850px] [align center]]
43 [$images/perf/set_difference_time_plot.png [width 850px] [align center]]
46 [$images/perf/sort_time_plot.png [width 850px] [align center]]
[all …]
/third_party/boost/boost/gil/io/
Dread_image.hpp173 template <typename Reader, typename ...Images>
175 void read_image(Reader& reader, any_image<Images...>& images, in read_image() argument
185 reader.apply(images); in read_image()
190 /// \param images Dynamic image (mp11::mp_list). See boost::gil::dynamic_image extension.
193 template <typename Device, typename ...Images, typename FormatTag>
197 any_image<Images...>& images, in read_image() argument
211 read_image(reader, images); in read_image()
216 /// \param images Dynamic image (mp11::mp_list). See boost::gil::dynamic_image extension.
219 template <typename Device, typename ...Images, typename FormatTag>
221 void read_image(Device& file, any_image<Images...>& images, FormatTag const& tag, in read_image() argument
[all …]
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.copy_image.txt25 + 2D texture images
26 + Cube map texture images
27 + 3D texture images
28 + 2D texture array images
29 + Renderbuffer images
33 + Using images for rendering before copy
34 + Not using images for rendering before copy
48 Test creates two images and initializes them to random data. Both images have
49 always npot size and texture images are always created so that they are mipmap
59 Each test case does copying in two different ways. First they create images,
[all …]
/third_party/wayland_standard/doc/publican/
DMakefile.am29 $(srcdir)/sources/images/icon.svg \
30 $(srcdir)/sources/images/wayland.png \
31 $(srcdir)/sources/images/xwayland-architecture.png \
47 $(srcdir)/sources/images/icon.svg \
48 $(srcdir)/sources/images/wayland.png \
49 $(srcdir)/sources/images/xwayland-architecture.png
69 …dirs := $(builddir)/en-US $(builddir)/en-US/images $(html_destdir) $(html_destdir)/css $(html_dest…
73 html_img_targets = $(addprefix $(html_destdir)/images/,$(notdir $(img_sources)))
74 doxygen_img_targets := $(doxygen_img_sources:$(doxydir)/xml/%=$(html_destdir)/images/%)
75 map_targets := $(map_sources:$(doxydir)/xml/%=$(builddir)/en-US/images/%)
[all …]
/third_party/mindspore/tests/ut/python/dataset/
Dtest_ten_crop.py49 … lambda *images: np.stack([vision.ToTensor()(image) for image in images]) # 4D stack of 10 images
69 # The output data should be of a 4D tensor shape, a stack of 10 images.
112 … lambda *images: np.stack([vision.ToTensor()(image) for image in images]) # 4D stack of 10 images
116 # Compare with expected md5 from images
131 … lambda images: np.stack([vision.ToTensor()(image) for image in images]) # 4D stack of 10 images
147 … lambda images: np.stack([vision.ToTensor()(image) for image in images]) # 4D stack of 10 images
156 … lambda images: np.stack([vision.ToTensor()(image) for image in images]) # 4D stack of 10 images
/third_party/boost/doc/test/
DJamfile.v274 # generate .png images for the LaTeX formulas embedded in the doc comments.
89 TOHTML = .\\html\\images\\accumulators ;
90 TOPDF = \\images\\accumulators ;
97 TOHTML = ./html/images/accumulators ;
98 TOPDF = /images/accumulators ;
111 # html/images/accumulators directory.
137 <xsl:param>boost.doxygen.formuladir=images/accumulators/
158 # These install rules copy our images into a subdirectory of the created
160 # images in a subdirectory of the project root.
162 install htmlhelp1 : [ glob html/images/*.png ] : <location>htmlhelp/images ;
[all …]
/third_party/boost/libs/bimap/doc/
Dbimap.qbk23 [def __BOOST_BIMAP_LOGO__ [$images/bimap/boost.bimap.logo.png]]
24 [def __GOOGLE_SOC_2006__ [$images/extern/googlesoc.png]]
28 [def __MI_FRAMEWORK__ [$images/bimap/miBimapFramework.png]]
29 [def __SIMPLE_BIMAP__ [$images/bimap/simple.bimap.png]]
30 [def __STANDARD_MAPPING_FRAMEWORK__ [$images/bimap/standard.mapping.framework.png]]
31 [def __EXTENDED_MAPPING_FRAMEWORK__ [$images/bimap/extended.mapping.framework.png]]
32 [def __RELATION__ [$images/bimap/relation.png]]
33 [def __STD_PAIR__ [$images/bimap/std_pair.png]]
34 [def __COLLECTION_TYPE_OF_RELATION__ [$images/bimap/collection.type.of.relation.png]]
35 [def __BIMAP_STRUCTURES__ [$images/bimap/bimap.structures.png]]
[all …]
/third_party/skia/tools/
DSkSharingProc.h23 * and creating an SkSharingSerialContext in an appropriate scope to outlive all the images that
27 * SkPicture that may reference not-yet-released texture backed images. It will make non-texture
39 // A map from uniqueID of images referenced by commands to non-texture images
43 // Collects any non-texture images referenced by the picture and stores non-texture copies
52 // The keys are ids of original images, not of non-texture copies
55 // A serial proc that shares images between subpictures
66 // a list of unique images in the order they were encountered in the file
70 // A deserial proc that can interpret id's in place of images as references to previous images.
71 // Can also deserialize a SKP where all images are inlined (it's backwards compatible)
/third_party/flutter/skia/gm/
Dcrosscontextimage.cpp27 sk_sp<SkData> encodedData = GetResourceAsData("images/mandrill_256.png");
33 sk_sp<SkImage> images[3]; variable
34 images[0] = SkImage::MakeFromEncoded(encodedData);
38 SkAssertResult(images[0]->asLegacyBitmap(&bmp) &&
41 images[1] = SkImage::MakeCrossContextFromPixmap(context, pixmap, false);
42 images[2] = SkImage::MakeCrossContextFromPixmap(context, pixmap, true);
46 for (size_t i = 0; i < SK_ARRAY_COUNT(images); ++i) {
49 canvas->drawImage(images[i], 0, 0);
52 canvas->drawImage(images[i]->makeSubset(SkIRect::MakeXYWH(64, 64, 128, 128)), 0, 0);
57 canvas->drawImageRect(images[i], SkRect::MakeWH(128, 128), &paint);
/third_party/boost/doc/test/gold/document_to_test_formatting/
Dimages.html4 <title>Images</title>
23images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../doc/sr…
27 <a name="document_to_test_formatting.images"></a><a class="link" href="images.html" title="Images">
37 <span class="inlinemediaobject"><img src="../images/digamma3.png" alt="digamma3"></span>
43 …<span class="inlinemediaobject"><object type="image/svg+xml" data="../images/open_clipart_library_…
57images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../doc/sr…
/third_party/boost/tools/quickbook/doc/boost-doc-tools/
Dboost-build.qbk103 the boost css files and images directly from their original location.
104 But when building in a separate repository the css and images files need to
118 <dependency>images
123 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
124 : <location>html/images ;
126 explicit images ;
132 <dependency>images
137 `css` and `images` targets which do the copying:
141 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
142 : <location>html/images ;
[all …]
/third_party/skia/gm/
Dcrosscontextimage.cpp25 sk_sp<SkData> encodedData = GetResourceAsData("images/mandrill_256.png");
37 sk_sp<SkImage> images[3]; variable
38 images[0] = SkImage::MakeFromEncoded(encodedData);
42 SkAssertResult(images[0]->asLegacyBitmap(&bmp) &&
45 images[1] = SkImage::MakeCrossContextFromPixmap(dContext, pixmap, false);
46 images[2] = SkImage::MakeCrossContextFromPixmap(dContext, pixmap, true);
50 for (size_t i = 0; i < SK_ARRAY_COUNT(images); ++i) {
53 canvas->drawImage(images[i], 0, 0);
56 canvas->drawImage(images[i]->makeSubset(SkIRect::MakeXYWH(64, 64, 128, 128), dContext),
60 canvas->drawImageRect(images[i], SkRect::MakeWH(128, 128),
/third_party/boost/libs/gil/doc/design/
Dimage.rst13 It has a deep assignment operator and copy constructor. Images are used
16 (which images provide).
18 In the most general form images are N-dimensional and satisfy the following
42 Two-dimensional images have additional requirements:
61 GIL images have views that model ``ImageViewConcept`` and operate on pixels.
71 Images, unlike locators and image views, don't have 'mutable' set of concepts
72 because immutable images are not very useful.
97 constructing images that are word-aligned or 8-byte aligned. The alignment is
100 1D-traversable images, because ``image_view::x_iterator`` can be used to
102 Note that when alignment is 0, packed images are aligned to the bit - i.e.
[all …]
/third_party/boost/libs/gil/doc/html/_sources/design/
Dimage.rst.txt13 It has a deep assignment operator and copy constructor. Images are used
16 (which images provide).
18 In the most general form images are N-dimensional and satisfy the following
42 Two-dimensional images have additional requirements:
61 GIL images have views that model ``ImageViewConcept`` and operate on pixels.
71 Images, unlike locators and image views, don't have 'mutable' set of concepts
72 because immutable images are not very useful.
97 constructing images that are word-aligned or 8-byte aligned. The alignment is
100 1D-traversable images, because ``image_view::x_iterator`` can be used to
102 Note that when alignment is 0, packed images are aligned to the bit - i.e.
[all …]
/third_party/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt7 The images historically used for compression research (lena, barbra, pepper etc...) have outlived t…
9images have been carefully selected to aid in image compression algorithm research and evaluation.…
11 Images are available without any prohibitive copyright restrictions.
13 These images are (c) there respective owners. You are granted full redistribution and publication r…
20images, running all the various tests etc... Thanks to Pete Fraser, Tony Story, Wayne J. Cosshall,…

12345678910>>...420