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

  /external/pdfium/xfa/fxfa/parser/
cxfa_contentlayoutitem.h 20 CFX_SizeF m_sSize;
xfa_layout_itemlayout.cpp 62 *fWidth = pLayoutItem->m_sSize.width;
64 *fHeight = pLayoutItem->m_sSize.height;
178 pLayoutRow->m_sSize.height - fTopInset - fBottomInset;
203 pLayoutChild->m_sSize.height);
209 pLayoutChild->m_sSize.width = fColSpanWidth;
217 pLayoutChild->m_sSize.height = fNewHeight;
220 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height);
229 UpdateWidgetSize(pLayoutChild, &pLayoutChild->m_sSize.width,
231 FX_FLOAT fOldChildHeight = pLayoutChild->m_sSize.height;
232 pLayoutChild->m_sSize.height = fContentCalculatedHeight
    [all...]
cxfa_layoutitem.cpp 69 CFX_SizeF sSize = pThis->m_sSize;
cxfa_layoutpagemgr.cpp 667 fUsedHeight += pContent->m_sSize.height;
    [all...]

Completed in 75 milliseconds