Searched refs:align (Results 126 - 134 of 134) sorted by relevance

123456

/haiku/headers/os/interface/
H A DTextView.h199 void SetAlignment(alignment align);
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp1130 BAbstractSpinner::SetAlignment(alignment align) argument
1132 fAlignment = align;
H A DTextView.cpp822 // align rect
2491 BTextView::SetAlignment(alignment align) argument
2494 if (fAlignment != align &&
2495 (align == B_ALIGN_LEFT ||
2496 align == B_ALIGN_RIGHT ||
2497 align == B_ALIGN_CENTER)) {
2498 fAlignment = align;
H A DColumnListView.cpp703 BColumn::BColumn(float width, float minWidth, float maxWidth, alignment align) argument
711 fAlignment(align)
819 BColumn::SetAlignment(alignment align) argument
821 fAlignment = align;
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dbus.h171 bus_addr_t rend, bus_size_t size, bus_size_t align,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp102 bool ReadDirent(uint32 index, dev_t volumeID, bool align, dirent* buffer, argument
115 // align the size, if requested
116 if (align)
245 bool ReadNextEntry(dev_t volumeID, ino_t nodeID, bool align, argument
259 // align the size, if requested
260 if (align)
3442 // align the entry length, so the next dirent will be aligned
3592 // align the entry length, so the next dirent will be aligned
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp620 alignment align = B_ALIGN_RIGHT)
623 truncate, align)
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3048 /* Copy MAC address on stack to align. */
4475 bus_size_t align, int nsegs, tulip_ringinfo_t *ri, const char *name)
4512 error = bus_dma_tag_create(bus_get_dma_tag(dev), align, 0,
4474 tulip_busdma_allocring(device_t dev, tulip_softc_t * const sc, size_t count, bus_size_t align, int nsegs, tulip_ringinfo_t *ri, const char *name) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c1465 iflib_dma_alloc_align(if_ctx_t ctx, int size, int align, iflib_dma_info_t dma, int mapflags) argument
1471 align, 0, /* alignment, bounds */

Completed in 281 milliseconds

123456