HomeSort by relevance Sort by last modified time
    Searched refs:m_Rows (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 147 iCount = m_Rows.GetSize();
149 delete static_cast<CFWL_GridColRow*>(m_Rows[j]);
151 m_Rows.RemoveAll();
232 int32_t iRows = m_Rows.GetSize();
234 CFWL_GridColRow* pColRow = static_cast<CFWL_GridColRow*>(m_Rows[j]);
284 if (nIndex < 0 || nIndex > m_Rows.GetSize()) {
285 nIndex = m_Rows.GetSize();
288 m_Rows.InsertAt(nIndex, pRow, 1);
295 return m_Rows.GetSize();
304 if (nIndex < 0 || nIndex >= m_Rows.GetSize()) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_gridimp.h 175 CFX_PtrArray m_Rows;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 766 int m_Cols, m_Rows, m_Pitch;
775 m_Rows = height;
789 for (int i = 0; i < m_Rows; i++) {

Completed in 79 milliseconds