Searched refs:color_which (Results 26 - 40 of 40) sorted by last modified time

12

/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp27 ColorWhichItem::ColorWhichItem(const char* text, color_which which,
H A DColorWhichItem.h22 ColorWhichItem(const char* text, color_which which,
27 color_which ColorWhich() { return fColorWhich; };
33 color_which fColorWhich;
H A DColors.cpp107 color_which which = index_to_color_which(index);
121 color_which which = index_to_color_which(index);
H A DColors.h18 color_which which;
/haiku/src/servers/app/decorator/
H A DDecorator.h208 rgb_color UIColor(color_which which);
H A DDecorator.cpp956 Decorator::UIColor(color_which which)
/haiku/src/servers/app/
H A DDesktopSettings.h72 rgb_color UIColor(color_which which) const;
/haiku/src/kits/interface/
H A DStringView.cpp140 color_which which = parent->ViewUIColor(&tint);
H A DControl.cpp165 color_which which = ViewUIColor(&tint);
/haiku/headers/private/app/
H A DServerProtocolStructs.h21 color_which whichHighColor;
22 color_which whichLowColor;
H A DServerReadOnlyMemory.h17 // leaves no gaps in the color_which integer values.
29 color_which_to_index(color_which which)
40 static inline color_which
44 if ((color_which)index < kColorWhichCount - 3)
45 return (color_which)(index + 1);
47 return (color_which)(index + B_SUCCESS_COLOR
52 return (color_which)-1;
/haiku/src/bin/
H A DWindowShade.cpp109 UpdateUIColor(color_which which, const char *str)
142 UpdateUIColor((color_which)sColorWhich, optarg);
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.h71 CharacterStyleDataRef SetForegroundColor(color_which which);
75 inline color_which WhichForegroundColor() const
78 CharacterStyleDataRef SetBackgroundColor(color_which which);
82 inline color_which WhichBackgroundColor() const
85 CharacterStyleDataRef SetStrikeOutColor(color_which which);
89 inline color_which WhichStrikeOutColor() const
92 CharacterStyleDataRef SetUnderlineColor(color_which which);
96 inline color_which WhichUnderlineColor() const
128 color_which fWhichFgColor;
129 color_which fWhichBgColo
[all...]
H A DCharacterStyleData.cpp198 CharacterStyleData::SetForegroundColor(color_which which)
229 CharacterStyleData::SetBackgroundColor(color_which which)
260 CharacterStyleData::SetStrikeOutColor(color_which which)
291 CharacterStyleData::SetUnderlineColor(color_which which)
H A DCharacterStyle.h47 bool SetForegroundColor(color_which which);
50 color_which WhichForegroundColor() const;
55 bool SetBackgroundColor(color_which which);
58 color_which WhichBackgroundColor() const;
60 bool SetStrikeOutColor(color_which which);
63 color_which WhichStrikeOutColor() const;
65 bool SetUnderlineColor(color_which which);
68 color_which WhichUnderlineColor() const;

Completed in 122 milliseconds

12