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

12

/external/skia/include/effects/
H A DSkXfermodeImageFilter.h16 * This filter takes a SkBlendMode, and uses it to composite the foreground over the background.
17 * If foreground or background is NULL, the input bitmap (src) is used instead.
22 sk_sp<SkImageFilter> foreground,
32 sk_sp<SkImageFilter> foreground,
35 std::move(foreground), cropRect);
30 MakeArithmetic(float k1, float k2, float k3, float k4, bool enforcePMColor, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* cropRect) argument
/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.cpp46 sk_sp<SkSpecialImage> foreground,
73 sk_sp<SkImageFilter> foreground,
75 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) };
130 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
133 if (foreground) {
135 foreground->width(), foreground->height());
161 foreground, foregroundOffset,
185 this->drawForeground(canvas, foreground.get(), foregroundBounds);
209 str->appendf("foreground
71 Make(SkBlendMode mode, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* cropRect) argument
226 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.cpp49 sk_sp<SkSpecialImage> foreground,
148 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset));
151 if (foreground) {
153 foreground->width(), foreground->height());
177 return this->filterImageGPU(source, background, backgroundOffset, foreground,
200 this->drawForeground(canvas, foreground.get(), foregroundBounds);
332 foreground,
346 if (foreground) {
347 foregroundProxy = foreground
326 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
478 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/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.c1707 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
1715 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
1706 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/fuzz/
H A DFuzzCanvas.cpp730 sk_sp<SkImageFilter> foreground = make_fuzz_imageFilter(fuzz, depth - 1); local
736 std::move(background), std::move(foreground),
/external/skia/third_party/libpng/
H A Dpngread.c1698 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
1706 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
1697 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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... FOCUSED public static final int BACKGROUND public static final int FOREGROUND public static final int HOT public static final int TRAVERSE_NONE ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... FOCUSED public static final int BACKGROUND public static final int FOREGROUND public static final int HOT public static final int TRAVERSE_NONE ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... protected org.eclipse.swt.graphics.Color foreground private boolean shared protected org.eclipse.swt. ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 ...

Completed in 564 milliseconds

12