Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1058 m_clips[m_commandIndex] == skClipPath) { in SetClip()
1073 m_clips[m_commandIndex] = skClipPath; in SetClip()
1076 m_clips.push_back(skClipPath); in SetClip()
1134 m_clips[m_commandIndex] = m_skEmptyPath; in ClipSave()
1138 m_clips.push_back(m_skEmptyPath); in ClipSave()
1221 m_pDriver->SkiaCanvas()->clipPath(m_clips[m_clipIndex], in AdjustClip()
1296 m_clips[index].dump(); in Dump()
1390 const SkPath& clip = m_clips[skIndex]; in DebugCheckClip()
1420 m_clips[index].dump(); in DumpClipStacks()
1491 SkTArray<SkPath> m_clips; // stack of clips that may be reused member in SkiaState