Home
last modified time | relevance | path

Searched refs:transparent (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/chromium_org/ui/login/
Dbubble.css29 border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
43 border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent;
49 border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
63 border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);
77 border-color: white transparent transparent transparent;
91 border-color: transparent white transparent transparent;
97 border-color: transparent transparent white transparent;
111 border-color: transparent transparent transparent white;
/external/nanopb-c/docs/
Dlsr.css27 background-color: transparent;
37 background-color: transparent;
56 background-color: transparent;
61 background-color: transparent;
103 background-color: transparent;
161 background: transparent url('../images/important.png') 10px 2px no-repeat;
165 background: transparent url('../images/caution.png') 10px 2px no-repeat;
169 background: transparent url('../images/note.png') 10px 2px no-repeat;
173 background: transparent url('../images/tip.png') 10px 2px no-repeat;
177 background: transparent url('../images/tip.png') 10px 2px no-repeat;
[all …]
/external/chromium_org/ui/file_manager/file_manager/audio_player/css/
Daudio_player.css69 border-bottom: 0 solid transparent;
70 border-left: 5px solid transparent;
71 border-right: 0 solid transparent;
72 border-top: 0 solid transparent;
88 background-color: transparent;
89 border-left: 5px solid transparent;
90 border-right: 0 solid transparent;
/external/skia/src/images/
DSkMovie_gif.cpp116 int transparent, int width) in copyLine() argument
119 if (*src != transparent) { in copyLine()
128 const ColorMapObject* cmap, int transparent, int copyWidth, in copyInterlaceGroup() argument
136 copyLine(dst, src, cmap, transparent, copyWidth); in copyInterlaceGroup()
145 int transparent) in blitInterlace() argument
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace()
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace()
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace()
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace()
176 int transparent) in blitNormal() argument
[all …]
/external/chromium_org/third_party/skia/src/images/
DSkMovie_gif.cpp116 int transparent, int width) in copyLine() argument
119 if (*src != transparent) { in copyLine()
128 const ColorMapObject* cmap, int transparent, int copyWidth, in copyInterlaceGroup() argument
136 copyLine(dst, src, cmap, transparent, copyWidth); in copyInterlaceGroup()
145 int transparent) in blitInterlace() argument
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace()
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace()
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace()
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace()
176 int transparent) in blitNormal() argument
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dbackground.svg1 <div id="background-container" class="transparent">
5 <rect id="rectangular-hole-pattern" class="hole transparent"/>
6 <circle id="round-hole-pattern" class="hole transparent"/>
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableColorTest.cpp42 Color transparent = AnimatableColorImpl(Color::transparent).toColor(); in TEST() local
43 EXPECT_EQ(transparent.rgb(), Color::transparent); in TEST()
/external/iptables/extensions/
Dlibxt_socket.man4 \fB\-\-transparent\fP
5 Ignore non-transparent sockets.
/external/okhttp/website/static/
Dbootstrap-combined.min.css9transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:bloc…
18transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:bloc…
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositionUnderline.h37 , color(Color::transparent) in CompositionUnderline()
39 , backgroundColor(Color::transparent) { } in CompositionUnderline()
/external/chromium_org/ui/views/test/
Dtest_views_delegate.h29 void set_use_transparent_windows(bool transparent) { in set_use_transparent_windows() argument
30 use_transparent_windows_ = transparent; in set_use_transparent_windows()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
Dlist.css11 background-color: transparent;
60 background-color: transparent;
61 border-color: transparent;
77 background-color: transparent;
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
Dpopup.css197 color-stop(.25, transparent),
198 color-stop(.5, transparent),
201 color-stop(.75, transparent),
202 to(transparent));
/external/libcxx/test/utilities/function.objects/logical.operations/
DAndroid.mk31 test_name := utilities/function.objects/logical.operations/transparent
32 test_src := transparent.pass.cpp
/external/libcxx/test/utilities/function.objects/bitwise.operations/
DAndroid.mk27 test_name := utilities/function.objects/bitwise.operations/transparent
28 test_src := transparent.pass.cpp
/external/chromium_org/chrome/browser/resources/options/
Dstartup_overlay.css35 border-bottom-color: transparent;
37 border-top-color: transparent;
/external/chromium_org/third_party/polymer/components-chromium/paper-input/
Dpaper-input.css33 background-color: transparent;
50 background: transparent;
68 background: transparent;
150 background: transparent;
/external/chromium_org/third_party/polymer/components/paper-input/
Dpaper-input.css33 background-color: transparent;
50 background: transparent;
68 background: transparent;
150 background: transparent;
/external/proguard/docs/
Dstyle.css165 background: transparent;
192 background: transparent;
201 background: transparent;
/external/libcxx/test/utilities/function.objects/comparisons/
DAndroid.mk35 test_name := utilities/function.objects/comparisons/transparent
36 test_src := transparent.pass.cpp
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Doverrides.css37 border: none transparent !important;
61 background-color: transparent;
62 border: none transparent;
69 border-left: 8px solid transparent;
78 border: none transparent;
103 color: transparent !important;
/external/libcxx/test/utilities/function.objects/arithmetic.operations/
DAndroid.mk23 test_name := utilities/function.objects/arithmetic.operations/transparent
24 test_src := transparent.pass.cpp
/external/lldb/source/Interpreter/
DProperty.cpp202 const bool transparent = m_value_sp->ValueIsTransparent (); in Dump() local
203 if (dump_desc || !transparent) in Dump()
218 …if (transparent && (dump_mask == (OptionValue::eDumpOptionName | OptionValue::eDumpOptionDescripti… in Dump()
/external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
Dbootstrap.min.css8transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:afte…
/external/pdfium/fpdfsdk/include/javascript/
Dcolor.h25 FX_BOOL transparent(OBJ_PROP_PARAMS);
68 JS_STATIC_PROP(transparent, color);

12345678910>>...12