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

/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp50 SkBitmap background = src, foreground = src; local
60 !foregroundInput->filterImage(proxy, src, ctx, &foreground, &foregroundOffset)) {
61 foreground.reset();
65 if (!applyCropRect(ctx, foreground, foregroundOffset, &foregroundBounds)) {
67 foreground.reset();
89 canvas.drawBitmap(foreground, SkIntToScalar(foregroundOffset.fX),
135 SkBitmap foreground = src; local
137 if (getInput(1) && !getInput(1)->getInputResultGPU(proxy, src, ctx, &foreground,
141 GrTexture* foregroundTex = foreground.getTexture();
174 GrTextureDomain::MakeTexelDomain(foregroundTex, foreground
[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/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.c1849 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
1857 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
1848 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/samples/fx_lpng/lpng_v163/
H A Dfx_pngread.c1583 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
1591 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
1582 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/libvncserver/x11vnc/
H A Dnox11.h978 unsigned long foreground;/* foreground pixel */ member in struct:__anon9258
1983 #define XNForeground "foreground"
4604 unsigned long /* foreground */
4698 unsigned long /* foreground */,
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 456 milliseconds