Searched refs:foreground (Results 1 - 25 of 48) 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
H A DSkArithmeticImageFilter.h17 sk_sp<SkImageFilter> foreground,
/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp50 IplImage* tmp_image = cvCreateImage(cvSize(bg_model->foreground->width,bg_model->foreground->height),
59 cvAnd(tmp_image, bg_model->foreground, tmp_image);
62 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
64 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 0), CV_RGB(0, 0, 0), 10, -1);
H A Dcvbgfg_acmmm2003.cpp42 // This file implements the foreground/background pixel
47 // http://muq.org/~cynbe/bib/foreground-object-detection-from-videos-containing-complex-background.pdf
73 // Function cvCreateFGDStatModel initializes foreground detection process
157 CV_CALL( p_model->foreground = cvCreateImage(cvSize(first_frame->width, first_frame->height), IPL_DEPTH_8U, 1));
202 cvReleaseImage( &model->foreground );
324 // Function cvUpdateFGDStatModel updates statistical model and returns number of foreground regions
342 cvZero(model->foreground);
344 // From foreground pixel candidates using image differencing
418 // Update foreground:
419 ((uchar*)model->foreground
[all...]
H A Dcvbgfg_gaussmix.cpp183 CV_CALL( bg_model->foreground = cvCreateImage(cvSize(first_frame->width,
260 cvReleaseImage( &bg_model->foreground );
316 //foreground filtering
321 //cvMorphologyEx( bg_model->foreground, bg_model->foreground, 0, 0, CV_MOP_OPEN, 1 );
322 //cvMorphologyEx( bg_model->foreground, bg_model->foreground, 0, 0, CV_MOP_CLOSE, 1 );
324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
349 cvZero(bg_model->foreground);
350 cvDrawContours(bg_model->foreground, first_se
[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/skia/gm/
H A Dxfermodeimagefilter.cpp115 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage)));
118 foreground));
171 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect));
189 // the region outside the foreground.
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DColorResourceLoaderTest.java43 assertThat(colorResourceLoader.getValue(R.color.foreground), equalTo(0xf5f5f5));
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java113 View foreground = findViewById(R.id.animation_foreground);
120 foreground.startAnimation(foregroundAnim);
/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 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...]
H A Danimate.c943 context_values.foreground=pixel.foreground_color.pixel;
1591 context_values.foreground=pixel->foreground_color.pixel;
1611 context_values.foreground=pixel->background_color.pixel;
1613 context_values.background ^ context_values.foreground;
1646 context_values.foreground=icon_pixel->foreground_color.pixel;
2287 context_values.foreground=pixel->foreground_color.pixel;
2293 context_values.foreground=pixel->background_color.pixel;
2295 context_values.background ^ context_values.foreground;
/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/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c280 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
/external/mesa3d/src/glx/
H A Dxfont.c283 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c286 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
/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/ImageMagick/www/api/
H A Dshear.php88 <dd>separate background from foreground. </dd>
/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 ...
/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/libvncserver/webclients/java-applet/ssl/
H A Dss_vncviewer3451 foreground = yes
3503 foreground = yes
/external/libvncserver/webclients/novnc/include/
H A Drfb.js1511 this._FBU.foreground = rQ.slice(rQi, rQi + this._fb_Bpp);
1526 color = this._FBU.foreground;
/external/opencv/cvaux/include/
H A Dcvaux.h1117 * Background/foreground segmentation *
1120 /* We discriminate between foreground and background pixels
1123 * to be foreground.
1164 IplImage* foreground; /*8UC1 foreground image*/ \
1168 CvSeq* foreground_regions /*foreground object contours*/
1185 // Updates statistical model and returns number of found foreground regions
1192 // (all pixels of a region will be classified as foreground if majority of pixels of the region are FG).
1207 /* Default parameters of foreground detection algorithm: */
1260 int is_obj_without_holes;/* If TRUE we ignore holes within foreground blob
[all...]

Completed in 672 milliseconds

12