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

  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 132 float fContentCalculatedWidth,
140 componentSize.width = fContentCalculatedWidth;
207 float fContentCalculatedWidth = 0;
301 fContentCalculatedWidth =
302 std::max(fContentCalculatedWidth, fChildSuppliedWidth);
304 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset;
313 pLayoutChild->m_sPos.x = fContentCalculatedWidth -
319 pLayoutRow->m_pFormNode, bContainerWidthAutoSize, fContentCalculatedWidth,
    [all...]
cxfa_itemlayoutprocessor.h 121 float* fContentCalculatedWidth,

Completed in 89 milliseconds