Lines Matching refs:rtUIMargin
255 CFX_RectF rtUIMargin = m_pDataAcc->GetUIMargin(); in CapTopBottomPlacement() local
256 m_rtCaption.left += rtUIMargin.left; in CapTopBottomPlacement()
263 FX_FLOAT fWidth = rtUIMargin.left + rtUIMargin.width; in CapTopBottomPlacement()
264 FX_FLOAT fHeight = m_rtCaption.height + rtUIMargin.top + rtUIMargin.height; in CapTopBottomPlacement()
270 m_rtCaption.top += rtUIMargin.top + rtUIMargin.height; in CapTopBottomPlacement()
281 CFX_RectF rtUIMargin = m_pDataAcc->GetUIMargin(); in CapLeftRightPlacement() local
282 m_rtCaption.top += rtUIMargin.top; in CapLeftRightPlacement()
283 m_rtCaption.height -= rtUIMargin.top; in CapLeftRightPlacement()
290 FX_FLOAT fWidth = m_rtCaption.width + rtUIMargin.left + rtUIMargin.width; in CapLeftRightPlacement()
291 FX_FLOAT fHeight = rtUIMargin.top + rtUIMargin.height; in CapLeftRightPlacement()
300 m_rtCaption.top += rtUIMargin.top + rtUIMargin.height; in CapLeftRightPlacement()