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

  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 117 FX_FLOAT fContentCalculatedWidth,
125 componentSize.width = fContentCalculatedWidth;
179 FX_FLOAT fContentCalculatedWidth = 0;
268 fContentCalculatedWidth =
269 std::max(fContentCalculatedWidth, fChildSuppliedWidth);
271 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset;
280 pLayoutChild->m_sPos.x = fContentCalculatedWidth -
286 pLayoutRow->m_pFormNode, bContainerWidthAutoSize, fContentCalculatedWidth,
    [all...]
xfa_layout_itemlayout.h 138 FX_FLOAT* fContentCalculatedWidth,

Completed in 49 milliseconds