Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp278 CPDF_Rect rcOld = GetWindowRect(); in Move() local
283 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()
284 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()
290 InvalidateRectMove(rcOld, rcNew); in Move()
297 void CPWL_Wnd::InvalidateRectMove(const CPDF_Rect& rcOld, in InvalidateRectMove() argument
299 CPDF_Rect rcUnion = rcOld; in InvalidateRectMove()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2151 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local
2152 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()
2153 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()
2175 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local
2176 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()
2177 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h424 void InvalidateRectMove(const CPDF_Rect& rcOld, const CPDF_Rect& rcNew);