Searched refs:m_commandIndex (Results 1 – 1 of 1) sorted by relevance
688 m_commandIndex(0), in SkiaState()714 if (Accumulator::kText == m_type || drawIndex != m_commandIndex || in DrawPath()735 m_drawIndex = m_commandIndex; in DrawPath()842 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex || in DrawText()856 m_drawIndex = m_commandIndex; in DrawText()982 if (m_commandIndex < m_commands.count()) { in SetClip()983 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()984 m_clips[m_commandIndex] == skClipPath) { in SetClip()985 ++m_commandIndex; in SetClip()990 while (m_clipIndex > m_commandIndex) { in SetClip()[all …]