Searched refs:foreground (Results 1 - 25 of 50) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
H A DPopupMenuStyle.h38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride) argument
39 : m_foregroundColor(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/chromium/chrome/browser/tabs/
H A Ddefault_tab_handler.cc37 TabContentsWrapper* DefaultTabHandler::AddBlankTab(bool foreground) { argument
39 return delegate_->AsBrowser()->AddBlankTab(foreground);
43 bool foreground) {
44 return delegate_->AsBrowser()->AddBlankTabAt(index, foreground);
139 bool foreground) {
140 delegate_->AsBrowser()->TabInsertedAt(contents, index, foreground);
42 AddBlankTabAt(int index, bool foreground) argument
137 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
H A Ddefault_tab_handler.h28 virtual TabContentsWrapper* AddBlankTab(bool foreground);
29 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
61 bool foreground);
H A Dtab_strip_model_order_controller.h34 // transition and foreground flag to figure out how it was opened.
37 bool foreground);
H A Dtab_strip_model_delegate.h42 virtual TabContentsWrapper* AddBlankTab(bool foreground) = 0;
43 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) = 0;
H A Dtab_strip_model_observer.cc9 bool foreground) {
7 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
H A Dtab_strip_model_order_controller.cc26 bool foreground) {
35 if (foreground) {
36 // If the page was opened in the foreground by a link click in another
23 DetermineInsertionIndex( TabContentsWrapper* new_contents, PageTransition::Type transition, bool foreground) argument
H A Dtab_strip_model_observer.h42 // index. |foreground| is whether or not it was opened in the foreground
46 bool foreground);
H A Dtab_strip_model_unittest.cc86 virtual TabContentsWrapper* AddBlankTab(bool foreground) { argument
89 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) { argument
292 foreground(false),
301 bool foreground; member in struct:MockTabStripModelObserver::State
321 EXPECT_EQ(state.foreground, s->foreground);
328 s->foreground == state.foreground &&
335 bool foreground) {
338 s->foreground
333 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
[all...]
/external/chromium/chrome/browser/
H A Daeropeek_manager.h112 bool foreground);
151 // |foreground| is true if the tab is selected.
153 bool foreground);
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_event_router.h62 bool foreground);
100 void TabCreatedAt(TabContents* contents, int index, bool foreground);
H A Dextension_browser_event_router.cc264 bool foreground) {
273 bool foreground) {
279 TabCreatedAt(contents->tab_contents(), index, foreground);
262 TabCreatedAt(TabContents* contents, int index, bool foreground) argument
271 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/webkit/Source/WebCore/rendering/
H A DEllipsisBox.cpp50 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(); local
51 if (foreground.isValid() && foreground != textColor)
52 context->setFillColor(foreground, style->colorSpace());
/external/chromium/chrome/browser/chromeos/
H A Dtab_closeable_state_watcher.h123 bool foreground);
H A Dtab_closeable_state_watcher.cc39 TabContentsWrapper* tab_contents, int index, bool foreground) {
38 TabInsertedAt( TabContentsWrapper* tab_contents, int index, bool foreground) argument
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h29 bool foreground);
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java113 View foreground = findViewById(R.id.animation_foreground);
120 foreground.startAnimation(foregroundAnim);
/external/webkit/Source/WebCore/platform/gtk/
H A DGtkVersioning.c79 GdkColor foreground = { 0, 65535, 0, 0 }; // Red.
85 cursor = gdk_cursor_new_from_pixmap(source, mask, &foreground, &background, 8, 8);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc121 // foreground typeface color instead of taking the background into account.
122 GdkColor NormalURLColor(GdkColor foreground) { argument
124 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl);
149 // saturation than to look exactly like the foreground color.
150 GdkColor SelectedURLColor(GdkColor foreground, GdkColor background) { argument
152 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl);
166 // The luminance should match the luminance of the foreground text. Again,
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; local
386 // We start by storing the bounds of the background and foreground bitmaps
391 foreground->width(), foreground->height());
408 // Layer the foreground progress image in an arc proportional to the download
422 // Set up an arc clipping region for the foreground image. Don't bother using
424 // would eliminate the foreground completely and be quite confusing (it would
441 SkShader::CreateBitmapShader(*foreground,
455 canvas->DrawBitmapInt(*foreground,
/external/chromium/chrome/browser/ui/
H A Dbrowser.h675 virtual TabContentsWrapper* AddBlankTab(bool foreground);
676 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
708 bool foreground);
/external/qemu/
H A Dconsole.h163 uint32_t foreground, uint32_t background, uint8_t *image,
165 void cursor_get_mono_image(QEMUCursor *c, int foreground, uint8_t *mask);

Completed in 276 milliseconds

12