Searched refs:fMaxContentWidth (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/alm/
H A DArea.cpp86 if (fMaxContentWidth != NULL)
87 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
105 if (fMaxContentWidth != NULL)
106 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
474 delete fMaxContentWidth;
509 fMaxContentWidth(NULL),
618 if (fMaxContentWidth != NULL)
619 fMaxContentWidth->SetRightSide(B_SIZE_UNLIMITED);
653 if (fMaxContentWidth == NULL) {
654 fMaxContentWidth
[all...]
H A DSharedSolver.cpp300 if (area->fMaxContentWidth)
301 constraints.insert(area->fMaxContentWidth);
/haiku/headers/libs/alm/
H A DArea.h145 LinearProgramming::Constraint* fMaxContentWidth; member in class:BALM::Area
/haiku/src/kits/interface/
H A DMenu.cpp260 fMaxContentWidth(0.0f),
294 fMaxContentWidth(0.0f),
328 fMaxContentWidth(0.0f),
388 err = data->AddFloat("_maxwidth", fMaxContentWidth);
1096 fMaxContentWidth = width;
1150 return fMaxContentWidth;
1318 fMaxContentWidth(0.0f),
1565 archive->FindFloat("_maxwidth", &fMaxContentWidth);
2687 if (fMaxContentWidth > 0)
2688 frame.right = std::min(frame.right, fMaxContentWidth);
[all...]
/haiku/headers/os/interface/
H A DMenu.h314 float fMaxContentWidth; member in class:BMenu

Completed in 92 milliseconds