HomeSort by relevance Sort by last modified time
    Searched refs:m_CellHeight (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 276 if(FXSYS_fabs(dyRow[pCell->m_RowSpan + i]) < FXSYS_fabs(dyRow[i] - pCell->m_CellHeight)) {
277 dyRow[pCell->m_RowSpan + i] = dyRow[i] - pCell->m_CellHeight;
289 FX_FLOAT dy = dyRow[i + pCell->m_RowSpan] - pCell->m_CellHeight - dyRow[i];
296 FX_FLOAT dy = (dyRow[i + pCell->m_RowSpan] + pCell->m_CellHeight - dyRow[i]) / 2;
679 pCell->m_CellHeight = 0;
683 pCell->m_CellHeight = pBeginData->m_Height > pEndData->m_Height ? pBeginData->m_Height : pEndData->m_Height;
684 pCell->m_CellHeight -= pEndData->m_PosY - pBeginData->m_PosY;
    [all...]
reflowedpage.h 102 FX_FLOAT m_CellHeight;

Completed in 38 milliseconds