Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp746 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawPath()
766 m_drawIndex = m_commandIndex; in DrawPath()
825 m_drawIndex = INT_MAX; in FlushPath()
878 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawText()
897 m_drawIndex = m_commandIndex; in DrawText()
1015 m_drawIndex = INT_MAX; in FlushText()
1233 AdjustClip(SkTMin(m_drawIndex, m_commands.count())); in Flush()
1247 if (index != m_commandIndex && index != m_drawIndex && in DumpPrefix()
1253 index == m_drawIndex ? 'd' : '-', index == m_clipIndex ? 'c' : '-'); in DumpPrefix()
1258 if (index != m_commandIndex && index > m_drawIndex && index != m_clipIndex) in DumpEndPrefix()
[all …]