Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 25 of 84) sorted by relevance

1234

/external/opencv/cvaux/src/
Dcvbgfg_common.cpp50 …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()
Dcvbgfg_acmmm2003.cpp157 …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 …]
Dcvbgfg_gaussmix.cpp183 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/chrome/browser/tabs/
Ddefault_tab_handler.cc37 TabContentsWrapper* DefaultTabHandler::AddBlankTab(bool foreground) { in AddBlankTab() argument
39 return delegate_->AsBrowser()->AddBlankTab(foreground); in AddBlankTab()
43 bool foreground) { in AddBlankTabAt() argument
44 return delegate_->AsBrowser()->AddBlankTabAt(index, foreground); in AddBlankTabAt()
139 bool foreground) { in TabInsertedAt() argument
140 delegate_->AsBrowser()->TabInsertedAt(contents, index, foreground); in TabInsertedAt()
Ddefault_tab_handler.h28 virtual TabContentsWrapper* AddBlankTab(bool foreground);
29 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
61 bool foreground);
Dtab_strip_model_delegate.h42 virtual TabContentsWrapper* AddBlankTab(bool foreground) = 0;
43 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) = 0;
Dtab_strip_model_order_controller.cc26 bool foreground) { in DetermineInsertionIndex() argument
35 if (foreground) { in DetermineInsertionIndex()
Dtab_strip_model_unittest.cc86 virtual TabContentsWrapper* AddBlankTab(bool foreground) { in AddBlankTab() argument
89 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) { in AddBlankTabAt() argument
292 foreground(false), in State()
301 bool foreground; member
321 EXPECT_EQ(state.foreground, s->foreground); in StateEquals()
328 s->foreground == state.foreground && in StateEquals()
335 bool foreground) { in TabInsertedAt() argument
338 s->foreground = foreground; in TabInsertedAt()
423 s1.foreground = true; in TEST_F()
439 s1.foreground = true; in TEST_F()
[all …]
Dtab_strip_model_order_controller.h37 bool foreground);
Dtab_strip_model_observer.cc9 bool foreground) { in TabInsertedAt() argument
Dtab_strip_model_observer.h46 bool foreground);
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp50 …Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(… in paint() local
51 if (foreground.isValid() && foreground != textColor) in paint()
52 context->setFillColor(foreground, style->colorSpace()); in paint()
/external/webkit/Source/WebCore/platform/
DPopupMenuStyle.h38 …PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, b… in PopupMenuStyle() argument
39 : m_foregroundColor(foreground) in PopupMenuStyle()
/external/webkit/Source/WebKit/efl/DefaultTheme/
Ddefault.edc25 color: 255 255 255 255; /* foreground */
30 color: 255 255 255 255; /* foreground */
35 color: 26 26 226 255; /* foreground */
/external/chromium/chrome/browser/
Daeropeek_manager.h112 bool foreground);
153 bool foreground);
/external/chromium/chrome/browser/extensions/
Dextension_browser_event_router.h62 bool foreground);
100 void TabCreatedAt(TabContents* contents, int index, bool foreground);
Dextension_browser_event_router.cc264 bool foreground) { in TabCreatedAt() argument
273 bool foreground) { in TabInsertedAt() argument
279 TabCreatedAt(contents->tab_contents(), index, foreground); in TabInsertedAt()
/external/chromium/chrome/browser/ui/cocoa/
Devent_utils_unittest.mm37 // Shift+Middle Click = new foreground tab.
51 // Cmd+Shift+Left Click = new foreground tab.
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_model_observer_bridge.mm25 bool foreground) {
30 inForeground:foreground];
Dtab_strip_model_observer_bridge.h29 bool foreground);
Dtab_strip_controller_unittest.mm40 virtual TabContentsWrapper* AddBlankTab(bool foreground) {
43 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) {
/external/chromium/chrome/browser/download/
Ddownload_util.cc381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadProgress() local
391 foreground->width(), foreground->height()); in PaintDownloadProgress()
441 SkShader::CreateBitmapShader(*foreground, in PaintDownloadProgress()
455 canvas->DrawBitmapInt(*foreground, in PaintDownloadProgress()
/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.c79 GdkColor foreground = { 0, 65535, 0, 0 }; // Red. in blankCursor()
85 cursor = gdk_cursor_new_from_pixmap(source, mask, &foreground, &background, 8, 8); in blankCursor()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk.cc122 GdkColor NormalURLColor(GdkColor foreground) { in NormalURLColor() argument
124 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl); in NormalURLColor()
150 GdkColor SelectedURLColor(GdkColor foreground, GdkColor background) { in SelectedURLColor() argument
152 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl); in SelectedURLColor()
/external/chromium/chrome/browser/chromeos/
Dtab_closeable_state_watcher.h123 bool foreground);

1234