Home
last modified time | relevance | path

Searched refs:pEndData (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp682 CRF_Data* pEndData = (*m_pReflowedPage->m_pReflowed)[pCell->m_EndPos]; in ProcessElement() local
683 …pCell->m_CellHeight = pBeginData->m_Height > pEndData->m_Height ? pBeginData->m_Height : pEndData-… in ProcessElement()
684 pCell->m_CellHeight -= pEndData->m_PosY - pBeginData->m_PosY; in ProcessElement()
1134 CRF_Data* pEndData = (*m_pTempLine)[endpos]; in GetDatasWidth() local
1135 return pEndData->m_PosX - pBeginData->m_PosX + pEndData->m_Width; in GetDatasWidth()