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.cpp683 m_drawIndex(INT_MAX), in SkiaState()
707 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawPath()
729 m_drawIndex = m_commandIndex; in DrawPath()
783 m_drawIndex = INT_MAX; in FlushPath()
796 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawText()
809 m_drawIndex = m_commandIndex; in DrawText()
857 m_drawIndex = INT_MAX; in FlushText()
1063 AdjustClip(SkTMin(m_drawIndex, m_commands.count())); in Flush()
1077 if (index != m_commandIndex && index != m_drawIndex && in DumpPrefix()
1083 index == m_drawIndex ? 'd' : '-', index == m_clipIndex ? 'c' : '-'); in DumpPrefix()
[all …]