Searched refs:pNewRect (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp209 FDE_CSSRect pNewRect; local
210 pNewRect.left.Set(FDE_CSSLengthUnit::Point, fStart);
211 pNewRect.right.Set(FDE_CSSLengthUnit::Point, pRect->right.GetValue());
212 pNewRect.top.Set(FDE_CSSLengthUnit::Point, pRect->top.GetValue());
213 pNewRect.bottom.Set(FDE_CSSLengthUnit::Point, pRect->bottom.GetValue());
214 pStyle->SetMarginWidth(pNewRect);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp228 if (CFX_Edit_LineRect* pNewRect = m_NewLineRects.GetAt(i))
229 m_RefreshRects.Add(pNewRect->m_rcLine);

Completed in 974 milliseconds