Searched refs:alignment (Results 151 - 175 of 189) sorted by relevance

12345678

/haiku/src/kits/interface/
H A DMenuField.cpp291 SetAlignment((alignment)align);
673 BMenuField::SetAlignment(alignment label)
679 alignment
H A DAbstractSpinner.cpp51 "Returns the alignment of the spinner label.",
59 "Sets the alignment of the spinner label.",
291 BAlignment alignment; member in struct:BAbstractSpinner::LayoutData
1130 BAbstractSpinner::SetAlignment(alignment align)
H A DHaikuControlLook.cpp2186 const BAlignment& alignment, const rgb_color* textColor)
2188 DrawLabel(view, label, NULL, rect, updateRect, base, flags, alignment,
2318 const BAlignment& alignment, const rgb_color* textColor)
2329 icon->Bounds().Size(), alignment);
2364 // handle alignment
2366 BSize(width - 1, height - 1), alignment));
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
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
H A DSplitLayout.cpp122 virtual void SetExplicitAlignment(BAlignment alignment) argument
H A DTextView.cpp353 SetAlignment((alignment)flag);
2491 BTextView::SetAlignment(alignment align)
2500 // After setting new alignment, update the view/window
2510 alignment
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp50 memalign_etc(size_t alignment, size_t size, uint32 flags) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c112 /* alignment may be needed to evaluate collations */
113 u32 alignment; member in union:__anon116::__anon117
H A Dlayout.h401 /* 42*/ le16 reserved; /* Reserved/alignment. */
757 /* 23 */ s8 reservedR; /* Reserved/alignment to 8-byte
930 /* 36 */ u8 reserved12[12]; /* Reserved/alignment to 8-byte
1131 /* 3e*/ le16 reserved; /* Reserved for alignment. */
1809 u8 alignment; member in struct:__anon66
1841 u8 alignment; member in struct:__anon67
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp75 physicalRestrictions.alignment = buffer_size;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp73 float maxWidth, uint32 truncateMode, alignment align)
/haiku/src/kits/debugger/dwarf/
H A DAttributeClasses.cpp167 { ENTRY(alignment), AC_CONSTANT },
/haiku/headers/private/interface/
H A DHaikuControlLook.h292 const BAlignment& alignment,
306 const BAlignment& alignment,
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp142 alignment align = B_ALIGN_LEFT);
370 float minWidth, float maxWidth, uint32 truncateMode, alignment align)
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp591 intel_allocate_memory(intel_info &info, size_t size, size_t alignment, argument
594 return gGART->allocate_memory(info.aperture, size, alignment,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp200 alignment align = B_ALIGN_LEFT)
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp109 physicalRestrictions.alignment = PAGEDIR_ALIGN;
147 // offset the range so it has the worst possible alignment
/haiku/src/apps/mail/
H A DHeader.cpp149 // TODO: solve this better (alignment of label and text)
215 // TODO: solve this better (alignment of label and text)
218 alignment labelAlignment;
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp89 float maxWidth, uint32 truncateMode, alignment align)
/haiku/src/system/kernel/vm/
H A Dvm.cpp4166 allocate_early_virtual(kernel_args* args, size_t size, addr_t alignment) argument
4177 addr_t base = alignment > 0
4178 ? ROUNDUP(previousRangeEnd, alignment) : previousRangeEnd;
4193 addr_t base = alignment > 0
4194 ? ROUNDUP(lastRangeEnd, alignment) : lastRangeEnd;
4205 if (alignment > 0)
4206 base = ROUNDDOWN(base, alignment);
4288 uint32 attributes, addr_t alignment)
4294 addr_t virtualBase = allocate_early_virtual(args, virtualSize, alignment);
4287 vm_allocate_early(kernel_args* args, size_t virtualSize, size_t physicalSize, uint32 attributes, addr_t alignment) argument
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2172 const BAlignment& alignment, const rgb_color* textColor)
2174 DrawLabel(view, label, NULL, rect, updateRect, base, flags, alignment,
2318 const BAlignment& alignment, const rgb_color* textColor)
2330 icon->Bounds().Size(), alignment);
2367 // handle alignment
2369 BSize(width - 1, height - 1), alignment));
2170 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
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
/haiku/src/bin/
H A Dsetmime.cpp265 { "attr:alignment", B_INT32_TYPE, false, &fAlignment }
395 const char* alignment = fAlignment == B_ALIGN_RIGHT ? "right" local
416 << " " << kAttrAlignment << " " << alignment; local
441 { "attr:alignment", B_INT32_TYPE, &fAlignment }
/haiku/headers/os/interface/
H A DView.h618 void SetExplicitAlignment(BAlignment alignment);
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp121 restrictions.alignment, restrictions.boundary,
704 0, // alignment
771 0, // alignment
797 32, // alignment
805 TestSuite suite(context, "alignment", restrictions, 512);
841 0, // alignment
868 0, // alignment
910 0, // alignment
942 32, // alignment
976 32, // alignment
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c1184 sis_dma_ring_alloc(struct sis_softc *sc, bus_size_t alignment, argument
1191 error = bus_dma_tag_create(sc->sis_parent_tag, alignment, 0,
1532 * On architectures without alignment problems we try to
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp300 restrictions.alignment = B_PAGE_SIZE;

Completed in 602 milliseconds

12345678