• Home
  • Raw
  • Download

Lines Matching refs:fContentCurRowHeight

663     float* fContentCurRowHeight,  in InsertFlowedItem()  argument
814 *fContentCurRowHeight = in InsertFlowedItem()
815 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
842 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
849 fContentCurRowAvailWidth, fContentCurRowHeight, fContentCurRowY, in InsertFlowedItem()
868 *fContentCurRowHeight = in InsertFlowedItem()
869 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
912 *fContentCurRowHeight = in InsertFlowedItem()
913 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
944 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
2028 float* fContentCurRowHeight, in ProcessKeepForSplit() argument
2064 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in ProcessKeepForSplit()
2258 float fContentCurRowHeight = 0; in DoLayoutFlowedContainer() local
2284 if (pLayoutNext->m_sSize.height > fContentCurRowHeight) in DoLayoutFlowedContainer()
2285 fContentCurRowHeight = pLayoutNext->m_sSize.height; in DoLayoutFlowedContainer()
2362 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
2392 &fContentCurRowHeight, &bAddedItemInRow, &bForceEndPage, in DoLayoutFlowedContainer()
2401 fContentCurRowHeight, fContentWidthLimit, false); in DoLayoutFlowedContainer()
2411 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
2448 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
2476 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
2514 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
2550 &fContentCalculatedHeight, &fContentCurRowY, fContentCurRowHeight, in DoLayoutFlowedContainer()
2594 float fContentCurRowHeight, in CalculateRowChildPosition() argument
2714 *fContentCurRowY += fContentCurRowHeight; in CalculateRowChildPosition()