Home
last modified time | relevance | path

Searched refs:fLeftTopInset (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/alm/
H A DArea.cpp244 *left = fLeftTopInset.Width(); in GetInsets()
246 *top = fLeftTopInset.Height(); in GetInsets()
260 if (fLeftTopInset.IsWidthSet()) in LeftInset()
261 return fLeftTopInset.Width(); in LeftInset()
274 if (fLeftTopInset.IsHeightSet()) in TopInset()
275 return fLeftTopInset.Height(); in TopInset()
316 fLeftTopInset.Set(insets, insets); in SetInsets()
330 fLeftTopInset.Set(horizontal, horizontal); in SetInsets()
348 fLeftTopInset.Set(left, top); in SetInsets()
360 fLeftTopInset.width = left; in SetLeftInset()
[all …]
H A DALMLayout.cpp1108 err = into->AddSize(kItemInsets, area->fLeftTopInset); in ItemArchived()
1162 err = from->FindSize(kItemInsets, index * 2, &area->fLeftTopInset); in ItemUnarchived()
/haiku/headers/libs/alm/
H A DArea.h138 BSize fLeftTopInset; variable