Home
last modified time | relevance | path

Searched refs:aggIndex (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1315 for (int aggIndex = 0; aggIndex < (int)m_pDriver->m_StateStack.size(); in DebugCheckClip() local
1316 ++aggIndex) { in DebugCheckClip()
1317 if (!m_pDriver->m_StateStack[aggIndex]) in DebugCheckClip()
1319 if (m_pDriver->m_StateStack[aggIndex]->GetType() != CFX_ClipRgn::RectI) in DebugCheckClip()
1321 const FX_RECT& aggRect = m_pDriver->m_StateStack[aggIndex]->GetBox(); in DebugCheckClip()