Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp713 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawPath() local
714 if (Accumulator::kText == m_type || drawIndex != m_commandIndex || in DrawPath()
841 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawText() local
842 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex || in DrawText()