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

  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 119 FX_FLOAT fContentCalculatedHeight,
135 componentSize.height = fContentCalculatedHeight;
180 FX_FLOAT fContentCalculatedHeight = 0;
219 fContentCalculatedHeight =
220 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height);
230 &fContentCalculatedHeight);
232 pLayoutChild->m_sSize.height = fContentCalculatedHeight;
236 FX_FLOAT fOffHeight = fContentCalculatedHeight - fOldChildHeight;
287 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize);
    [all...]
xfa_layout_itemlayout.h 139 FX_FLOAT* fContentCalculatedHeight,

Completed in 63 milliseconds