Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp384 const CFX_RectF& rtAnchor, in GetPopupPos() argument
388 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
392 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
397 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
401 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
406 const CFX_RectF& rtAnchor, in GetPopupPosMenu() argument
410 float fRight = rtAnchor.right() + rtPopup.width; in GetPopupPosMenu()
413 rtPopup = CFX_RectF(rtAnchor.left - rtPopup.width, rtAnchor.top, in GetPopupPosMenu()
416 rtPopup = CFX_RectF(rtAnchor.right(), rtAnchor.top, rtPopup.width, in GetPopupPosMenu()
423 float fBottom = rtAnchor.bottom() + rtPopup.height; in GetPopupPosMenu()
[all …]
Dcfwl_widget.h141 const CFX_RectF& rtAnchor,
168 const CFX_RectF& rtAnchor,
172 const CFX_RectF& rtAnchor,
176 const CFX_RectF& rtAnchor,
Dcfwl_datetimepicker.cpp242 CFX_RectF rtAnchor(0, 0, m_pProperties->m_rtWidget.width, in ShowMonthCalendar() local
244 GetPopupPos(0, rtMonth.height, rtAnchor, rtMonth); in ShowMonthCalendar()
355 CFX_RectF rtAnchor(m_pProperties->m_rtWidget); in DisForm_ShowMonthCalendar() local
356 rtAnchor.width = rtMonthCal.width; in DisForm_ShowMonthCalendar()
358 rtMonthCal.top = rtAnchor.Height(); in DisForm_ShowMonthCalendar()
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
Dcfwl_widgetmgr.h66 const CFX_RectF& rtAnchor,
Dcfwl_widgetmgr.cpp384 const CFX_RectF& rtAnchor, in GetAdapterPopupPos() argument
386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
Dcfwl_combobox.cpp329 CFX_RectF rtAnchor(0, 0, m_pProperties->m_rtWidget.width, in ShowDropList() local
335 GetPopupPos(0, m_rtProxy.height, rtAnchor, m_rtProxy); in ShowDropList()
/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp30 const CFX_RectF& rtAnchor, in GetPopupPos() argument
34 pFFWidget->GetRotateMatrix().TransformRect(rtAnchor); in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h24 const CFX_RectF& rtAnchor,
Dfxfa.h223 const CFX_RectF& rtAnchor,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h35 const CFX_RectF& rtAnchor,
Dcpdfxfa_docenvironment.cpp108 const CFX_RectF& rtAnchor, in GetPopupPos() argument
130 CFX_FloatRect rcAnchor = rtAnchor.ToFloatRect(); in GetPopupPos()
194 rtPopup.top = rtAnchor.height; in GetPopupPos()
205 rtPopup.top = rtAnchor.width; in GetPopupPos()