Lines Matching refs:layouter
364 ComplexLayouter* layouter in CloneLayouter() local
366 ObjectDeleter<ComplexLayouter> layouterDeleter(layouter); in CloneLayouter()
367 if (!layouter || layouter->InitCheck() != B_OK in CloneLayouter()
368 || !layouter->fOptimizer->AddConstraintsFrom(fOptimizer)) { in CloneLayouter()
375 Constraint** end = layouter->fConstraints + i; in CloneLayouter()
388 memcpy(layouter->fWeights, fWeights, fElementCount * sizeof(float)); in CloneLayouter()
389 memcpy(layouter->fSums, fSums, (fElementCount + 1) * sizeof(SumItem)); in CloneLayouter()
390 memcpy(layouter->fSumBackups, fSumBackups, in CloneLayouter()
392 layouter->fMin = fMin; in CloneLayouter()
393 layouter->fMax = fMax; in CloneLayouter()
394 layouter->fMinMaxValid = fMinMaxValid; in CloneLayouter()