/external/skia/src/effects/ |
D | SkXfermodeImageFilter.cpp | 50 SkBitmap background = src, foreground = src; in onFilterImage() local 60 !foregroundInput->filterImage(proxy, src, ctx, &foreground, &foregroundOffset)) { in onFilterImage() 61 foreground.reset(); in onFilterImage() 65 if (!applyCropRect(ctx, foreground, foregroundOffset, &foregroundBounds)) { in onFilterImage() 67 foreground.reset(); in onFilterImage() 89 canvas.drawBitmap(foreground, SkIntToScalar(foregroundOffset.fX), in onFilterImage() 135 SkBitmap foreground = src; in filterImageGPU() local 137 if (getInput(1) && !getInput(1)->getInputResultGPU(proxy, src, ctx, &foreground, in filterImageGPU() 141 GrTexture* foregroundTex = foreground.getTexture(); in filterImageGPU() 174 GrTextureDomain::MakeTexelDomain(foregroundTex, foreground.bounds()), in filterImageGPU()
|
/external/opencv/cvaux/src/ |
D | cvbgfg_common.cpp | 50 …IplImage* tmp_image = cvCreateImage(cvSize(bg_model->foreground->width,bg_model->foreground->heigh… in cvRefineForegroundMaskBySegm() 59 cvAnd(tmp_image, bg_model->foreground, tmp_image); in cvRefineForegroundMaskBySegm() 62 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in cvRefineForegroundMaskBySegm() 64 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 0), CV_RGB(0, 0, 0), 10, -1); in cvRefineForegroundMaskBySegm()
|
D | cvbgfg_acmmm2003.cpp | 157 …CV_CALL( p_model->foreground = cvCreateImage(cvSize(first_frame->width, first_frame->height), IPL_… in cvCreateFGDStatModel() 202 cvReleaseImage( &model->foreground ); in icvReleaseFGDStatModel() 342 cvZero(model->foreground); in icvUpdateFGDStatModel() 419 ((uchar*)model->foreground->imageData)[i*mask_step+j] = (uchar)(val*255); in icvUpdateFGDStatModel() 430 …cvMorphologyEx( model->foreground, model->foreground, 0, 0, CV_MOP_OPEN, model->params.perform_mo… in icvUpdateFGDStatModel() 431 …cvMorphologyEx( model->foreground, model->foreground, 0, 0, CV_MOP_CLOSE, model->params.perform_mo… in icvUpdateFGDStatModel() 439 … cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); in icvUpdateFGDStatModel() 465 cvZero(model->foreground); in icvUpdateFGDStatModel() 466 cvDrawContours(model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in icvUpdateFGDStatModel() 505 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] ) in icvUpdateFGDStatModel() [all …]
|
D | cvbgfg_gaussmix.cpp | 183 CV_CALL( bg_model->foreground = cvCreateImage(cvSize(first_frame->width, in cvCreateGaussianBGModel() 260 cvReleaseImage( &bg_model->foreground ); in icvReleaseGaussianBGModel() 324 …cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LI… in icvUpdateGaussianBGModel() 349 cvZero(bg_model->foreground); in icvUpdateGaussianBGModel() 350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in icvUpdateGaussianBGModel() 594 bg_model->foreground->imageData[ bg_model->foreground->widthStep*i + j] = pixelValue; in icvBackgroundTest()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | fsdiff.py | 359 def color_code(foreground=None, background=None): argument 372 if foreground is None and background is None: 376 if foreground is None: 378 elif foreground > 7: 380 codes.append('[%im' % (22+foreground)) 382 codes.append('[%im' % (30+foreground)) 389 def color_line(line, foreground=None, background=None): argument 391 return (match.group(1) + color_code(foreground, background)
|
/external/skia/include/effects/ |
D | SkXfermodeImageFilter.h | 27 SkImageFilter* foreground = NULL, 29 SkImageFilter* inputs[2] = { background, foreground };
|
/external/libvorbis/examples/ |
D | frameview.pl | 55 $toplevel->optionAdd("$Xname*foreground", '#000000',20); 58 $toplevel->optionAdd("$Xname*Button*foreground", '#000000',20); 64 $toplevel->optionAdd("$Xname*Scale*foreground", '#000000',20); 70 $toplevel->optionAdd("$Xname*Checkbutton*foreground", '#000000',20); 134 $panel->optionAdd("$X2name*foreground", '#000000',20); 137 $panel->optionAdd("$X2name*Button*foreground", '#000000',20); 143 $panel->optionAdd("$X2name*Checkbutton*foreground", '#000000',20);
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 39 styles.add('error', parent=basic, foreground=colors.red) 40 styles.add('output', parent=basic, foreground=colors.blue) 41 styles.add('input', parent=basic, foreground=colors.black) 42 styles.add('prompt', parent=basic, foreground=colors.purple)
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationPlayerActivity.java | 113 View foreground = findViewById(R.id.animation_foreground); in onCreate() local 120 foreground.startAnimation(foregroundAnim); in onCreate()
|
/external/skia/gm/ |
D | xfermodeimagefilter.cpp | 151 SkAutoTUnref<SkImageFilter> foreground(SkBitmapSource::Create(fBitmap)); in onDraw() local 153 SkIntToScalar(4), SkIntToScalar(-4), foreground)); in onDraw()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
D | ColorResourceLoaderTest.java | 43 assertThat(colorResourceLoader.getValue(R.color.foreground), equalTo(0xf5f5f5)); in shouldHandleColorForwardReferences()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
D | R.java | 88 public static final int foreground = nextId++; field in R.color
|
/external/speex/libspeex/ |
D | mdf.c | 160 spx_word16_t *foreground; /* Foreground filter weights */ member 462 st->foreground = (spx_word16_t*)speex_alloc(M*N*C*K*sizeof(spx_word16_t)); in speex_echo_state_init_mc() 543 st->foreground[i] = 0; in speex_echo_state_reset() 609 speex_free(st->foreground); in speex_echo_state_destroy() 801 spectral_mul_accum16(st->X, st->foreground+chan*N*K*M, st->Y+chan*N, N, M*K); in speex_echo_cancellation() 931 st->foreground[i] = EXTRACT16(PSHR32(st->W[i],16)); in speex_echo_cancellation() 949 st->W[i] = SHL32(EXTEND32(st->foreground[i]),16); in speex_echo_cancellation()
|
/external/libvncserver/libvncserver/ |
D | cursor.c | 444 uint32_t background,foreground; in rfbMakeRichCursorFromXCursor() local 445 char *back=(char*)&background,*fore=(char*)&foreground; in rfbMakeRichCursorFromXCursor() 461 foreground=cursor->foreRed<<format->redShift| in rfbMakeRichCursorFromXCursor()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 280 values.foreground = BlackPixel(dpy, DefaultScreen(dpy)); in glXUseXFont()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 286 values.foreground = BlackPixel(dpy, DefaultScreen(dpy)); in Fake_glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 283 values.foreground = BlackPixel(dpy, DefaultScreen(dpy)); in DRI_glXUseXFont()
|
/external/libvncserver/x11vnc/ |
D | solid.c | 229 gcv.foreground = gcv.background = BlackPixel(dpy, scr); in solid_root() 357 gcv.foreground = gcv.background = BlackPixel(dpy, scr); in solid_cde()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 132 static mDNSBool foreground = 0; variable 151 if (foreground) in PrintLog() 1104 case 'd': foreground = 1; break; // Also used when launched via OS X's launchd mechanism in ProcessArgs() 3071 if (!foreground && !started_via_launchd) in main() 3076 foreground = 1; in main()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 3451 foreground = yes 3503 foreground = yes
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ss_vncviewer | 3414 foreground = yes 3466 foreground = yes
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.sgml | 513 foreground with debugging enabled:</para> 656 with following command to start it on foreground with debugging
|
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 1236 FBU.foreground = rQ.slice(rQi, rQi + fb_Bpp); 1249 color = FBU.foreground;
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2778 + _gcv.foreground = color; \ 2780 + FillScreen(x, y, w, h, _gcv.foreground); \ 2792 gcv.foreground = (appData.useBGR233 ? BGR233ToPixel[pix] : pix); 2795 + gcv.foreground = (appData.useBGR565 ? BGR565ToPixel[pix] : pix); 2797 gcv.foreground = pix; 2805 + FillRectangle(rx, ry, rw, rh, gcv.foreground); 2812 gcv.foreground = (appData.useBGR233 ? BGR233ToPixel[pix] : pix); 2815 + gcv.foreground = (appData.useBGR565 ? BGR565ToPixel[pix] : pix); 2817 gcv.foreground = pix; 2825 + FillRectangle(rx + x, ry + y, w, h, gcv.foreground); [all …]
|