HomeSort by relevance Sort by last modified time
    Searched full:background (Results 576 - 600 of 7839) sorted by null

<<21222324252627282930>>

  /external/skia/third_party/libpng/
pngrtran.c 123 /* Handle alpha and tRNS via a background color */
136 png_warning(png_ptr, "Application must supply a known background gamma");
144 png_ptr->background = *background_color;
367 /* Finally, if pre-multiplying, set the background fields to achieve the
373 memset(&png_ptr->background, 0, (sizeof png_ptr->background));
380 "conflicting calls to set alpha mode and background");
819 * disabled in background handling. There is no evidence (so far) that this
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrtran.c 94 /* Handle alpha and tRNS via a background color */
106 png_warning(png_ptr, "Application must supply a known background gamma");
111 png_memcpy(&(png_ptr->background), background_color,
787 /* Detect gray background and attempt to enable optimization
792 * background color might actually be gray yet not be flagged as such.
804 png_ptr->background.red == png_ptr->background.green &&
805 png_ptr->background.red == png_ptr->background.blue)
808 png_ptr->background.gray = png_ptr->background.red
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/design/
default.css 9 background-color: #0099cc;
16 background: #eee none no-repeat fixed top left;
17 background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#dddddd), color-stop(25%, #f2f2f2), color-stop(75%, #f2f2f2), to(#dddddd));
18 background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2, #f2f2f2, #dddddd);
260 background: transparent url(disclosure_down.png) no-repeat scroll top left;
270 background: rgba(0, 0, 0, 0.05); }
273 background: transparent url(disclosure_up.png) no-repeat scroll top left;
289 background: rgba(0, 0, 0, 0.03); }
326 background: transparent url(disclosure_left.png) no-repeat scroll top left;
336 background: transparent url(disclosure_right.png) no-repeat scroll top left
    [all...]
  /external/syslinux/bios/txt/html/
syslinux-cli.html 168 background: #ffffee;
177 background: #f8f8f8;
301 background: yellow;
390 span.aqua-background { background: aqua; }
391 span.black-background { background: black; }
392 span.blue-background { background: blue; }
393 span.fuchsia-background { background: fuchsia; }
    [all...]
  /external/syslinux/efi32/txt/html/
syslinux-cli.html 168 background: #ffffee;
177 background: #f8f8f8;
301 background: yellow;
390 span.aqua-background { background: aqua; }
391 span.black-background { background: black; }
392 span.blue-background { background: blue; }
393 span.fuchsia-background { background: fuchsia; }
    [all...]
  /external/syslinux/efi64/txt/html/
syslinux-cli.html 168 background: #ffffee;
177 background: #f8f8f8;
301 background: yellow;
390 span.aqua-background { background: aqua; }
391 span.black-background { background: black; }
392 span.blue-background { background: blue; }
393 span.fuchsia-background { background: fuchsia; }
    [all...]
  /build/make/tools/droiddoc/templates-sac/assets/css/
default.css 7 background-color: #0099cc;
10 background-color: #0099cc;
13 background-color: #0099cc;
20 background-color:#F9F9F9;
121 background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
305 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
331 background:#e9e9e9;
332 background: rgba(0, 0, 0, 0.05); }
334 background: transparent; }
341 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
textview_locale.xml 38 android:background="#884"
54 android:background="#884"
70 android:background="#884"
87 android:background="#884"
103 android:background="#884"
119 android:background="#884"
136 android:background="#884"
152 android:background="#884"
168 android:background="#884"
185 android:background="#884
    [all...]
textview_ltr.xml 38 android:background="#884"
54 android:background="#884"
70 android:background="#884"
87 android:background="#884"
103 android:background="#884"
119 android:background="#884"
136 android:background="#884"
152 android:background="#884"
168 android:background="#884"
185 android:background="#884
    [all...]
textview_rtl.xml 38 android:background="#884"
54 android:background="#884"
70 android:background="#884"
87 android:background="#884"
103 android:background="#884"
119 android:background="#884"
136 android:background="#884"
152 android:background="#884"
168 android:background="#884"
185 android:background="#884
    [all...]
  /packages/apps/Car/Dialer/res/layout/
ongoing_call.xml 34 android:background="@drawable/contact_photo_gradient" />
37 android:background="@color/telecom_display_scrim"
48 android:background="@color/secondary_call_scrim"
87 android:background="@drawable/in_call_card_background"
119 android:background="@drawable/avatar_rounded_bg"
134 android:background="@color/separator" />
166 android:background="@drawable/ongoing_call_action_background" />
201 android:background="@drawable/ongoing_call_action_background" />
210 android:background="@drawable/ongoing_call_action_background" />
236 android:background="@drawable/ongoing_call_secondary_action_background" /
    [all...]
  /art/tools/ahat/src/
style.css 18 background-color: #eeffff;
33 background-color: #eeeeee;
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/res/layout/
assistant.xml 20 android:background="@android:color/transparent">
25 android:background="#0000FF"/>
  /cts/tests/app/app/res/layout/
fragment_start.xml 23 android:background="#0F0"
27 android:background="#F00"
  /cts/tests/fragment/res/layout/
scene1.xml 25 android:background="#080"/>
30 android:background="#008"/>
scene2.xml 25 android:background="#008"/>
30 android:background="#080"/>
  /cts/tests/inputmethod/res/layout/
inputmethod_edittext.xml 21 android:background="@drawable/blue"
28 android:background="@android:drawable/editbox_background"/>
  /cts/tests/tests/app.usage/res/layout/
end.xml 23 android:background="#F00"
31 android:background="#0F0"
start.xml 23 android:background="#0F0"
27 android:background="#F00"
  /cts/tests/tests/transition/res/layout/
scene1.xml 24 android:background="#F00"
29 android:background="#0F0"
scene2.xml 24 android:background="#0F0"
29 android:background="#F00"
scene3.xml 23 android:background="#0F0"
27 android:background="#F00"
scene6.xml 24 android:background="#0F0"
29 android:background="#F00"
scene8.xml 24 android:background="#F00"
29 android:background="#0F0"
  /cts/tests/tests/widget/res/layout/
sliding_drawer_layout.xml 32 android:background="#FF00FF00"
38 android:background="#FF0000FF"

Completed in 1813 milliseconds

<<21222324252627282930>>