Symbol: B_RGB_COLOR_TYPE
src/add-ons/input_server/methods/pen/DumpMessage.cpp
148
case B_RGB_COLOR_TYPE:
src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp
3205
case B_RGB_COLOR_TYPE:
src/apps/activitymonitor/ActivityView.cpp
1073
if (message->FindData("RGBColor", B_RGB_COLOR_TYPE, 0,
src/apps/activitymonitor/ActivityView.cpp
639
if (settings->FindData("history background color", B_RGB_COLOR_TYPE,
src/apps/activitymonitor/ActivityView.cpp
692
status = state.AddData("history background color", B_RGB_COLOR_TYPE,
src/apps/activitymonitor/ActivityView.cpp
708
state.AddData(name.String(), B_RGB_COLOR_TYPE, &color,
src/apps/activitymonitor/ActivityView.cpp
828
if (state->FindData(colorName.String(), B_RGB_COLOR_TYPE, i,
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
308
if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
src/apps/deskcalc/CalcView.cpp
1172
if (archive->FindData("rgbBaseColor", B_RGB_COLOR_TYPE,
src/apps/deskcalc/CalcView.cpp
857
if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
src/apps/deskcalc/CalcView.cpp
906
ret = archive->AddData("rgbBaseColor", B_RGB_COLOR_TYPE,
src/apps/icon-o-matic/MainWindow.cpp
194
for (int32 i = 0; message->FindData("RGBColor", B_RGB_COLOR_TYPE, i,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
217
if (message->FindData("color", B_RGB_COLOR_TYPE,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
128
if (message->GetInfo(B_RGB_COLOR_TYPE, 0,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
212
message->AddData("color", B_RGB_COLOR_TYPE, &fColor, sizeof(fColor));
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.h
33
{ return B_RGB_COLOR_TYPE; }
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
36
{ return B_RGB_COLOR_TYPE; }
src/apps/icon-o-matic/generic/support/support_ui.cpp
49
ret = message->AddData("RGBColor", B_RGB_COLOR_TYPE,
src/apps/icon-o-matic/generic/support/support_ui.cpp
63
ret = message->FindData("RGBColor", B_RGB_COLOR_TYPE, index,
src/apps/icon-o-matic/generic/support/support_ui.cpp
81
message.AddData("RGBColor", B_RGB_COLOR_TYPE, &color, sizeof(color));
src/apps/poorman/PoorManLogger.cpp
46
message.AddData("rgb_color", B_RGB_COLOR_TYPE, &color, sizeof(rgb_color));
src/apps/poorman/PoorManWindow.cpp
233
if (message->FindData("rgb_color", B_RGB_COLOR_TYPE, &pointer, &size) != B_OK)
src/apps/stylededit/ColorMenuItem.cpp
22
message->AddData("color", B_RGB_COLOR_TYPE, &color, sizeof(rgb_color));
src/apps/stylededit/StyledEditWindow.cpp
511
if (message->FindData("color", B_RGB_COLOR_TYPE,
src/apps/terminal/TermView.cpp
1931
if (message->FindData("color", B_RGB_COLOR_TYPE,
src/apps/terminal/TerminalBuffer.cpp
158
message.AddData("color", B_RGB_COLOR_TYPE,
src/apps/terminal/TerminalBuffer.cpp
163
message.AddData("color", B_RGB_COLOR_TYPE, &colors[i],
src/apps/terminal/ThemeView.cpp
293
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/bin/hey.cpp
1070
case B_RGB_COLOR_TYPE: strcpy(str, "B_RGB_COLOR_TYPE"); break;
src/bin/hey.cpp
1296
case B_RGB_COLOR_TYPE:
src/bin/hey.cpp
939
to_message->AddData(curname, B_RGB_COLOR_TYPE, &clr, sizeof(rgb_color));
src/bin/lsindex.cpp
94
RETURN_TYPE(B_RGB_COLOR_TYPE);
src/bin/rc/decompile.cpp
823
case B_RGB_COLOR_TYPE: write_rgb(name, data); break;
src/bin/rc/parser.y
1477
type.code = B_RGB_COLOR_TYPE;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
486
case B_RGB_COLOR_TYPE:
src/kits/interface/ColorControl.cpp
375
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/kits/shared/ColorListView.cpp
62
message.AddData("RGBColor", B_RGB_COLOR_TYPE, &color, sizeof(color));
src/kits/shared/ColorPreview.cpp
107
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/kits/shared/ColorPreview.cpp
186
message.AddData("RGBColor", B_RGB_COLOR_TYPE, &fColor, sizeof(fColor));
src/kits/shared/ColorPreview.cpp
92
if (message->CountNames(B_RGB_COLOR_TYPE) == 0)
src/kits/shared/ColorPreview.cpp
93
message->AddData("RGBColor", B_RGB_COLOR_TYPE, &fColor, sizeof(fColor));
src/kits/support/ByteOrder.cpp
148
case B_RGB_COLOR_TYPE:
src/kits/tracker/infowindow/AttributesView.cpp
411
case B_RGB_COLOR_TYPE:
src/preferences/appearance/ColorsView.cpp
116
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/preferences/backgrounds/Backgrounds.cpp
73
if (message->WasDropped() && message->FindData("RGBColor", B_RGB_COLOR_TYPE,
src/preferences/backgrounds/BackgroundsView.cpp
314
if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
src/tests/kits/support/ByteOrderTest.cpp
282
IS_SWAPPED(B_RGB_COLOR_TYPE);
src/tests/servers/input/msgspy/MsgSpy.cpp
414
case B_RGB_COLOR_TYPE: