Home
last modified time | relevance | path

Searched refs:rcOld (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp323 CPDF_Rect rcOld = this->GetWindowRect(); in Move() local
329 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()
330 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) in Move()
340 InvalidateRectMove(rcOld,rcNew); in Move()
347 void CPWL_Wnd::InvalidateRectMove(const CPDF_Rect & rcOld, const CPDF_Rect & rcNew) in InvalidateRectMove() argument
349 CPDF_Rect rcUnion = rcOld; in InvalidateRectMove()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2464 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local
2465 if (crRect.left != rcOld.left || in SetRect()
2466 crRect.right != rcOld.right || in SetRect()
2467 crRect.top != rcOld.top || in SetRect()
2468 crRect.bottom != rcOld.bottom) in SetRect()
2498 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local
2499 if (crRect.left != rcOld.left || in SetRect()
2500 crRect.right != rcOld.right || in SetRect()
2501 crRect.top != rcOld.top || in SetRect()
2502 crRect.bottom != rcOld.bottom) in SetRect()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp822 CPDF_Rect rcOld = pFormFiller->PWLtoFFL(pFormFiller->GetWindowRect(pData->pPageView)); in OnSetWindowRect() local
826 CPDF_Rect unRect = rcOld; in OnSetWindowRect()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h432 void InvalidateRectMove(const CPDF_Rect & rcOld, const CPDF_Rect & rcNew);