Searched refs:fContentAspectRatioC (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/alm/
H A DArea.cpp225 delete fContentAspectRatioC;
226 fContentAspectRatioC = NULL;
227 } else if (fContentAspectRatioC == NULL) {
228 fContentAspectRatioC = fLS->AddConstraint(-1.0, fLeft, 1.0, fRight,
231 fContentAspectRatioC->SetLeftSide(-1.0, fLeft, 1.0, fRight, ratio,
477 delete fContentAspectRatioC;
512 fContentAspectRatioC(NULL)
H A DSharedSolver.cpp306 if (area->fContentAspectRatioC)
307 constraints.insert(area->fContentAspectRatioC);
/haiku/headers/libs/alm/
H A DArea.h148 LinearProgramming::Constraint* fContentAspectRatioC; member in class:BALM::Area

Completed in 43 milliseconds