HomeSort by relevance Sort by last modified time
    Searched refs:rtPopup (Results 1 - 13 of 13) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwladapter.h 16 CFX_RectF& rtPopup);
xfa_fwladapter.cpp 69 CFX_RectF& rtPopup) {
76 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp 234 CFX_RectF rtPopup;
237 rtPopup.Set(0, 0, 0, 0);
240 rtPopup.Set(fx, fy, rtWidget.Width(), rtWidget.Height());
244 if (rtPopup.bottom() > fScreenHeight) {
245 rtPopup.Offset(0, fScreenHeight - rtPopup.bottom());
247 if (rtPopup.right() > fScreenWidth) {
248 rtPopup.Offset(fScreenWidth - rtPopup.right(), 0);
250 if (rtPopup.left < 0) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 704 CFX_RectF& rtPopup) {
706 return GetPopupPosMenu(fMinHeight, fMaxHeight, rtAnchor, rtPopup);
711 fMaxHeight, rtAnchor, rtPopup);
713 return GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup);
718 fMaxHeight, rtAnchor, rtPopup);
720 return GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup);
728 CFX_RectF& rtPopup) {
736 FX_FLOAT fRight = rtAnchor.right() + rtPopup.width;
739 rtPopup.Set(rtAnchor.left - rtPopup.width, rtAnchor.top, rtPopup.width,
    [all...]
fwl_sdadapterimp.cpp 144 CFX_RectF& rtPopup) {
fwl_widgetmgrimp.cpp 683 CFX_RectF& rtPopup) {
686 rtPopup);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetimp.h 103 CFX_RectF& rtPopup);
107 CFX_RectF& rtPopup);
111 CFX_RectF& rtPopup);
115 CFX_RectF& rtPopup);
fwl_widgetmgrimp.h 118 CFX_RectF& rtPopup);
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 309 CFX_RectF& rtPopup) {
351 rtPopup.left += rcAnchor.bottom - pageViewRect.bottom;
361 rtPopup.left += rcAnchor.left - pageViewRect.left;
370 rtPopup.left -= rcAnchor.top - pageViewRect.top;
379 rtPopup.left -= rcAnchor.right - pageViewRect.right;
413 rtPopup.top = rtAnchor.height;
414 rtPopup.height = fPoupHeight;
416 rtPopup.top = -fPoupHeight;
417 rtPopup.height = fPoupHeight;
424 rtPopup.top = rtAnchor.width;
    [all...]
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterwidgetmgr.h 74 CFX_RectF& rtPopup) = 0;
fwl_sdadapterimp.h 42 CFX_RectF& rtPopup);
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h 60 CFX_RectF& rtPopup);
  /external/pdfium/xfa/include/fxfa/
fxfa.h 377 CFX_RectF& rtPopup) = 0;
    [all...]

Completed in 428 milliseconds