Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp319 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh) in Move() argument
325 m_rcWindow = rcNew; in Move()
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
350 rcUnion.Union(rcNew); in InvalidateRectMove()
DPWL_Utils.cpp386 CPDF_Rect rcNew(rcRect.left - fSize, in InflateRect() local
390 rcNew.Normalize(); in InflateRect()
391 return rcNew; in InflateRect()
398 CPDF_Rect rcNew(rcRect.left + fSize, in DeflateRect() local
402 rcNew.Normalize(); in DeflateRect()
403 return rcNew; in DeflateRect()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h301 void Move(const CPDF_Rect & rcNew,FX_BOOL bReset,FX_BOOL bRefresh);
432 void InvalidateRectMove(const CPDF_Rect & rcOld, const CPDF_Rect & rcNew);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp823 CPDF_Rect rcNew = pFormFiller->PWLtoFFL(rcWindow); in OnSetWindowRect() local
827 unRect.Union(rcNew); in OnSetWindowRect()