Searched refs:totalWeight (Results 1 – 1 of 1) sorted by relevance
332 float totalWeight = 0; in measureVertical() local362 totalWeight += lp.weight; in measureVertical()388 totalWeight == 0 ? mTotalLength : 0); in measureVertical()491 if (delta != 0 && totalWeight > 0.0f) { in measureVertical()492 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight; in measureVertical()618 float totalWeight = 0; in measureHorizontal() local662 totalWeight += lp.weight; in measureHorizontal()702 totalWeight == 0 ? mTotalLength : 0, in measureHorizontal()827 if (delta != 0 && totalWeight > 0.0f) { in measureHorizontal()828 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight; in measureHorizontal()