Searched defs:foreground (Results 1 - 25 of 26) sorted by relevance

12

/external/ImageMagick/MagickCore/
H A Ddecorate.c669 foreground,
684 foreground=QuantumRange;
688 foreground=(Quantum) 0;
734 foreground*(QuantumRange-HighlightFactor)));
752 (double) foreground*(QuantumRange-AccentuateFactor)));
824 foreground*(QuantumRange-HighlightFactor)));
898 foreground*(QuantumRange-HighlightFactor)));
664 foreground, local
H A Dwidget.c1568 foreground,
1584 foreground=(ssize_t) XPixelIntensity(
1587 if (MagickAbsoluteValue((int) (foreground-matte)) > (65535L >> 3))
1545 foreground, local
H A Dxwindow.c529 context_values.foreground=(size_t) (~0);
2368 context_values.foreground=0;
3101 Set foreground color.
3581 "foreground",ForegroundColor);
5364 % and foreground color will be retrieved.
5368 % o foreground_color: Specifies the color to use for the cursor foreground.
5406 foreground;
5424 (void) XParseColor(display,colormap,foreground_color,&foreground);
5425 cursor=XCreatePixmapCursor(display,source,mask,&foreground,&background,
5843 context_values.foreground
5362 foreground; local
5945 foreground; local
6562 foreground; local
7209 foreground, local
[all...]
/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp51 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);
227 auto foreground local
77 Make(SkBlendMode mode, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* cropRect) argument
271 filterImageGPU( SkSpecialImage* source, sk_sp<SkSpecialImage> background, const SkIPoint& backgroundOffset, sk_sp<SkSpecialImage> foreground, const SkIPoint& foregroundOffset, const SkIRect& bounds, const OutputProperties& outputProperties) const argument
[all...]
H A DSkArithmeticImageFilter.cpp53 sk_sp<SkSpecialImage> foreground,
155 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
158 if (foreground) {
160 foreground->width(), foreground->height());
184 return this->filterImageGPU(source, background, backgroundOffset, foreground,
207 this->drawForeground(canvas, foreground.get(), foregroundBounds);
222 // Note that background (getInput(0)) is i2, and foreground (getInput(1)) is i1.
286 sk_sp<SkSpecialImage> foreground,
300 if (foreground) {
282 filterImageGPU( SkSpecialImage* source, sk_sp<SkSpecialImage> background, const SkIPoint& backgroundOffset, sk_sp<SkSpecialImage> foreground, const SkIPoint& foregroundOffset, const SkIRect& bounds, const OutputProperties& outputProperties) const argument
420 auto foreground = xformer->apply(this->getInput(1)); local
447 Make(float k1, float k2, float k3, float k4, bool enforcePMColor, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* crop) argument
[all...]
/external/skqp/src/effects/
H A DSkXfermodeImageFilter.cpp51 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);
227 auto foreground local
77 Make(SkBlendMode mode, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* cropRect) argument
271 filterImageGPU( SkSpecialImage* source, sk_sp<SkSpecialImage> background, const SkIPoint& backgroundOffset, sk_sp<SkSpecialImage> foreground, const SkIPoint& foregroundOffset, const SkIRect& bounds, const OutputProperties& outputProperties) const argument
[all...]
H A DSkArithmeticImageFilter.cpp53 sk_sp<SkSpecialImage> foreground,
155 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
158 if (foreground) {
160 foreground->width(), foreground->height());
184 return this->filterImageGPU(source, background, backgroundOffset, foreground,
207 this->drawForeground(canvas, foreground.get(), foregroundBounds);
222 // Note that background (getInput(0)) is i2, and foreground (getInput(1)) is i1.
286 sk_sp<SkSpecialImage> foreground,
300 if (foreground) {
282 filterImageGPU( SkSpecialImage* source, sk_sp<SkSpecialImage> background, const SkIPoint& backgroundOffset, sk_sp<SkSpecialImage> foreground, const SkIPoint& foregroundOffset, const SkIRect& bounds, const OutputProperties& outputProperties) const argument
418 auto foreground = xformer->apply(this->getInput(1)); local
445 Make(float k1, float k2, float k3, float k4, bool enforcePMColor, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* crop) argument
[all...]
/external/libvncserver/libvncserver/
H A Dcursor.c444 uint32_t background,foreground; local
445 char *back=(char*)&background,*fore=(char*)&foreground;
461 foreground=cursor->foreRed<<format->redShift|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
H A DR.java88 public static final int foreground = nextId++; field in class:R.color
/external/skia/fuzz/
H A DFuzzCanvas.cpp662 sk_sp<SkImageFilter> foreground = make_fuzz_imageFilter(fuzz, depth - 1); local
668 std::move(background), std::move(foreground),
/external/skqp/fuzz/
H A DFuzzCanvas.cpp658 sk_sp<SkImageFilter> foreground = make_fuzz_imageFilter(fuzz, depth - 1); local
664 std::move(background), std::move(foreground),
/external/speex/libspeex/
H A Dmdf.c97 /* 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 */
931 st->foreground[
[all...]
/external/libpng/
H A Dpngread.c1720 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
1728 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
1719 png_colormap_compose(png_image_read_control *display, png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha, png_uint_32 background, int encoding) argument
/external/pdfium/third_party/libpng16/
H A Dpngread.c1708 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
1716 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
1707 png_colormap_compose(png_image_read_control *display, png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha, png_uint_32 background, int encoding) argument
/external/skia/tests/
H A DImageFilterTest.cpp1902 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect));
1926 background, foreground, nullptr));
1958 sk_sp<SkImageFilter> foreground,
1961 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop));
1972 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect));
1979 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr,
1981 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect);
1982 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect);
1983 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect);
1984 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullpt
1956 test_arithmetic_bounds(skiatest::Reporter* reporter, float k1, float k2, float k3, float k4, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* crop, const SkIRect& expected) argument
[all...]
/external/skqp/tests/
H A DImageFilterTest.cpp1902 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect));
1926 background, foreground, nullptr));
1958 sk_sp<SkImageFilter> foreground,
1961 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop));
1972 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect));
1979 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr,
1981 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect);
1982 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect);
1983 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect);
1984 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullpt
1956 test_arithmetic_bounds(skiatest::Reporter* reporter, float k1, float k2, float k3, float k4, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* crop, const SkIRect& expected) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c132 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
3071 if (!foreground && !started_via_launchd)
3076 foreground = 1;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DR.java155 public static final int foreground = 0x7f050001; field in class:R.color
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 810 milliseconds

12