Searched refs:set_to (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.cpp29 address.set_to(metadataFileLocation, fPartition);
37 address.set_to(metadataMirrorFileLocation, fPartition);
H A DCachedBlock.h131 address.set_to(accessor.GetBlock(descriptor),
H A DUdfStructures.h530 void set_to(uint32 block, uint16 partition, uint32 length = 1, function in struct:long_address
/haiku/src/apps/terminal/
H A DColors.cpp96 color->set_to(r, g, b);
101 color->set_to(r >> 8, g >> 8, b >> 8);
108 color->set_to((1 - c) * (1 - k) * 255,
H A DTermApp.cpp389 (*color++).set_to(red, green, blue);
393 (*color++).set_to(gray, gray, gray);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp74 view->SetHighColor(rgb_color().set_to(0, 0, 0, 255));
H A DChart.cpp397 SetHighColor(color.set_to(255, 255, 255, 255));
/haiku/headers/private/net/
H A DAddressUtilities.h86 return fModule->set_to(fAddress, from);
96 return fModule->set_to(to, fAddress);
214 return fModule->set_to(to, fAddress);
H A Dnet_datalink.h157 status_t (*set_to)(struct sockaddr* address, member in struct:net_address_module_info
/haiku/headers/os/interface/
H A DGraphicsDefs.h51 set_to(uint8 r, uint8 g, uint8 b, uint8 a = 255) function in struct:rgb_color
99 return set_to(other.red, other.green, other.blue, other.alpha);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp557 AddressModule()->set_to(reply->source, buffer->destination);
558 AddressModule()->set_to(reply->destination, buffer->source);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp239 fillColor.set_to(180, 0, 0);
241 fillColor.set_to(200, 140, 0);
243 fillColor.set_to(20, 180, 0);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp651 fActivityColors[COLOR_RUNNING].set_to(0, 255, 0);
652 fActivityColors[COLOR_PREEMPTED].set_to(255, 127, 0);
653 fActivityColors[COLOR_READY].set_to(255, 0, 0);
654 fActivityColors[COLOR_IO_REQUEST].set_to(127, 127, 255);
655 fActivityColors[COLOR_IO_OPERATION].set_to(0, 0, 200);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp233 highlightColor.set_to(0, 216, 0);
241 highlightColor.set_to(216, 0, 0);
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp1148 if (address->domain->address_module->set_to((sockaddr*)&oldAddress,
1155 if (address->domain->address_module->set_to((sockaddr*)&newAddress,
/haiku/src/servers/app/
H A DDesktopSettings.cpp72 fMenuInfo.background_color.set_to(216, 216, 216);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp511 color.set_to(0, 0, 255, 255);

Completed in 217 milliseconds