Searched refs:ViewColor (Results 1 - 25 of 157) sorted by relevance

1234567

/haiku-fatelf/src/apps/soundrecorder/
H A DDrawButton.cpp32 ReplaceTransparentColor(&fOn, Parent()->ViewColor());
33 ReplaceTransparentColor(&fOff, Parent()->ViewColor());
H A DSoundListView.cpp37 SetLowColor(ViewColor());
/haiku-fatelf/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp42 SetHighColor(ViewColor());
47 SetHighColor(tint_color(ViewColor(), B_DARKEN_1_TINT));
/haiku-fatelf/src/add-ons/translators/tga/
H A DTGAView.cpp52 SetLowColor(ViewColor());
71 fpchkIgnoreAlpha->SetViewColor(ViewColor());
77 fpchkRLE->SetViewColor(ViewColor());
/haiku-fatelf/src/preferences/joysticks/
H A DMessageWin.cpp25 fBox->SetLowColor(fBox->ViewColor());
36 fText->SetLowColor(fText->ViewColor());
/haiku-fatelf/src/tests/servers/app/event_mask/
H A DEventMask.cpp66 SetViewColor(Parent()->ViewColor());
71 SetLowColor(ViewColor());
118 SetLowColor(ViewColor());
130 SetViewColor(Parent()->ViewColor());
133 SetLowColor(ViewColor());
/haiku-fatelf/src/apps/bootmanager/
H A DWizardPageView.cpp57 view->SetViewColor(ViewColor());
70 view->SetViewColor(ViewColor());
/haiku-fatelf/src/kits/tracker/
H A DCountView.cpp208 rgb_color base = ViewColor();
216 ViewColor());
255 rgb_color light = tint_color(ViewColor(), B_LIGHTEN_MAX_TINT);
256 rgb_color shadow = tint_color(ViewColor(), B_DARKEN_2_TINT);
257 rgb_color lightShadow = tint_color(ViewColor(), B_DARKEN_1_TINT);
340 SetLowColor(ViewColor());
H A DMiniMenuField.cpp62 SetViewColor(Parent()->ViewColor());
63 SetLowColor(Parent()->ViewColor());
150 rgb_color viewColor = ViewColor();
/haiku-fatelf/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp17 SetHighColor(ViewColor());
44 SetHighColor(ViewColor());
78 SetHighColor(ViewColor());
124 SetHighColor(ViewColor());
179 SetHighColor(ViewColor());
217 SetHighColor(ViewColor());
/haiku-fatelf/src/apps/webwatch/
H A DWatchView.cpp110 SetHighColor(Parent()->ViewColor());
113 SetLowColor(Parent()->ViewColor());
/haiku-fatelf/src/preferences/time/
H A DTZDisplay.cpp39 SetViewColor(Parent()->ViewColor());
54 SetLowColor(ViewColor());
H A DTimeZoneListItem.cpp62 color = owner->ViewColor();
68 owner->SetLowColor(owner->ViewColor());
H A DSectionEdit.cpp45 SetViewColor(Parent()->ViewColor());
233 be_control_look->DrawBorder(this, bounds, updateRect, ViewColor(),
250 SetLowColor(ViewColor());
/haiku-fatelf/src/apps/mail/
H A DButtonBar.cpp172 SetViewColor(Parent()->ViewColor());
179 rgb_color high = tint_color(ViewColor(), 1.1);
180 rgb_color low = tint_color(ViewColor(), 0.8);
196 be_control_look->DrawBorder(this, bounds, updateRect, ViewColor(),
/haiku-fatelf/src/tests/servers/app/desktop_window/
H A DDesktopWindow.cpp33 SetLowColor(ViewColor());
/haiku-fatelf/src/apps/stylededit/
H A DStatusView.cpp77 color = parent->ViewColor();
123 bounds, updateRect, ViewColor());
128 SetHighColor(tint_color(ViewColor(), B_DARKEN_2_TINT));
137 SetLowColor(ViewColor());
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp81 color = owner->ViewColor();
88 owner->SetLowColor(owner->ViewColor());
/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.cpp58 color = owner->ViewColor();
66 owner->SetLowColor(owner->ViewColor());
/haiku-fatelf/src/tests/servers/app/archived_view/
H A Dmain.cpp101 rgb_color light = tint_color(ViewColor(), B_LIGHTEN_2_TINT);
102 rgb_color shadow = tint_color(ViewColor(), B_DARKEN_2_TINT);
/haiku-fatelf/src/apps/devices/
H A DResourceUsageWindow.cpp70 color = owner->ViewColor();
78 owner->SetLowColor(owner->ViewColor());
140 color = owner->ViewColor();
148 owner->SetLowColor(owner->ViewColor());
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DDurationView.cpp34 SetHighColor(tint_color(ViewColor(), B_DARKEN_4_TINT));
/haiku-fatelf/src/preferences/mail/
H A DCenterContainer.cpp24 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp74 fShowCaption->SetViewColor(ViewColor());
83 fShowBorder->SetViewColor(ViewColor());
124 fDelayMenuField->SetViewColor(ViewColor());
/haiku-fatelf/src/apps/packagemanager/
H A DApplicationView.cpp89 SetViewColor(Parent()->ViewColor());
198 verticalGroup->SetViewColor(ViewColor());
207 verticalGroup->SetViewColor(ViewColor());

Completed in 170 milliseconds

1234567