HomeSort by relevance Sort by last modified time
    Searched defs:foreground (Results 1 - 18 of 18) sorted by null

  /external/u-boot/lib/efi_selftest/
efi_selftest_textoutput.c 22 size_t foreground; local
36 for (foreground = 0; foreground < 0x10; ++foreground) {
38 attrib = foreground | background;
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 102 final BitmapDrawable foreground local
104 WidgetTestUtils.assertScaledPixels(48, foreground.getIntrinsicHeight(), mActivity);
105 WidgetTestUtils.assertScaledPixels(48, foreground.getIntrinsicWidth(), mActivity);
106 assertTrue(mFrameLayout.getHeight() > foreground.getIntrinsicHeight());
107 assertTrue(mFrameLayout.getWidth() > foreground.getIntrinsicWidth());
111 () -> mFrameLayout.setForeground(foreground));
112 assertSame(foreground, mFrameLayout.getForeground());
114 assertTrue(foreground.isVisible());
115 final Rect rect = foreground.getBounds();
116 // foreground has been stretche
145 final Drawable foreground = mActivity.getResources().getDrawable(R.drawable.size_48x48); local
286 final Drawable foreground = spy(new ColorDrawable()); local
    [all...]
  /external/ImageMagick/MagickCore/
decorate.c 635 foreground,
650 foreground=QuantumRange;
654 foreground=(Quantum) 0;
695 foreground*(QuantumRange-HighlightFactor)));
708 (double) foreground*(QuantumRange-AccentuateFactor)));
771 foreground*(QuantumRange-HighlightFactor)));
836 foreground*(QuantumRange-HighlightFactor)));
630 foreground, local
widget.c 1545 foreground, local
    [all...]
xwindow.c 529 context_values.foreground=(size_t) (~0);
5350 foreground; local
5943 foreground; local
6560 foreground; local
7207 foreground, local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 192 ForegroundColorSpan[] foreground = s.getSpans(0, s.length(), ForegroundColorSpan.class); local
193 assertEquals(1, foreground.length);
194 assertEquals(0xFFFF0000, foreground[0].getForegroundColor());
375 s = new SpannableString("Hello foreground world");
379 + "<span style=\"color:#00FF00;\">foreground</span> world</p>"));
  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 113 View foreground = findViewById(R.id.animation_foreground); local
120 foreground.startAnimation(foregroundAnim);
  /external/skia/src/effects/imagefilters/
SkXfermodeImageFilter.cpp 51 sk_sp<SkSpecialImage> foreground,
79 sk_sp<SkImageFilter> foreground,
81 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) };
120 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
123 if (foreground) {
125 foreground->width(), foreground->height());
151 foreground, foregroundOffset,
175 this->drawForeground(canvas, foreground.get(), foregroundBounds);
229 auto foreground = xformer->apply(this->getInput(1)) local
    [all...]
SkArithmeticImageFilter.cpp 66 sk_sp<SkSpecialImage> foreground,
173 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
176 if (foreground) {
178 foreground->width(), foreground->height());
202 return this->filterImageGPU(source, background, backgroundOffset, foreground,
225 this->drawForeground(canvas, foreground.get(), foregroundBounds);
241 // Note that background (getInput(0)) is i2, and foreground (getInput(1)) is i1.
290 sk_sp<SkSpecialImage> foreground,
304 if (foreground) {
440 auto foreground = xformer->apply(this->getInput(1)); local
    [all...]
  /external/skqp/src/effects/imagefilters/
SkXfermodeImageFilter.cpp 49 sk_sp<SkSpecialImage> foreground,
77 sk_sp<SkImageFilter> foreground,
79 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) };
118 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
121 if (foreground) {
123 foreground->width(), foreground->height());
149 foreground, foregroundOffset,
173 this->drawForeground(canvas, foreground.get(), foregroundBounds);
227 auto foreground = xformer->apply(this->getInput(1)) local
    [all...]
SkArithmeticImageFilter.cpp 65 sk_sp<SkSpecialImage> foreground,
172 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
175 if (foreground) {
177 foreground->width(), foreground->height());
201 return this->filterImageGPU(source, background, backgroundOffset, foreground,
224 this->drawForeground(canvas, foreground.get(), foregroundBounds);
240 // Note that background (getInput(0)) is i2, and foreground (getInput(1)) is i1.
289 sk_sp<SkSpecialImage> foreground,
303 if (foreground) {
439 auto foreground = xformer->apply(this->getInput(1)); local
    [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp 590 sk_sp<SkImageFilter> foreground = make_fuzz_imageFilter(fuzz, depth - 1); local
596 std::move(background), std::move(foreground),
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 590 sk_sp<SkImageFilter> foreground = make_fuzz_imageFilter(fuzz, depth - 1); local
596 std::move(background), std::move(foreground),
    [all...]
  /external/speex/libspeexdsp/
mdf.c 97 /* If enabled, the AEC will use a foreground filter and a background filter to be more robust to double-talk
160 spx_word16_t *foreground; /* Foreground filter weights */ member in struct:SpeexEchoState_
462 st->foreground = (spx_word16_t*)speex_alloc(M*N*C*K*sizeof(spx_word16_t));
543 st->foreground[i] = 0;
609 speex_free(st->foreground);
800 /* Compute foreground filter */
801 spectral_mul_accum16(st->X, st->foreground+chan*N*K*M, st->Y+chan*N, N, M*K);
899 /* Logic for updating the foreground filter */
929 /* Copy background filter to foreground filter *
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 132 static mDNSBool foreground = 0; variable
151 if (foreground)
1050 "-d Run daemon in foreground.\n\n"
1104 case 'd': foreground = 1; break; // Also used when launched via OS X's launchd mechanism
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java 329 public static final int foreground=0x7f0a0000; field in class:R.color
    [all...]
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 549 milliseconds