Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp208 pLayoutChild->m_sPos = CFX_PointF(fCurrentColX, 0); in RelocateTableRowCells()
255 pInnerLayoutChild->m_sPos.y += fOffHeight; in RelocateTableRowCells()
280 pLayoutChild->m_sPos.x = fContentCalculatedWidth - in RelocateTableRowCells()
281 pLayoutChild->m_sPos.x - in RelocateTableRowCells()
341 pTrailerLayoutItem->m_sPos.y = pProcessor->m_fLastRowY; in AddTrailerBeforeSplit()
342 pTrailerLayoutItem->m_sPos.x = pProcessor->m_fLastRowWidth; in AddTrailerBeforeSplit()
355 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
357 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()
362 pTrailerLayoutItem->m_sPos.x = pProcessor->m_pLayoutItem->m_sSize.width - in AddTrailerBeforeSplit()
367 pTrailerLayoutItem->m_sPos.x = in AddTrailerBeforeSplit()
[all …]
Dcxfa_contentlayoutitem.h19 CFX_PointF m_sPos; variable
Dcxfa_layoutitem.cpp68 CFX_PointF sPos = pThis->m_sPos; in GetRect()
76 sPos += pContent->m_sPos; in GetRect()
Dcxfa_layoutprocessor.cpp79 pLayoutItem->m_sPos = CFX_PointF(fPosX, fPosY); in DoLayout()