Lines Matching refs:fContentCurRowHeight

1395     float* fContentCurRowHeight,  in ProcessKeepForSplit()  argument
1429 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in ProcessKeepForSplit()
1559 float fContentCurRowHeight = 0; in DoLayoutFlowedContainer() local
1593 if (pLayoutNext->m_sSize.height > fContentCurRowHeight) in DoLayoutFlowedContainer()
1594 fContentCurRowHeight = pLayoutNext->m_sSize.height; in DoLayoutFlowedContainer()
1652 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1684 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1693 fContentCurRowHeight, fContentWidthLimit, false); in DoLayoutFlowedContainer()
1703 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1739 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1766 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1802 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1840 &fContentCurRowY, fContentCurRowHeight, in DoLayoutFlowedContainer()
1882 float fContentCurRowHeight, in CalculateRowChildPosition() argument
1991 *fContentCurRowY += fContentCurRowHeight; in CalculateRowChildPosition()
2307 float* fContentCurRowHeight, in InsertFlowedItem() argument
2457 *fContentCurRowHeight = in InsertFlowedItem()
2458 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
2485 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
2491 fContentCurRowAvailWidth, fContentCurRowHeight, in InsertFlowedItem()
2510 *fContentCurRowHeight = in InsertFlowedItem()
2511 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
2551 *fContentCurRowHeight = in InsertFlowedItem()
2552 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
2581 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()