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.cpp682 m_commandIndex(0), in SkiaState()
708 if (Accumulator::kText == m_type || drawIndex != m_commandIndex || in DrawPath()
729 m_drawIndex = m_commandIndex; in DrawPath()
797 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex || in DrawText()
809 m_drawIndex = m_commandIndex; in DrawText()
878 if (m_commandIndex < m_commands.count()) { in SetClip()
879 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()
880 m_clips[m_commandIndex] == skClipPath) { in SetClip()
881 ++m_commandIndex; in SetClip()
886 while (m_clipIndex > m_commandIndex) { in SetClip()
[all …]