Searched refs:fRightBottomInset (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/alm/
H A DArea.cpp248 *right = fRightBottomInset.Width();
250 *bottom = fRightBottomInset.Height();
288 if (fRightBottomInset.IsWidthSet())
289 return fRightBottomInset.Width();
302 if (fRightBottomInset.IsHeightSet())
303 return fRightBottomInset.Height();
317 fRightBottomInset.Set(insets, insets);
331 fRightBottomInset.Set(vertical, vertical);
349 fRightBottomInset.Set(right, bottom);
382 fRightBottomInset
[all...]
H A DALMLayout.cpp1110 err = into->AddSize(kItemInsets, area->fRightBottomInset);
1166 err = from->FindSize(kItemInsets, index * 2 + 1, &area->fRightBottomInset);
/haiku/headers/libs/alm/
H A DArea.h139 BSize fRightBottomInset; member in class:BALM::Area

Completed in 45 milliseconds