Searched refs:plastCell (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp238 CRF_CELL* plastCell = NULL; local
256 if(pCurrElm->GetType() == LayoutParagraph && plastCell) {
258 if(pCell->m_CellWritingMode != plastCell->m_CellWritingMode ) {
261 SpaceBefore = plastCell->m_BBox.bottom - pCell->m_BBox.top;
263 SpaceBefore = plastCell->m_BBox.left - pCell->m_BBox.right;
270 plastCell = pCell;
279 CRF_CELL* plastCell = (CRF_CELL*)cellArray.GetAt(0); local
280 if(plastCell->m_BBox.Height() > plastCell->m_BBox.Width()) {
294 FX_POSITION pos1 = plastCell
[all...]

Completed in 162 milliseconds