Lines Matching refs:fTabHeight
446 if (archive->FindFloat("_high", &fTabHeight) != B_OK) { in BTabView()
449 fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading + 8.0f); in BTabView()
517 result = archive->AddFloat("_high", fTabHeight); in Archive()
925 tabFrame.bottom = fTabHeight; in DrawTabs()
927 tabFrame.top = tabFrame.bottom - fTabHeight; in DrawTabs()
930 tabFrame.right = fTabHeight; in DrawTabs()
932 tabFrame.left = tabFrame.right - fTabHeight; in DrawTabs()
962 rect.top = fTabHeight; in DrawBox()
966 rect.bottom -= fTabHeight; in DrawBox()
970 rect.left = fTabHeight; in DrawBox()
974 rect.right -= fTabHeight; in DrawBox()
996 const float height = fTabHeight; in TabFrame()
1273 if (fTabHeight == height) in SetTabHeight()
1276 fTabHeight = height; in SetTabHeight()
1286 return fTabHeight; in TabHeight()
1384 fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading + in _InitObject()