Searched refs:rcNew (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 276 void CPWL_Wnd::Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh) { in Move() argument 280 m_rcWindow = rcNew; in Move() 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() 298 const CPDF_Rect& rcNew) { in InvalidateRectMove() argument 300 rcUnion.Union(rcNew); in InvalidateRectMove()
|
D | PWL_Utils.cpp | 343 CPDF_Rect rcNew(rcRect.left - fSize, rcRect.bottom - fSize, in InflateRect() local 345 rcNew.Normalize(); in InflateRect() 346 return rcNew; in InflateRect() 353 CPDF_Rect rcNew(rcRect.left + fSize, rcRect.bottom + fSize, in DeflateRect() local 355 rcNew.Normalize(); in DeflateRect() 356 return rcNew; in DeflateRect()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 294 void Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh); 424 void InvalidateRectMove(const CPDF_Rect& rcOld, const CPDF_Rect& rcNew);
|