Home
last modified time | relevance | path

Searched refs:set_to (Results 1 – 18 of 18) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.cpp29 address.set_to(metadataFileLocation, fPartition); in MetadataPartition()
37 address.set_to(metadataMirrorFileLocation, fPartition); in MetadataPartition()
H A DCachedBlock.h123 address.set_to(accessor.GetBlock(descriptor), in SetTo()
H A DUdfStructures.h530 void set_to(uint32 block, uint16 partition, uint32 length = 1,
/haiku/src/apps/terminal/
H A DColors.cpp96 color->set_to(r, g, b); in LookUpColor()
101 color->set_to(r >> 8, g >> 8, b >> 8); in LookUpColor()
108 color->set_to((1 - c) * (1 - k) * 255, in LookUpColor()
H A DTermApp.cpp389 (*color++).set_to(red, green, blue); in _InitDefaultPalette()
393 (*color++).set_to(gray, gray, gray); in _InitDefaultPalette()
/haiku/headers/private/net/
H A DAddressUtilities.h86 return fModule->set_to(fAddress, from); in SetTo()
96 return fModule->set_to(to, fAddress); in CopyTo()
214 return fModule->set_to(to, fAddress); in CopyTo()
H A Dnet_datalink.h157 status_t (*set_to)(struct sockaddr* address, member
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp74 view->SetHighColor(rgb_color().set_to(0, 0, 0, 255)); in RenderLegend()
H A DChart.cpp397 SetHighColor(color.set_to(255, 255, 255, 255)); in Draw()
/haiku/headers/os/interface/
H A DGraphicsDefs.h51 set_to(uint8 r, uint8 g, uint8 b, uint8 a = 255)
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); in ReplyWithReset()
558 AddressModule()->set_to(reply->destination, buffer->source); in ReplyWithReset()
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp241 fillColor.set_to(180, 0, 0); in _DrawBattery()
243 fillColor.set_to(200, 140, 0); in _DrawBattery()
245 fillColor.set_to(20, 180, 0); in _DrawBattery()
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp651 fActivityColors[COLOR_RUNNING].set_to(0, 255, 0); in SchedulingView()
652 fActivityColors[COLOR_PREEMPTED].set_to(255, 127, 0); in SchedulingView()
653 fActivityColors[COLOR_READY].set_to(255, 0, 0); in SchedulingView()
654 fActivityColors[COLOR_IO_REQUEST].set_to(127, 127, 255); in SchedulingView()
655 fActivityColors[COLOR_IO_OPERATION].set_to(0, 0, 200); in SchedulingView()
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp233 highlightColor.set_to(0, 216, 0); in Draw()
241 highlightColor.set_to(216, 0, 0); in Draw()
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp1149 if (address->domain->address_module->set_to((sockaddr*)&oldAddress, in _ChangeAddress()
1156 if (address->domain->address_module->set_to((sockaddr*)&newAddress, in _ChangeAddress()
/haiku/docs/user/interface/
H A DGraphicsDefs.dox149 \fn rgb_color& rgb_color::set_to(uint8 r, uint8 g, uint8 b, uint8 a=255)
/haiku/src/servers/app/
H A DDesktopSettings.cpp72 fMenuInfo.background_color.set_to(216, 216, 216); in _SetDefaults()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp536 color.set_to(0, 0, 255, 255); in Draw()