Home
last modified time | relevance | path

Searched refs:rtAnchor (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp703 const CFX_RectF& rtAnchor, in GetPopupPos() argument
706 return GetPopupPosMenu(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
711 fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
713 return GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
718 fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
720 return GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
727 const CFX_RectF& rtAnchor, in GetPopupPosMenu() argument
736 FX_FLOAT fRight = rtAnchor.right() + rtPopup.width; in GetPopupPosMenu()
739 rtPopup.Set(rtAnchor.left - rtPopup.width, rtAnchor.top, rtPopup.width, in GetPopupPosMenu()
742 rtPopup.Set(rtAnchor.right(), rtAnchor.top, rtPopup.width, in GetPopupPosMenu()
[all …]
Dfwl_noteimp.cpp1024 CFX_RectF rtAnchor; in ProcessEnter() local
1025 pCurTarget->GetWidget()->GetClientRect(rtAnchor); in ProcessEnter()
1026 pCurTarget->GetWidget()->TransformTo(NULL, rtAnchor.left, rtAnchor.top); in ProcessEnter()
1027 m_pToolTipImp->SetAnchor(rtAnchor); in ProcessEnter()
Dfwl_sdadapterimp.cpp143 const CFX_RectF& rtAnchor, in GetPopupPos() argument
Dfwl_widgetmgrimp.cpp682 const CFX_RectF& rtAnchor, in GetAdapterPopupPos() argument
685 return pSDApapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, in GetAdapterPopupPos()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_tooltipctrlimp.cpp24 FWL_ERR IFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) { in SetAnchor() argument
25 return static_cast<CFWL_ToolTipImp*>(GetImpl())->SetAnchor(rtAnchor); in SetAnchor()
198 FWL_ERR CFWL_ToolTipImp::SetAnchor(const CFX_RectF& rtAnchor) { in SetAnchor() argument
199 m_rtAnchor = rtAnchor; in SetAnchor()
236 CFX_RectF rtAnchor(m_rtAnchor); in RefreshToolTipPos() local
238 FX_FLOAT fx = rtAnchor.Center().x + 20; in RefreshToolTipPos()
239 FX_FLOAT fy = rtAnchor.Center().y + 20; in RefreshToolTipPos()
Dfwl_datetimepickerimp.cpp731 CFX_RectF rtAnchor; in ShowMonthCalendar() local
732 rtAnchor.Set(0, 0, m_pProperties->m_rtWidget.width, in ShowMonthCalendar()
734 GetPopupPos(0, rtMonth.height, rtAnchor, rtMonth); in ShowMonthCalendar()
875 CFX_RectF rtAnchor(m_pProperties->m_rtWidget); in DisForm_ShowMonthCalendar() local
876 rtAnchor.width = rtMonthCal.width; in DisForm_ShowMonthCalendar()
878 rtMonthCal.top = rtAnchor.Height(); in DisForm_ShowMonthCalendar()
879 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
Dfwl_comboboximp.cpp914 CFX_RectF rtAnchor; in ShowDropList() local
915 rtAnchor.Set(0, 0, m_pProperties->m_rtWidget.width, in ShowDropList()
925 GetPopupPos(fMinHeight, m_rtProxy.height, rtAnchor, m_rtProxy); in ShowDropList()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h102 const CFX_RectF& rtAnchor,
106 const CFX_RectF& rtAnchor,
110 const CFX_RectF& rtAnchor,
114 const CFX_RectF& rtAnchor,
Dfwl_widgetmgrimp.h117 const CFX_RectF& rtAnchor,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwladapter.cpp68 const CFX_RectF& rtAnchor, in GetPopupPos() argument
73 CFX_RectF rtRotateAnchor(rtAnchor); in GetPopupPos()
Dxfa_fwladapter.h15 const CFX_RectF& rtAnchor,
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtooltipctrl.cpp72 FWL_ERR CFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) { in SetAnchor() argument
73 return static_cast<IFWL_ToolTip*>(m_pIface)->SetAnchor(rtAnchor); in SetAnchor()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_tooltipctrl.h37 FWL_ERR SetAnchor(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/include/fwl/lightwidget/
Dtooltipctrl.h28 FWL_ERR SetAnchor(const CFX_RectF& rtAnchor);
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp308 const CFX_RectF& rtAnchor, in GetPopupPos() argument
338 rcAnchor.left = rtAnchor.left; in GetPopupPos()
339 rcAnchor.top = rtAnchor.bottom(); in GetPopupPos()
340 rcAnchor.right = rtAnchor.right(); in GetPopupPos()
341 rcAnchor.bottom = rtAnchor.top; in GetPopupPos()
413 rtPopup.top = rtAnchor.height; in GetPopupPos()
424 rtPopup.top = rtAnchor.width; in GetPopupPos()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_tooltipctrlimp.h31 FWL_ERR SetAnchor(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapterwidgetmgr.h73 const CFX_RectF& rtAnchor,
Dfwl_sdadapterimp.h41 const CFX_RectF& rtAnchor,
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_doc.h59 const CFX_RectF& rtAnchor,
/external/pdfium/xfa/include/fxfa/
Dfxfa.h376 const CFX_RectF& rtAnchor,