Searched refs:B_NO_COLOR (Results 1 - 20 of 20) sorted by path

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp223 ret->fWhichFgColor = B_NO_COLOR;
254 ret->fWhichBgColor = B_NO_COLOR;
285 ret->fWhichStrikeOutColor = B_NO_COLOR;
316 ret->fWhichUnderlineColor = B_NO_COLOR;
/haiku/src/kits/interface/
H A DControl.cpp166 if (which != B_NO_COLOR)
H A DSlider.cpp411 if (LowUIColor() != B_NO_COLOR)
H A DStringView.cpp142 if (which != B_NO_COLOR) {
269 if (LowUIColor() == B_NO_COLOR)
H A DBMCPrivate.cpp167 if (which == B_NO_COLOR)
H A DInterfaceDefs.cpp1313 // Suppress warnings for B_NO_COLOR.
1314 if (which == B_NO_COLOR)
1331 return B_NO_COLOR;
1338 return B_NO_COLOR;
1373 color_which which = B_NO_COLOR;
1388 if (which == B_NO_COLOR || colors->FindColor(name, &color) != B_OK)
1399 desktop.Attach<color_which>(B_NO_COLOR);
H A DMenuField.cpp432 if (which == B_NO_COLOR)
H A DView.cpp145 which_view_color = B_NO_COLOR;
148 which_high_color = B_NO_COLOR;
151 which_low_color = B_NO_COLOR;
499 && color != B_NO_COLOR) {
506 && color != B_NO_COLOR) {
513 && color != B_NO_COLOR) {
2444 SetHighUIColor(B_NO_COLOR);
2508 if (which != B_NO_COLOR) {
2552 SetLowUIColor(B_NO_COLOR);
2615 if (which != B_NO_COLOR) {
[all...]
/haiku/headers/os/interface/
H A DInterfaceDefs.h303 B_NO_COLOR = 0, enumerator in enum:color_which
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1476 if (LowUIColor() == B_NO_COLOR)
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp165 fCopyView->SetViewUIColor(B_NO_COLOR);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp139 if (ViewUIColor() != B_NO_COLOR)
/haiku/src/kits/shared/
H A DIconButton.cpp84 if (ViewUIColor() != B_NO_COLOR)
/haiku/src/servers/app/
H A DDesktop.cpp2840 color_which which = B_NO_COLOR;
2849 } while (which != B_NO_COLOR);
2934 color_which which = B_NO_COLOR;
2939 if (which == B_NO_COLOR || fPendingColors.FindColor(name,
H A DDesktopSettings.cpp699 color_which which = B_NO_COLOR;
H A DDrawState.cpp46 fWhichHighColor(B_NO_COLOR),
47 fWhichLowColor(B_NO_COLOR),
H A DServerWindow.cpp1799 color_which which = B_NO_COLOR;
1809 if (which != B_NO_COLOR) {
1820 color_which which = B_NO_COLOR;
1830 if (which != B_NO_COLOR) {
1841 color_which which = B_NO_COLOR;
H A DView.cpp94 fWhichViewColor(B_NO_COLOR),
943 if (which != B_NO_COLOR) {
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp126 if (ViewUIColor() == B_NO_COLOR)
/haiku/src/servers/mail/
H A DDeskbarView.cpp122 if (ViewUIColor() == B_NO_COLOR)

Completed in 257 milliseconds