Searched refs:m_Rows (Results 1 – 3 of 3) sorted by relevance
147 iCount = m_Rows.GetSize(); in ~CFWL_GridImp()149 delete static_cast<CFWL_GridColRow*>(m_Rows[j]); in ~CFWL_GridImp()151 m_Rows.RemoveAll(); in ~CFWL_GridImp()232 int32_t iRows = m_Rows.GetSize(); in DrawWidget()234 CFWL_GridColRow* pColRow = static_cast<CFWL_GridColRow*>(m_Rows[j]); in DrawWidget()284 if (nIndex < 0 || nIndex > m_Rows.GetSize()) { in InsertColRow()285 nIndex = m_Rows.GetSize(); in InsertColRow()288 m_Rows.InsertAt(nIndex, pRow, 1); in InsertColRow()295 return m_Rows.GetSize(); in CountColRows()304 if (nIndex < 0 || nIndex >= m_Rows.GetSize()) { in GetColRow()[all …]
766 int m_Cols, m_Rows, m_Pitch; member in CCodec_FaxEncoder775 m_Rows = height; in CCodec_FaxEncoder()789 for (int i = 0; i < m_Rows; i++) { in Encode()
175 CFX_PtrArray m_Rows; variable