Searched refs:textColor (Results 1 - 25 of 47) sorted by relevance

12

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp91 rgb_color textColor = TextView()->LowColor(); local
93 textColor = tint_color(textColor, B_DARKEN_MAX_TINT);
95 textColor = tint_color(textColor, B_DISABLED_LABEL_TINT);
96 TextView()->SetFontAndColor(NULL, 0, &textColor);
/haiku/src/preferences/network/
H A DServiceListItem.cpp71 rgb_color textColor; local
73 textColor = ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR);
75 textColor = ui_color(B_LIST_ITEM_TEXT_COLOR);
77 owner->SetHighColor(textColor);
81 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
82 owner->SetHighColor(tint_color(textColor, B_DARKEN_1_TINT));
84 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_1_TINT));
H A DNetworkSettingsAddOn.cpp150 rgb_color textColor; local
152 textColor = ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR);
154 textColor = ui_color(B_LIST_ITEM_TEXT_COLOR);
156 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
157 owner->SetHighColor(tint_color(textColor, B_DARKEN_1_TINT));
159 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_1_TINT));
H A DInterfaceListItem.cpp105 rgb_color textColor; local
107 textColor = ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR);
109 textColor = ui_color(B_LIST_ITEM_TEXT_COLOR);
111 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
112 owner->SetHighColor(tint_color(textColor, B_DARKEN_1_TINT));
114 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_1_TINT));
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp81 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
82 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
83 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
85 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp67 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
68 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
69 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
71 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
/haiku/src/kits/shared/
H A DColorItem.cpp73 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
74 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
75 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
77 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
H A DCalendarView.cpp1112 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
1117 if (textColor.red + textColor.green + textColor.blue > 125 * 3)
1125 textColor = ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR);
1141 textColor = focusColor;
1144 SetHighColor(textColor);
1146 SetHighColor(tint_color(textColor, tintDisabled));
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp159 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
160 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
161 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
163 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp138 rgb_color textColor; local
140 textColor = ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR);
142 textColor = ui_color(B_LIST_ITEM_TEXT_COLOR);
144 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
145 owner->SetHighColor(tint_color(textColor, B_DARKEN_1_TINT));
147 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_1_TINT));
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp271 rgb_color textColor; local
276 textColor = ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR);
279 textColor = ui_color(B_LIST_ITEM_TEXT_COLOR);
283 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
284 nonMatchTextColor = tint_color(textColor, 1.2);
286 nonMatchTextColor = tint_color(textColor, 0.75);
308 owner->SetHighColor(textColor);
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp217 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
218 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
219 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
221 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp50 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
51 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp84 rgb_color textColor = ui_color(B_LIST_ITEM_TEXT_COLOR); local
85 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
86 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
88 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp84 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
85 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
H A DKeyRequestWindow.cpp112 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
113 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/servers/debug/
H A DDebugWindow.cpp53 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
54 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.cpp145 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
146 textColor.alpha = 128;
148 view->SetHighColor(textColor);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp114 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
115 helpText->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/kits/interface/
H A DControlLook.cpp100 const rgb_color* textColor)
103 DefaultLabelAlignment(), textColor);
98 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
H A DStatusBar.cpp323 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); local
327 textColor = make_color(0, 0, 0, 255);
329 textColor = make_color(255, 255, 255, 255);
332 SetHighColor(textColor);
/haiku/headers/os/interface/
H A DControlLook.h344 const rgb_color* textColor = NULL) = 0;
349 const rgb_color* textColor = NULL) = 0;
356 const rgb_color* textColor = NULL) = 0;
362 const rgb_color* textColor = NULL);
368 const rgb_color* textColor = NULL) = 0;
/haiku/src/apps/mail/
H A DAddressTextControl.cpp942 rgb_color textColor; local
944 textColor = ui_color(B_DOCUMENT_TEXT_COLOR);
946 textColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR),
950 fTextView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
H A DHeader.cpp254 rgb_color textColor; local
256 textColor = ui_color(B_DOCUMENT_TEXT_COLOR);
258 textColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR),
262 textView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h271 const rgb_color* textColor = NULL);
276 const rgb_color* textColor = NULL);
280 const rgb_color* textColor = NULL);
286 const rgb_color* textColor = NULL);

Completed in 234 milliseconds

12