HomeSort by relevance Sort by last modified time
    Searched defs:fLeftInset (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftext.cpp 43 FX_FLOAT fLeftInset, fRightInset, fTopInset = 0, fBottomInset = 0;
44 mgWidget.GetLeftInset(fLeftInset);
51 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
xfa_fffield.cpp 168 FX_FLOAT fLeftInset = 0, fRightInset = 0, fTopInset = 0, fBottomInset = 0;
169 mgWidget.GetLeftInset(fLeftInset);
174 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
177 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0);
179 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset);
181 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0);
xfa_ffwidget.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp     [all...]
xfa_objectacc_imp.cpp     [all...]

Completed in 2458 milliseconds