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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftext.cpp 43 FX_FLOAT fLeftInset, fRightInset, fTopInset = 0, fBottomInset = 0;
49 mgWidget.GetBottomInset(fBottomInset);
51 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
91 FX_FLOAT fBottomInset;
92 mgWidget.GetBottomInset(fBottomInset);
93 rtText.height -= fBottomInset;
xfa_ffwidgetacc.cpp 801 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset;
805 mgCap.GetBottomInset(fBottomInset);
808 : (szCap.y += fTopInset + fBottomInset);
811 szCap.y += fTopInset + fBottomInset;
846 FX_FLOAT fLeftInset, fTopInset, fRightInset, fBottomInset;
850 mgWidget.GetBottomInset(fBottomInset);
852 size.y += fTopInset + fBottomInset;
    [all...]
xfa_fffield.cpp 168 FX_FLOAT fLeftInset = 0, fRightInset = 0, fTopInset = 0, fBottomInset = 0;
172 mgWidget.GetBottomInset(fBottomInset);
174 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
179 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset);
xfa_ffwidget.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp     [all...]
xfa_objectacc_imp.cpp     [all...]

Completed in 206 milliseconds