Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp867 SkPath skClipPath = BuildPath(pPathData); in SetClipFill() local
868 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE in SetClipFill()
872 skClipPath.transform(skMatrix); in SetClipFill()
873 return SetClip(skClipPath); in SetClipFill()
876 bool SetClip(const SkPath& skClipPath) { in SetClip() argument
880 m_clips[m_commandIndex] == skClipPath) { in SetClip()
895 m_clips[m_commandIndex] = skClipPath; in SetClip()
898 m_clips.push_back(skClipPath); in SetClip()
1474 SkPath skClipPath = BuildPath(pPathData); in SetClip_PathFill() local
1475 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE in SetClip_PathFill()
[all …]
Dfx_skia_device.h102 void SetClipMask(const FX_RECT& clipBox, const SkPath& skClipPath);