Home
last modified time | relevance | path

Searched refs:rcFocus (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp69 CFX_FloatRect rcFocus = pFormFiller->GetFocusBox(pPageView); in OnDraw() local
70 if (!rcFocus.IsEmpty()) { in OnDraw()
72 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.top), in OnDraw()
74 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.bottom), in OnDraw()
76 path.AppendPoint(CFX_PointF(rcFocus.right, rcFocus.bottom), in OnDraw()
78 path.AppendPoint(CFX_PointF(rcFocus.right, rcFocus.top), in OnDraw()
80 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.top), in OnDraw()
Dcffl_formfiller.cpp75 CFX_FloatRect rcFocus = GetFocusBox(pPageView); in GetViewBBox() local
76 if (!rcFocus.IsEmpty()) in GetViewBBox()
77 rcWin.Union(rcFocus); in GetViewBBox()
456 CFX_FloatRect rcFocus = FFLtoWnd(pPageView, PWLtoFFL(pWnd->GetFocusRect())); in GetFocusBox() local
458 if (rcPage.Contains(rcFocus)) in GetFocusBox()
459 return rcFocus; in GetFocusBox()