Searched refs:m_clips (Results 1 – 1 of 1) sorted by relevance
984 m_clips[m_commandIndex] == skClipPath) { in SetClip()999 m_clips[m_commandIndex] = skClipPath; in SetClip()1002 m_clips.push_back(skClipPath); in SetClip()1060 m_clips[m_commandIndex] = m_skEmptyPath; in ClipSave()1064 m_clips.push_back(m_skEmptyPath); in ClipSave()1159 m_pDriver->SkiaCanvas()->clipPath(m_clips[m_clipIndex], in AdjustClip()1234 m_clips[index].dump(); in Dump()1328 const SkPath& clip = m_clips[skIndex]; in DebugCheckClip()1358 m_clips[index].dump(); in DumpClipStacks()1392 SkTArray<SkPath> m_clips; // stack of clips that may be reused member in SkiaState