Searched refs:pUIMargin (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_combobox.cpp | 297 CFX_RectF pUIMargin = theme->GetUIMargin(part); in Layout() local 298 m_rtContent.Deflate(pUIMargin.left, pUIMargin.top, pUIMargin.width, in Layout() 299 pUIMargin.height); in Layout()
|
D | cfwl_edit.cpp | 755 CFX_RectF pUIMargin = theme->GetUIMargin(part); in Layout() local 756 m_rtEngine.Deflate(pUIMargin.left, pUIMargin.top, pUIMargin.width, in Layout() 757 pUIMargin.height); in Layout() 760 CFX_RectF pUIMargin = theme->GetUIMargin(part); in Layout() local 761 m_rtEngine.Deflate(pUIMargin.left, pUIMargin.top, pUIMargin.width, in Layout() 762 pUIMargin.height); in Layout()
|
D | cfwl_listbox.cpp | 472 CFX_RectF pUIMargin = theme ? theme->GetUIMargin(part) : CFX_RectF(); in CalcSize() local 473 m_rtConent.Deflate(pUIMargin.left, pUIMargin.top, pUIMargin.width, in CalcSize() 474 pUIMargin.height); in CalcSize()
|