Searched refs:base (Results 1 - 25 of 413) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp3255 // if base name already exists then add a number
4110 WellKnowEntryList::AddOne(directory_which which, directory_which base, argument
4114 if (find_directory(base, &path, true) != B_OK)
H A DContainerWindow.cpp4342 color_which base = B_DOCUMENT_BACKGROUND_COLOR;
4345 base = B_KEYBOARD_NAVIGATION_COLOR;
4357 SetViewUIColor(base, tint);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp62 rgb_color base = ui_color(B_PANEL_BACKGROUND_COLOR); local
63 base = tint_color(base, B_LIGHTEN_2_TINT);
64 base = tint_color(base, 1 + 0.13 * (level - 1));
65 SetLowColor(base);
66 SetHighColor(tint_color(base, B_DARKEN_1_TINT));
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_multi_audio.c208 data->playback_buffers[bidx][cidx].base
221 data->record_buffers[bidx][cidx].base
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c936 &descs[j].base,
948 &descs[j].base,
965 &descs[j].base,
978 &descs[j].base,
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp655 &data->playback_buffers[i][channels+j].base,
675 &data->record_buffers[i][channels + j].base,
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c229 const uint16 base = card->enhanced + 0x80; local
230 ddprintf(("cmedia_pci: dma base is 0x%04x\n", base));
231 if (base == 0)
233 card->dma_base = base;
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp742 data->playback_buffers[i][channelIndex].base
757 data->record_buffers[i][channelIndex].base
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c592 &descs[j].base,
613 &descs[j].base,
H A Des1370.c444 card->config.base = card->info.u.h0.base_registers[0];
450 card->info.u.h0.subsystem_id, card->config.base));
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c823 &data->playback_buffers[i][j].base,
833 &data->record_buffers[i][j].base,
H A Dauvia.c178 auvia_reg_write_32(&stream->card->config, stream->base + AUVIA_RP_DMAOPS_BASE,
189 if(stream->base != AUVIA_8233_MP_BASE) {
190 value = auvia_reg_read_32(&stream->card->config, stream->base
199 auvia_reg_write_32(&stream->card->config, stream->base
206 auvia_reg_write_8(&stream->card->config, stream->base
208 auvia_reg_write_32(&stream->card->config, stream->base
241 addr = auvia_reg_read_32(&stream->card->config, stream->base + AUVIA_RP_DMAOPS_BASE);
245 addr = auvia_reg_read_32(&stream->card->config, stream->base + AUVIA_RP_DMAOPS_BASE);
263 if(stream->base != AUVIA_8233_MP_BASE) {
264 auvia_reg_write_8(&stream->card->config, stream->base
[all...]
H A Dauvia.h105 uint32 base; member in struct:_auvia_stream
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c806 &descs[j].base,
826 &descs[j].base,
H A Dauich.c196 auich_reg_write_8(&stream->card->config, stream->base + AUICH_REG_X_CR, 0);
200 stream->base + AUICH_REG_X_CR, CR_RR);
203 stream->base + AUICH_REG_X_CR)) {
204 LOG(("channel reset finished, %x, %d\n", stream->base, i));
222 // set physical buffer descriptor base address
223 auich_reg_write_32(&stream->card->config, stream->base + AUICH_REG_X_BDBAR,
260 uint8 index = auich_reg_read_8(&stream->card->config, stream->base + AUICH_REG_X_CIV);
277 civ = auich_reg_read_8(&stream->card->config, stream->base + AUICH_REG_X_CIV);
281 stream->base + GET_REG_SR(&stream->card->config),
282 auich_reg_read_16(&stream->card->config, stream->base
[all...]
H A Dauich.h80 uint32 base; member in struct:_auich_dmalist
116 uint32 base; member in struct:_auich_stream
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h76 static inline void *ioremap(u_long base, u_long size) argument
81 sprintf(tag, "pccard %08lx", base);
82 id = map_physical_memory(tag, (phys_addr_t)base,
96 #define request_region(base, num, name) \
97 (RSRC_MGR register_resource(B_IO_PORT_RESOURCE, (base), (num)))
100 #define release_region(base, num) \
101 (RSRC_MGR release_resource(B_IO_PORT_RESOURCE, (base), (num)))
102 #define check_region(base, num) \
103 (RSRC_MGR check_resource(B_IO_PORT_RESOURCE, (base), (num)))
104 #define request_mem_region(base, nu
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp397 static inline uint32 tcp_diff_timestamp(uint32 base) argument
401 if (now > base)
402 return now - base;
404 return now + UINT_MAX - base;
1006 // The Open Group base specification mentions that EINTR should be
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Dnull_multi.c255 data->playback_buffers[bidx][cidx].base
268 data->record_buffers[bidx][cidx].base
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp422 fRegisters->system_address = vecs->base + vecOffset;
/haiku/src/system/kernel/fs/
H A Dvfs.cpp631 out.Print("(%" B_PRIx64 ", %" B_PRIu64 ")", (uint64)fVecs[i].base,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp468 get_next_entry(uint32 objectType, const char *base, char *result, argument
475 TRACE("get_next_entry %ld, %s\n", objectType, base);
477 if (base == NULL || !strcmp(base, "\\")) {
480 status = AcpiGetHandle(NULL, (ACPI_STRING)base, &parent);
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp100 MFP(uint32 base, int vector);
120 RTC(uint32 base, int vector);
195 M68KAtari::MFP::MFP(uint32 base, int vector) argument
197 fBase = base;
258 M68KAtari::RTC::RTC(uint32 base, int vector) argument
260 fBase = base;
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp109 const rgb_color& base, const rgb_color& background, uint32 flags,
112 _DrawButtonFrame(view, rect, updateRect, 0.0f, 0.0f, 0.0f, 0.0f, base,
119 float radius, const rgb_color& base, const rgb_color& background, uint32 flags,
123 base, background, 1.0, 1.0, flags, borders);
130 float leftBottomRadius, float rightBottomRadius, const rgb_color& base,
135 leftBottomRadius, rightBottomRadius, base, background,
142 const BRect& updateRect, const rgb_color& base, uint32 flags,
146 base, false, flags, borders, orientation);
152 const BRect& updateRect, float radius, const rgb_color& base, uint32 flags,
156 radius, base, fals
108 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
118 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
128 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
141 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
151 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
161 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
173 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
229 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
239 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
252 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
262 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
272 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
282 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
294 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
326 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
366 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
419 DrawCheckBox(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
491 DrawRadioButton(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
562 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
617 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
645 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
655 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
751 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
940 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
1024 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
1106 SliderBarColor(const rgb_color& base) argument
1113 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
1153 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
1306 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1390 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1399 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
1517 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
1607 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1641 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1823 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1925 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
2040 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2064 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2085 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2155 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
2174 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
2184 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2194 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
2316 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2461 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2471 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2481 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2496 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2666 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
2779 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2814 _DrawFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2839 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
3000 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
3029 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
3078 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
3679 _EdgeLightColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
3712 _EdgeShadowColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
3742 _FrameLightColor(const rgb_color& base, uint32 flags) argument
3773 _FrameShadowColor(const rgb_color& base, uint32 flags) argument
3812 _BevelLightColor(const rgb_color& base, uint32 flags) argument
3827 _BevelShadowColor(const rgb_color& base, uint32 flags) argument
3842 _FillGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) argument
3853 _FillGlossyGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) argument
3865 _MakeGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) const argument
3880 _MakeGlossyGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) const argument
3898 _MakeButtonGradient(BGradientLinear& gradient, BRect& rect, const rgb_color& base, uint32 flags, orientation orientation) const argument
3933 _RadioButtonAndCheckBoxMarkColor(const rgb_color& base, rgb_color& color, uint32 flags) const argument
[all...]
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp260 // Only pass through to base class if we already have focus.
364 // Make the base URL part bold.
705 rgb_color base(LowColor());
709 be_control_look->DrawTextControlBorder(this, bounds, updateRect, base,

Completed in 233 milliseconds

1234567891011>>