Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp277 CFX_FloatRect rcOld = GetWindowRect(); in Move() local
282 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()
283 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()
289 InvalidateRectMove(rcOld, rcNew); in Move()
296 void CPWL_Wnd::InvalidateRectMove(const CFX_FloatRect& rcOld, in InvalidateRectMove() argument
298 CFX_FloatRect rcUnion = rcOld; in InvalidateRectMove()
DPWL_Wnd.h367 void InvalidateRectMove(const CFX_FloatRect& rcOld,
/external/pdfium/fpdfsdk/javascript/
DField.cpp2068 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local
2069 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()
2070 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()
2092 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local
2093 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()
2094 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()