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.cpp1377 for (int aggIndex = 0; aggIndex < (int)m_pDriver->stack().size(); in DebugCheckClip() local
1378 ++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()