Searched refs:ElementSize (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/interface/layouter/
H A DLayouter.cpp24 return ElementSize(position);
27 return ElementLocation(lastIndex) + ElementSize(lastIndex)
H A DLayouter.h19 virtual float ElementSize(int32 element) = 0;
H A DOneElementLayouter.cpp25 virtual float ElementSize(int32 element) function in class:OneElementLayouter::MyLayoutInfo
H A DCollapsingLayouter.cpp54 ElementSize(int32 element) function in class:CollapsingLayouter::ProxyLayoutInfo
58 return fTarget->ElementSize(fElements[element]);
H A DSimpleLayouter.cpp103 virtual float ElementSize(int32 element) function in class:SimpleLayouter::MyLayoutInfo
H A DComplexLayouter.cpp68 virtual float ElementSize(int32 element) function in class:ComplexLayouter::MyLayoutInfo
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp409 || field.ElementSize() != numBytes) {
1072 KMessageField::ElementSize() const function in class:KMessageField
1086 size = ElementSize();
1101 elementSize = ElementSize();
/haiku/src/kits/interface/
H A DSplitLayout.cpp647 float width = fHorizontalLayoutInfo->ElementSize(visibleIndex);
648 float height = fVerticalLayoutInfo->ElementSize(visibleIndex);
1364 horizontalLayoutInfo->ElementSize(index),
/haiku/headers/private/kernel/util/
H A DKMessage.h258 int32 ElementSize() const;

Completed in 65 milliseconds