Searched refs:rtAnchor (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.cpp | 383 const CFX_RectF& rtAnchor, in GetPopupPos() argument 387 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos() 391 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos() 396 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos() 400 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos() 405 const CFX_RectF& rtAnchor, in GetPopupPosMenu() argument 409 FX_FLOAT fRight = rtAnchor.right() + rtPopup.width; in GetPopupPosMenu() 412 rtPopup = CFX_RectF(rtAnchor.left - rtPopup.width, rtAnchor.top, in GetPopupPosMenu() 415 rtPopup = CFX_RectF(rtAnchor.right(), rtAnchor.top, rtPopup.width, in GetPopupPosMenu() 422 FX_FLOAT fBottom = rtAnchor.bottom() + rtPopup.height; in GetPopupPosMenu() [all …]
|
D | cfwl_widget.h | 139 const CFX_RectF& rtAnchor, 166 const CFX_RectF& rtAnchor, 170 const CFX_RectF& rtAnchor, 174 const CFX_RectF& rtAnchor,
|
D | cfwl_datetimepicker.cpp | 240 CFX_RectF rtAnchor(0, 0, m_pProperties->m_rtWidget.width, in ShowMonthCalendar() local 242 GetPopupPos(0, rtMonth.height, rtAnchor, rtMonth); in ShowMonthCalendar() 354 CFX_RectF rtAnchor(m_pProperties->m_rtWidget); in DisForm_ShowMonthCalendar() local 355 rtAnchor.width = rtMonthCal.width; in DisForm_ShowMonthCalendar() 357 rtMonthCal.top = rtAnchor.Height(); in DisForm_ShowMonthCalendar() 358 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
|
D | cfwl_widgetmgr.h | 69 const CFX_RectF& rtAnchor,
|
D | cfwl_widgetmgr.cpp | 388 const CFX_RectF& rtAnchor, in GetAdapterPopupPos() argument 390 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/app/ |
D | xfa_fwladapter.cpp | 30 const CFX_RectF& rtAnchor, in GetPopupPos() argument 33 CFX_RectF rtRotateAnchor(rtAnchor); in GetPopupPos()
|
D | xfa_fwladapter.h | 24 const CFX_RectF& rtAnchor,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.h | 36 const CFX_RectF& rtAnchor,
|
D | cpdfxfa_docenvironment.cpp | 113 const CFX_RectF& rtAnchor, in GetPopupPos() argument 137 CFX_FloatRect rcAnchor = CFX_FloatRect::FromCFXRectF(rtAnchor); in GetPopupPos() 200 rtPopup.top = rtAnchor.height; in GetPopupPos() 211 rtPopup.top = rtAnchor.width; in GetPopupPos()
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 244 const CFX_RectF& rtAnchor,
|