Searched defs:rtAnchor (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dxfa_fwladapter.cpp30 const CFX_RectF& rtAnchor,
33 CFX_RectF rtRotateAnchor(rtAnchor);
27 GetPopupPos(CFWL_Widget* pWidget, FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) argument
/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.cpp388 const CFX_RectF& rtAnchor,
390 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup);
385 GetAdapterPopupPos(CFWL_Widget* pWidget, FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) const argument
H A Dcfwl_widget.cpp383 const CFX_RectF& rtAnchor,
387 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor,
391 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup);
396 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor,
400 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup);
405 const CFX_RectF& rtAnchor,
409 FX_FLOAT fRight = rtAnchor.right() + rtPopup.width;
412 rtPopup = CFX_RectF(rtAnchor.left - rtPopup.width, rtAnchor.top,
415 rtPopup = CFX_RectF(rtAnchor
381 GetPopupPos(FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) argument
403 GetPopupPosMenu(FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) argument
435 GetPopupPosComboBox(FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) argument
459 GetPopupPosGeneral(FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) argument
[all...]
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp113 const CFX_RectF& rtAnchor,
137 CFX_FloatRect rcAnchor = CFX_FloatRect::FromCFXRectF(rtAnchor);
200 rtPopup.top = rtAnchor.height;
211 rtPopup.top = rtAnchor.width;
110 GetPopupPos(CXFA_FFWidget* hWidget, FX_FLOAT fMinPopup, FX_FLOAT fMaxPopup, const CFX_RectF& rtAnchor, CFX_RectF& rtPopup) argument

Completed in 75 milliseconds