Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp58 CFX_FloatRect rcWin = rcAnnot; in GetViewBBox() local
61 rcWin.Union(rcFocus); in GetViewBBox()
63 if (!rcWin.IsEmpty()) { in GetViewBBox()
64 rcWin.Inflate(1, 1); in GetViewBBox()
65 rcWin.Normalize(); in GetViewBBox()
67 return rcWin.GetOuterRect(); in GetViewBBox()
Dcffl_interactiveformfiller.cpp48 CFX_FloatRect rcWin = pPDFAnnot->GetRect(); in GetViewBBox() local
49 if (!rcWin.IsEmpty()) { in GetViewBBox()
50 rcWin.Inflate(1, 1); in GetViewBBox()
51 rcWin.Normalize(); in GetViewBBox()
53 return rcWin.GetOuterRect(); in GetViewBBox()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp293 CFX_FloatRect rcWin = PWLtoWnd(rcRefresh); in InvalidateRect() local
294 rcWin.Inflate(1, 1); in InvalidateRect()
295 rcWin.Normalize(); in InvalidateRect()
300 pSH->InvalidateRect(widget, rcWin); in InvalidateRect()