Home | History | Annotate | Download | only in fxedit

Lines Matching refs:GetSize

164     for (int32_t i = 0, sz = m_OldLineRects.GetSize(); i < sz; i++)
170 for (int32_t i = 0, sz = m_NewLineRects.GetSize(); i < sz; i++)
181 int32_t szMax = std::max(m_OldLineRects.GetSize(), m_NewLineRects.GetSize());
285 return m_nCurUndoPos < m_UndoItemStack.GetSize();
291 int32_t nStackSize = m_UndoItemStack.GetSize();
313 if (m_nCurUndoPos < m_UndoItemStack.GetSize())
316 if (m_UndoItemStack.GetSize() >= m_nBufSize) {
322 m_nCurUndoPos = m_UndoItemStack.GetSize();
332 if (nIndex >= 0 && nIndex < m_UndoItemStack.GetSize())
339 ASSERT(m_UndoItemStack.GetSize() > 1);
346 for (int32_t i = m_UndoItemStack.GetSize() - 1; i >= m_nCurUndoPos; i--) {
353 for (int32_t i = 0, sz = m_UndoItemStack.GetSize(); i < sz; i++) {
364 for (int i = 0, sz = m_Items.GetSize(); i < sz; i++) {
382 if (m_Items.GetSize() > 0) {
386 CFX_Edit_UndoItem* pLastItem = m_Items[m_Items.GetSize() - 1];
392 for (int i = m_Items.GetSize() - 1; i >= 0; i--) {
399 for (int i = 0, sz = m_Items.GetSize(); i < sz; i++) {
1979 for (int32_t i = 0, sz = pRects->GetSize(); i < sz; i++)