Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp747 if (Accumulator::kText == m_type || drawIndex != m_commandIndex || in DrawPath()
766 m_drawIndex = m_commandIndex; in DrawPath()
879 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex || in DrawText()
897 m_drawIndex = m_commandIndex; in DrawText()
1056 if (m_commandIndex < m_commands.count()) { in SetClip()
1057 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()
1058 m_clips[m_commandIndex] == skClipPath) { in SetClip()
1059 ++m_commandIndex; in SetClip()
1064 while (m_clipIndex > m_commandIndex) { in SetClip()
1071 if (m_commandIndex < m_commands.count()) { in SetClip()
[all …]