Searched refs:aggIndex (Results 1 – 1 of 1) sorted by relevance
1377 for (int aggIndex = 0; aggIndex < (int)m_pDriver->stack().size(); in DebugCheckClip() local1378 ++aggIndex) { in DebugCheckClip()1379 if (!m_pDriver->stack()[aggIndex]) in DebugCheckClip()1381 if (m_pDriver->stack()[aggIndex]->GetType() != CFX_ClipRgn::RectI) in DebugCheckClip()1383 const FX_RECT& aggRect = m_pDriver->stack()[aggIndex]->GetBox(); in DebugCheckClip()