/external/pdfium/xfa/fwl/ |
D | cfwl_widget.cpp | 384 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 …]
|
D | cfwl_widget.h | 141 const CFX_RectF& rtAnchor, 168 const CFX_RectF& rtAnchor, 172 const CFX_RectF& rtAnchor, 176 const CFX_RectF& rtAnchor,
|
D | cfwl_datetimepicker.cpp | 242 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()
|
D | cfwl_widgetmgr.h | 66 const CFX_RectF& rtAnchor,
|
D | cfwl_widgetmgr.cpp | 384 const CFX_RectF& rtAnchor, in GetAdapterPopupPos() argument 386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
|
D | cfwl_combobox.cpp | 329 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/ |
D | cxfa_fwladapterwidgetmgr.cpp | 30 const CFX_RectF& rtAnchor, in GetPopupPos() argument 34 pFFWidget->GetRotateMatrix().TransformRect(rtAnchor); in GetPopupPos()
|
D | cxfa_fwladapterwidgetmgr.h | 24 const CFX_RectF& rtAnchor,
|
D | fxfa.h | 223 const CFX_RectF& rtAnchor,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.h | 35 const CFX_RectF& rtAnchor,
|
D | cpdfxfa_docenvironment.cpp | 108 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()
|