Searched defs:m_LineRects (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h113 for (FX_INT32 i = 0, sz = m_LineRects.GetSize(); i < sz; i++)
114 delete m_LineRects.GetAt(i);
116 m_LineRects.RemoveAll();
121 m_LineRects.RemoveAll();
128 m_LineRects.Add(rects.GetAt(i));
136 m_LineRects.Add(pRect);
141 return m_LineRects.GetSize();
146 if (nIndex < 0 || nIndex >= m_LineRects.GetSize())
149 return m_LineRects.GetAt(nIndex);
152 CFX_ArrayTemplate<CFX_Edit_LineRect*> m_LineRects; member in class:CFX_Edit_LineRectArray
[all...]

Completed in 57 milliseconds