Lines Matching refs:fCalcHeight
327 float fCalcHeight, in DoSplitLayout() argument
330 return fCalcHeight; in DoSplitLayout()
334 if (fCalcHeight < 0) in DoSplitLayout()
335 return fCalcHeight; in DoSplitLayout()
364 return fCalcHeight; in DoSplitLayout()
366 if (m_pLoader->lineHeights[szLineIndex] - fCalcHeight > kHeightTolerance) in DoSplitLayout()
371 if (fLinePos + fLineHeight - fCalcHeight <= kHeightTolerance) { in DoSplitLayout()
384 if (fCalcHeight > fLinePos) in DoSplitLayout()
385 return fCalcHeight; in DoSplitLayout()
389 m_pLoader->blockHeights[szBlockIndex].fHeight = fCalcHeight; in DoSplitLayout()
391 m_pLoader->blockHeights.push_back({szBlockIndex, fCalcHeight}); in DoSplitLayout()
393 return fCalcHeight; in DoSplitLayout()
395 return fCalcHeight; in DoSplitLayout()