Searched refs:fBottomInset (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp248 fBottomInset(0),
262 fBottomInset(0),
289 fBottomInset = BControlLook::ComposeSpacing(bottom);
302 fBottomInset = fTopInset;
314 fBottomInset = fLeftInset;
331 *bottom = fBottomInset;
415 BRect insets(fLeftInset, fTopInset, fRightInset, fBottomInset);
543 fTopInset + fBottomInset - 1);
552 float insets = fTopInset + fBottomInset - 1;
568 fTopInset + fBottomInset
[all...]
H A DSplitLayout.cpp163 fBottomInset(0),
205 fBottomInset(0),
274 fBottomInset = bottom;
291 *bottom = fBottomInset;
761 BRect insets(fLeftInset, fTopInset, fRightInset, fBottomInset);
1407 fTopInset + fBottomInset - 1);
1423 float insets = fTopInset + fBottomInset - 1;
1441 fTopInset + fBottomInset - 1);
H A DSplitLayout.h154 float fBottomInset; member in class:BSplitLayout
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h101 float fBottomInset; member in class:BTwoDimensionalLayout
/haiku/src/libs/alm/
H A DALMLayout.cpp217 fBottomInset(0),
274 fBottomInset = insets.bottom;
1050 BRect insets(fLeftInset, fTopInset, fRightInset, fBottomInset);
1356 fBottomInset = BControlLook::ComposeSpacing(bottom);
1369 fBottomInset = fTopInset;
1381 fBottomInset = fLeftInset;
1398 *bottom = fBottomInset;
1437 return fBottomInset;
/haiku/headers/libs/alm/
H A DALMLayout.h263 float fBottomInset; member in class:BALM::BALMLayout

Completed in 51 milliseconds