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

  /external/pdfium/xfa/fxfa/
cxfa_fftext.cpp 50 float fTopInset = 0;
53 fTopInset = margin->GetTopInset();
57 rtText.Deflate(margin->GetLeftInset(), fTopInset, margin->GetRightInset(),
cxfa_widgetacc.cpp 686 float fTopInset = captionMargin->GetTopInset();
691 : (szCap.height += fTopInset + fBottomInset);
694 szCap.height += fTopInset + fBottomInset;
    [all...]
cxfa_fffield.cpp 178 float fTopInset = margin->GetTopInset();
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0);
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 184 float fTopInset = 0;
191 fTopInset = pMarginNode->JSObject()
206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset;
360 float fTopInset = 0;
367 fTopInset = pMarginNode->JSObject()
393 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset;
395 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset;
    [all...]

Completed in 521 milliseconds