Home
last modified time | relevance | path

Searched refs:pUIMargin (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp297 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()
Dcfwl_edit.cpp755 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()
Dcfwl_listbox.cpp472 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()