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.cpp689 m_drawIndex(INT_MAX), in SkiaState()
713 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawPath()
735 m_drawIndex = m_commandIndex; in DrawPath()
789 m_drawIndex = INT_MAX; in FlushPath()
841 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawText()
856 m_drawIndex = m_commandIndex; in DrawText()
942 m_drawIndex = INT_MAX; in FlushText()
1171 AdjustClip(SkTMin(m_drawIndex, m_commands.count())); in Flush()
1185 if (index != m_commandIndex && index != m_drawIndex && in DumpPrefix()
1191 index == m_drawIndex ? 'd' : '-', index == m_clipIndex ? 'c' : '-'); in DumpPrefix()
[all …]