Searched refs:GetViewBBox (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 53 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_FormFiller 124 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown() 141 FX_RECT rcFFL = GetViewBBox(pPageView, pAnnot); in OnLButtonUp() 256 FX_RECT rcRect = GetViewBBox(pPageView, pAnnot); in SetFocusForAnnot() 613 FX_RECT rcRect = GetViewBBox(pPageView, m_pWidget); in EscapeFiller() 636 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnMouseEnter() 644 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnMouseExit() 660 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown() 676 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonUp()
|
D | FFL_IFormFiller.cpp | 39 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_IFormFiller 42 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox() 250 if (GetViewBBox(pPageView, pAnnot).Contains((int)point.x, (int)point.y)) in OnLButtonUp()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 50 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView* pPageView, 153 CPDF_Rect GetViewBBox(CPDFSDK_PageView* pPageView, 261 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView* pPageView,
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_annothandler.cpp | 343 return pAnnotHandler->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox() 701 CPDF_Rect CPDFSDK_BFAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_BFAnnotHandler 708 return m_pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox() 720 CPDF_Rect rect = GetViewBBox(pPageView, pAnnot); in HitTest() 791 CPDF_Rect CPDFSDK_XFAAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_XFAAnnotHandler
|
D | fsdk_baseform.cpp | 2316 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget);
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_IFormFiller.h | 30 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | FFL_FormFiller.h | 25 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
|