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

  /external/pdfium/xfa/fxfa/
cxfa_fftext.cpp 51 float fBottomInset = 0;
55 fBottomInset = margin->GetBottomInset();
58 fBottomInset);
cxfa_fffield.cpp 179 float fBottomInset = margin->GetBottomInset();
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset);
cxfa_widgetacc.cpp 688 float fBottomInset = captionMargin->GetBottomInset();
691 : (szCap.height += fTopInset + fBottomInset);
694 szCap.height += fTopInset + fBottomInset;
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 186 float fBottomInset = 0;
197 fBottomInset = pMarginNode->JSObject()
206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset;
362 float fBottomInset = 0;
373 fBottomInset = pMarginNode->JSObject()
393 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset;
395 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset;
    [all...]

Completed in 111 milliseconds