Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dtexture.txt3771 dEQP-VK.texture.shadow.2d.nearest.less_or_equal_d16_unorm
3772 dEQP-VK.texture.shadow.2d.nearest.sparse_less_or_equal_d16_unorm
3773 dEQP-VK.texture.shadow.2d.nearest.less_or_equal_x8_d24_unorm_pack32
3774 dEQP-VK.texture.shadow.2d.nearest.sparse_less_or_equal_x8_d24_unorm_pack32
3775 dEQP-VK.texture.shadow.2d.nearest.less_or_equal_d32_sfloat
3776 dEQP-VK.texture.shadow.2d.nearest.sparse_less_or_equal_d32_sfloat
3777 dEQP-VK.texture.shadow.2d.nearest.less_or_equal_d16_unorm_s8_uint
3778 dEQP-VK.texture.shadow.2d.nearest.sparse_less_or_equal_d16_unorm_s8_uint
3779 dEQP-VK.texture.shadow.2d.nearest.less_or_equal_d24_unorm_s8_uint
3780 dEQP-VK.texture.shadow.2d.nearest.sparse_less_or_equal_d24_unorm_s8_uint
[all …]
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/dpio/
Dqbman_sys.h151 void *shadow = s->cena + offset; in qbman_cena_write_start() local
155 s->addr_cena, offset, shadow); in qbman_cena_write_start()
158 dcbz(shadow); in qbman_cena_write_start()
159 return shadow; in qbman_cena_write_start()
165 const uint32_t *shadow = cmd; in qbman_cena_write_complete() local
170 s->addr_cena, offset, shadow); in qbman_cena_write_complete()
175 __raw_writel(shadow[loop], s->addr_cinh + in qbman_cena_write_complete()
178 __raw_writel(shadow[loop], s->addr_cena + in qbman_cena_write_complete()
185 uint32_t *shadow = s->cena + offset; in qbman_cena_read() local
190 s->addr_cena, offset, shadow); in qbman_cena_read()
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-shadow.md1 # Disallow variable declarations from shadowing variables declared in the outer scope (`no-shadow`)
5 This rule extends the base [`eslint/no-shadow`](https://eslint.org/docs/rules/no-shadow) rule.
13 "no-shadow": "off",
14 "@typescript-eslint/no-shadow": ["error"]
20 See [`eslint/no-shadow` options](https://eslint.org/docs/rules/no-shadow#options).
40 TypeScript allows types and variables to shadow one-another. This is generally safe because you can…
67 This means that function type arguments shadow value variable names in parent scopes:
87 …h ❤️ [from ESLint core](https://github.com/eslint/eslint/blob/master/docs/rules/no-shadow.md)</sup>
/third_party/python/Doc/library/
Dspwd.rst1 :mod:`spwd` --- The shadow password database
6 :synopsis: The shadow password database (getspnam() and friends).
10 This module provides access to the Unix shadow password database. It is
13 You must have enough privileges to access the shadow password database (this
18 below, see ``<shadow.h>``):
56 Return the shadow password database entry for the given user name.
64 Return a list of all available shadow password database entries, in arbitrary
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/
Ddoxygen.css35 -webkit-transition: text-shadow 0.5s linear;
36 -moz-transition: text-shadow 0.5s linear;
37 -ms-transition: text-shadow 0.5s linear;
38 -o-transition: text-shadow 0.5s linear;
39 transition: text-shadow 0.5s linear;
44 text-shadow: 0 0 15px cyan;
192 -webkit-transition-property: background-color, box-shadow;
194 -moz-transition-property: background-color, box-shadow;
196 -ms-transition-property: background-color, box-shadow;
198 -o-transition-property: background-color, box-shadow;
[all …]
Dtabs.css38 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
51 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
59 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
/third_party/libnl/doc/
Dlibnl.css30 -webkit-transition: text-shadow 0.5s linear;
31 -moz-transition: text-shadow 0.5s linear;
32 -ms-transition: text-shadow 0.5s linear;
33 -o-transition: text-shadow 0.5s linear;
34 transition: text-shadow 0.5s linear;
39 text-shadow: 0 0 15px cyan;
187 -webkit-transition-property: background-color, box-shadow;
189 -moz-transition-property: background-color, box-shadow;
191 -ms-transition-property: background-color, box-shadow;
193 -o-transition-property: background-color, box-shadow;
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbox_shadow.dart13 /// A shadow cast by a box.
20 /// This class is similar to CSS box-shadow.
28 /// Creates a box shadow.
30 /// By default, the shadow is solid black with zero [offset], [blurRadius],
42 /// Create the [Paint] object that corresponds to this shadow description.
61 …/// Returns a new box shadow with its offset, blurRadius, and spreadRadius scaled by the given fac…
74 /// If either box shadow is null, this function linearly interpolates from a
75 /// a box shadow that matches the other box shadow in color but has a zero
78 /// {@macro dart.ui.shadow.lerp}
99 /// {@macro dart.ui.shadow.lerp}
/third_party/boost/libs/locale/doc/html/
Ddoxygen.css36 -webkit-transition: text-shadow 0.5s linear;
37 -moz-transition: text-shadow 0.5s linear;
38 -ms-transition: text-shadow 0.5s linear;
39 -o-transition: text-shadow 0.5s linear;
40 transition: text-shadow 0.5s linear;
45 text-shadow: 0 0 15px cyan;
197 -webkit-transition-property: background-color, box-shadow;
199 -moz-transition-property: background-color, box-shadow;
201 -ms-transition-property: background-color, box-shadow;
203 -o-transition-property: background-color, box-shadow;
[all …]
Dtabs.css38 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
51 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
59 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
/third_party/boost/libs/sort/doc/doxygen/html/
Ddoxygen.css36 -webkit-transition: text-shadow 0.5s linear;
37 -moz-transition: text-shadow 0.5s linear;
38 -ms-transition: text-shadow 0.5s linear;
39 -o-transition: text-shadow 0.5s linear;
40 transition: text-shadow 0.5s linear;
45 text-shadow: 0 0 15px cyan;
197 -webkit-transition-property: background-color, box-shadow;
199 -moz-transition-property: background-color, box-shadow;
201 -ms-transition-property: background-color, box-shadow;
203 -o-transition-property: background-color, box-shadow;
[all …]
/third_party/flutter/glfw/docs/
Dextra.css1shadow:none}.memdoc,dl.reflist dd{box-shadow:none}div.headertitle,.note code,.pre code,.post code,…
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dshadow.dart11 /// Applies a standard transition style for box-shadow to box-shadow.
13 style.transition = 'box-shadow .28s cubic-bezier(.4, 0, .2, 1)';
16 /// Disables box-shadow.
21 /// Applies a standard shadow to the selected element(s).
23 /// This rule is great for things that need a static shadow. If the elevation
24 /// of the shadow needs to be changed dynamically, use [applyShadow].
69 /// Applies the shadow styles to the selected element.
71 /// Use the attributes below to control the shadow.
73 /// - `animated` -- Whether to animate the shadow transition.
74 /// - `elevation` -- Z-elevation of shadow. Valid Values: 1,2,3,4,5
[all …]
/third_party/uboot/u-boot-2020.01/doc/
DREADME.fuse20 volatile shadow cache.
29 Read fuse words from the shadow cache.
33 Sense - i.e. read directly from the fusebox, skipping the shadow cache -
34 fuse words. This operation does not update the shadow cache.
42 irreversible. The shadow cache is updated accordingly or not, depending on
53 Override fuse words in the shadow cache.
55 The fusebox is unaffected, so following this operation, the shadow cache
57 used to get the values from the shadow cache or from the fusebox.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dshadow_test.dart27 'shadow.BoxDecoration.disabled.png',
37 'shadow.BoxDecoration.enabled.png',
66 'shadow.ShapeDecoration.$elevation.png',
96 'shadow.PhysicalModel.disabled.png',
106 'shadow.PhysicalModel.enabled.png',
139 'shadow.PhysicalShape.$elevation.png',
/third_party/libevdev/doc/style/
Dstyle.css34 -webkit-transition-property: background-color, box-shadow;
36 -moz-transition-property: background-color, box-shadow;
38 -ms-transition-property: background-color, box-shadow;
40 -o-transition-property: background-color, box-shadow;
42 transition-property: background-color, box-shadow;
48 box-shadow: 0 0 10px cyan;
Dcustomdoxygen.css159 -webkit-transition-property: background-color, box-shadow;
161 -moz-transition-property: background-color, box-shadow;
163 -ms-transition-property: background-color, box-shadow;
165 -o-transition-property: background-color, box-shadow;
167 transition-property: background-color, box-shadow;
173 box-shadow: 0 0 10px cyan;
/third_party/boost/libs/gil/doc/html/reference/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
49 text-shadow: 0 0 15px cyan;
229 -webkit-transition-property: background-color, box-shadow;
231 -moz-transition-property: background-color, box-shadow;
233 -ms-transition-property: background-color, box-shadow;
235 -o-transition-property: background-color, box-shadow;
[all …]
/third_party/boost/libs/nowide/doc/html/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
49 text-shadow: 0 0 15px cyan;
229 -webkit-transition-property: background-color, box-shadow;
231 -moz-transition-property: background-color, box-shadow;
233 -ms-transition-property: background-color, box-shadow;
235 -o-transition-property: background-color, box-shadow;
[all …]
/third_party/skia/third_party/externals/oboe/docs/reference/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
49 text-shadow: 0 0 15px cyan;
229 -webkit-transition-property: background-color, box-shadow;
231 -moz-transition-property: background-color, box-shadow;
233 -ms-transition-property: background-color, box-shadow;
235 -o-transition-property: background-color, box-shadow;
[all …]
/third_party/boost/libs/hana/doc/html/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
49 text-shadow: 0 0 15px cyan;
229 -webkit-transition-property: background-color, box-shadow;
231 -moz-transition-property: background-color, box-shadow;
233 -ms-transition-property: background-color, box-shadow;
235 -o-transition-property: background-color, box-shadow;
[all …]
/third_party/libevdev/doc/html/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
49 text-shadow: 0 0 15px cyan;
236 -webkit-transition-property: background-color, box-shadow;
238 -moz-transition-property: background-color, box-shadow;
240 -ms-transition-property: background-color, box-shadow;
242 -o-transition-property: background-color, box-shadow;
[all …]
Dcustomdoxygen.css159 -webkit-transition-property: background-color, box-shadow;
161 -moz-transition-property: background-color, box-shadow;
163 -ms-transition-property: background-color, box-shadow;
165 -o-transition-property: background-color, box-shadow;
167 transition-property: background-color, box-shadow;
173 box-shadow: 0 0 10px cyan;
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc116 skt::TextShadow shadow; in TxtToSkia() local
117 shadow.fOffset = txt_shadow.offset; in TxtToSkia()
118 shadow.fBlurRadius = txt_shadow.blur_radius; in TxtToSkia()
119 shadow.fColor = txt_shadow.color; in TxtToSkia()
120 skia.addShadow(shadow); in TxtToSkia()
/third_party/libinput/doc/api/style/
Dcustomdoxygen.css159 -webkit-transition-property: background-color, box-shadow;
161 -moz-transition-property: background-color, box-shadow;
163 -ms-transition-property: background-color, box-shadow;
165 -o-transition-property: background-color, box-shadow;
167 transition-property: background-color, box-shadow;
173 box-shadow: 0 0 10px cyan;

12345678910>>...18