Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp250 : fProduct(product) in FixedProductType()
261 return BSize(fProduct - 1, fProduct - 1); in MaxSize()
266 float preferredWidth = floor(sqrt(fProduct)); in PreferredSize()
275 float height = floor(fProduct / (width + 1)) - 1; in GetHeightForWidth()
282 float fProduct; member in HeightForWidthTestView::FixedProductType