/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | MetadataPartition.cpp | 29 address.set_to(metadataFileLocation, fPartition); in MetadataPartition() 37 address.set_to(metadataMirrorFileLocation, fPartition); in MetadataPartition()
|
H A D | CachedBlock.h | 123 address.set_to(accessor.GetBlock(descriptor), in SetTo()
|
H A D | UdfStructures.h | 530 void set_to(uint32 block, uint16 partition, uint32 length = 1,
|
/haiku/src/apps/terminal/ |
H A D | Colors.cpp | 96 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 D | TermApp.cpp | 389 (*color++).set_to(red, green, blue); in _InitDefaultPalette() 393 (*color++).set_to(gray, gray, gray); in _InitDefaultPalette()
|
/haiku/headers/private/net/ |
H A D | AddressUtilities.h | 86 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 D | net_datalink.h | 157 status_t (*set_to)(struct sockaddr* address, member
|
/haiku/src/apps/debuganalyzer/gui/chart/ |
H A D | StringChartLegend.cpp | 74 view->SetHighColor(rgb_color().set_to(0, 0, 0, 255)); in RenderLegend()
|
H A D | Chart.cpp | 397 SetHighColor(color.set_to(255, 255, 255, 255)); in Draw()
|
/haiku/headers/os/interface/ |
H A D | GraphicsDefs.h | 51 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 D | EndpointManager.cpp | 557 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 D | PowerStatusView.cpp | 241 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 D | SchedulingPage.cpp | 651 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 D | MemoryView.cpp | 233 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 D | interfaces.cpp | 1149 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 D | GraphicsDefs.dox | 149 \fn rgb_color& rgb_color::set_to(uint8 r, uint8 g, uint8 b, uint8 a=255)
|
/haiku/src/servers/app/ |
H A D | DesktopSettings.cpp | 72 fMenuInfo.background_color.set_to(216, 216, 216); in _SetDefaults()
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | SourceView.cpp | 536 color.set_to(0, 0, 255, 255); in Draw()
|