/third_party/libjpeg-turbo/doc/html/ |
D | tabs.css | 1 …transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox…
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | tabs.css | 1 …transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox…
|
/third_party/libevdev/doc/html/ |
D | tabs.css | 1 …transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | GLX_SGI_transparent_pixel.txt | 26 transparent pixel and to query whether a visual supports a 27 transparent pixel value as well as the value of the transparent 28 pixel. Note that the notion of level and transparent pixels 30 may not have a transparent pixel value. 41 being rasterized predictable but we all know the transparent 46 visual doesn't contain a transparent pixel? 48 Why not admit that zero is the one true transparent 91 GLX_TRANSPARENT_PIXEL_SGI boolean True if contains a transparent pixel 92 GLX_TRANSPARENT_INDEX_SGI integer if RGB mode or no transparent pixel 93 0, else transparent index value [all …]
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_transparent_pixel.txt | 26 transparent pixel and to query whether a visual supports a 27 transparent pixel value as well as the value of the transparent 28 pixel. Note that the notion of level and transparent pixels 30 may not have a transparent pixel value. 41 being rasterized predictable but we all know the transparent 46 visual doesn't contain a transparent pixel? 48 Why not admit that zero is the one true transparent 91 GLX_TRANSPARENT_PIXEL_SGI boolean True if contains a transparent pixel 92 GLX_TRANSPARENT_INDEX_SGI integer if RGB mode or no transparent pixel 93 0, else transparent index value [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/ |
D | GLX_SUN_get_transparent_index.txt | 34 Gets the transparent pixel index for an overlay/underlay window pair. 73 the current GLXDrawable by the client and a transparent index 77 If underlay is equal to None, and if a transparent 88 causes pixels in the Window to be transparent. That is, pixels in the overlay 89 drawn with the transparent index are invisible and the pixels of window(s) 92 On some systems, the transparent pixel index is a constant. 94 On other hardware, the transparent index is a function of the underlying 98 a transparent index is available for a particular pair of windows 99 and the value of the transparent index. 102 underlay equal to a valid window, then the transparent index is [all …]
|
/third_party/openGLES/extensions/SUN/ |
D | GLX_SUN_get_transparent_index.txt | 34 Gets the transparent pixel index for an overlay/underlay window pair. 73 the current GLXDrawable by the client and a transparent index 77 If underlay is equal to None, and if a transparent 88 causes pixels in the Window to be transparent. That is, pixels in the overlay 89 drawn with the transparent index are invisible and the pixels of window(s) 92 On some systems, the transparent pixel index is a constant. 94 On other hardware, the transparent index is a function of the underlying 98 a transparent index is available for a particular pair of windows 99 and the value of the transparent index. 102 underlay equal to a valid window, then the transparent index is [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.data | 1 sign_hash through transparent driver: calculate in driver 4 sign_hash through transparent driver: fallback 8 sign_hash through transparent driver: error 11 sign_hash through transparent driver: fake 14 verify_hash using private key through transparent driver: calculate in driver 17 verify_hash using private key through transparent driver: fallback 21 verify_hash using private key through transparent driver: error 24 verify_hash using public key through transparent driver: calculate in driver 27 verify_hash using public key through transparent driver: fallback 31 verify_hash using public key through transparent driver: error [all …]
|
/third_party/skia/experimental/sorttoy/ |
D | SortKey.h | 46 explicit SortKey(bool transparent, uint32_t depth, uint32_t material) { in SortKey() argument 52 if (transparent) { in SortKey() 69 bool transparent() const { in transparent() function 74 if (this->transparent()) { in depth() 85 if (this->transparent()) { in material() 94 this->transparent(), in dump()
|
/third_party/rust/crates/syn/tests/debug/ |
D | gen.rs | 12 #[repr(transparent)] in fmt() 35 #[repr(transparent)] in fmt() 61 #[repr(transparent)] in fmt() 78 #[repr(transparent)] in fmt() 122 #[repr(transparent)] in fmt() 299 #[repr(transparent)] in fmt() 311 #[repr(transparent)] in fmt() 348 #[repr(transparent)] in fmt() 392 #[repr(transparent)] in fmt() 467 #[repr(transparent)] in fmt() [all …]
|
/third_party/rust/crates/serde/test_suite/tests/ui/transparent/ |
D | at_most_one.stderr | 1 error: #[serde(transparent)] requires struct to have at most one transparent field 2 --> tests/ui/transparent/at_most_one.rs:4:1 4 4 | / #[serde(transparent)]
|
D | enum.stderr | 1 error: #[serde(transparent)] is not allowed on an enum 2 --> tests/ui/transparent/enum.rs:4:1 4 4 | / #[serde(transparent)]
|
D | unit_struct.stderr | 1 error: #[serde(transparent)] is not allowed on a unit struct 2 --> tests/ui/transparent/unit_struct.rs:4:1 4 4 | / #[serde(transparent)]
|
D | with_try_from.stderr | 1 error: #[serde(transparent)] is not allowed with #[serde(try_from = "...")] 2 --> tests/ui/transparent/with_try_from.rs:4:1 4 4 | / #[serde(transparent, try_from = "u64")]
|
D | with_into.stderr | 1 error: #[serde(transparent)] is not allowed with #[serde(into = "...")] 2 --> tests/ui/transparent/with_into.rs:4:1 4 4 | / #[serde(transparent, into = "u64")]
|
D | with_from.stderr | 1 error: #[serde(transparent)] is not allowed with #[serde(from = "...")] 2 --> tests/ui/transparent/with_from.rs:4:1 4 4 | / #[serde(transparent, from = "u64")]
|
D | ser_at_least_one.stderr | 1 error: #[serde(transparent)] requires at least one field that is not skipped 2 --> tests/ui/transparent/ser_at_least_one.rs:4:1 4 4 | / #[serde(transparent)]
|
D | de_at_least_one.stderr | 1 error: #[serde(transparent)] requires at least one field that is neither skipped nor has a default 2 --> tests/ui/transparent/de_at_least_one.rs:4:1 4 4 | / #[serde(transparent)]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | raw_ident_namespace.rs | 3 #[repr(transparent)] 11 #[repr(transparent)] 19 #[repr(transparent)] 27 #[repr(transparent)]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 28 with a transparent pixel and to query whether a visual supports a 29 transparent pixel value and the value of the transparent pixel. 30 Note that the notion of level and transparent pixels are orthogonal as 31 both layer 1 and layer 0 visuals may or may not have a transparent pixel 36 For mask, any pixel matching the transparency mask is transparent. 40 Alpha is no longer included in the transparent pixel, although it 121 transparent pixels. If the attribute is GLX_TRANSPARENT_RGB_EXT or 124 visuals: a transparent pixel will be drawn when the red, green and blue 129 In this case, a transparent pixel will be drawn when the index value that 167 GLX_TRANSPARENT_INDEX_VALUE_EXT integer transparent index value. [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 28 with a transparent pixel and to query whether a visual supports a 29 transparent pixel value and the value of the transparent pixel. 30 Note that the notion of level and transparent pixels are orthogonal as 31 both layer 1 and layer 0 visuals may or may not have a transparent pixel 36 For mask, any pixel matching the transparency mask is transparent. 40 Alpha is no longer included in the transparent pixel, although it 121 transparent pixels. If the attribute is GLX_TRANSPARENT_RGB_EXT or 124 visuals: a transparent pixel will be drawn when the red, green and blue 129 In this case, a transparent pixel will be drawn when the index value that 167 GLX_TRANSPARENT_INDEX_VALUE_EXT integer transparent index value. [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1488-enum-new-type.rs | 11 #[repr(transparent)] 19 #[repr(transparent)] 28 #[repr(transparent)] 34 #[repr(transparent)]
|
/third_party/freetype/docs/reference/assets/stylesheets/ |
D | palette.f1a3b89f.min.css | 1 …transparent:rgba(255,25,71,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,10…
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | expansion_tile_test.dart | 121 expect(collapsedContainerDecoration.color, Colors.transparent); 122 expect(collapsedContainerDecoration.border.top.color, Colors.transparent); 123 expect(collapsedContainerDecoration.border.bottom.color, Colors.transparent); 134 expect(collapsingContainerDecoration.color, Colors.transparent); 148 expect(expandedContainerDecoration.color, Colors.transparent); 149 expect(expandedContainerDecoration.border.top.color, Colors.transparent); 150 expect(expandedContainerDecoration.border.bottom.color, Colors.transparent); 154 expect(collapsedContainerDecoration.color, Colors.transparent);
|
/third_party/libinput/doc/api/style/ |
D | bootstrap.css | 54 background-color: transparent; 203 background: transparent !important; 1582 background-color: transparent; 2257 background-color: transparent; 2563 background-color: transparent; 2565 border: 1px solid transparent; 2592 background-color: transparent; 3015 border: 1px solid transparent; 3131 border-color: transparent; 3188 border-color: transparent; [all …]
|