Lines Matching refs:fPad
1341 fPad.Set(left, top, right, bottom); in SetItemMargins()
1350 *_left = fPad.left; in GetItemMargins()
1353 *_top = fPad.top; in GetItemMargins()
1356 *_right = fPad.right; in GetItemMargins()
1359 *_bottom = fPad.bottom; in GetItemMargins()
1541 fPad = BRect(ceilf(labelSpacing * 2.3f), ceilf(labelSpacing / 3.0f), in _InitData()
2581 size.width = Bounds().Width() - fPad.right; in _ComputeLayout()
2653 item->fBounds.bottom = item->fBounds.top + height + fPad.top in _ComputeColumnLayout()
2654 + fPad.bottom; in _ComputeColumnLayout()
2659 frame.right = std::max(frame.right, width + fPad.left + fPad.right); in _ComputeColumnLayout()
2707 frame.Set(0.0f, 0.0f, 0.0f, ceilf(fh.ascent + fh.descent + fPad.top in _ComputeRowLayout()
2708 + fPad.bottom)); in _ComputeRowLayout()
2718 item->fBounds.right = item->fBounds.left + width + fPad.left in _ComputeRowLayout()
2719 + fPad.right; in _ComputeRowLayout()
2722 frame.bottom = std::max(frame.bottom, height + fPad.top + fPad.bottom); in _ComputeRowLayout()
3364 + fPad.left + fPad.right, in _UpdateWindowViewSize()
3365 fFontHeight + fPad.top + fPad.bottom); in _UpdateWindowViewSize()