Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp208 CFX_FloatRect rcOld = GetWindowRect(); in Move() local
213 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()
214 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()
219 if (bRefresh && !InvalidateRectMove(rcOld, rcNew)) in Move()
226 bool CPWL_Wnd::InvalidateRectMove(const CFX_FloatRect& rcOld, in InvalidateRectMove() argument
228 CFX_FloatRect rcUnion = rcOld; in InvalidateRectMove()
Dcpwl_wnd.h277 bool InvalidateRectMove(const CFX_FloatRect& rcOld,
/external/pdfium/fxjs/
Dcjs_field.cpp1648 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local
1649 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()
1650 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()
1675 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local
1676 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()
1677 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()