Searched refs:skClipPath (Results 1 – 2 of 2) sorted by relevance
867 SkPath skClipPath = BuildPath(pPathData); in SetClipFill() local868 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() argument880 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() local1475 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE in SetClip_PathFill()[all …]
102 void SetClipMask(const FX_RECT& clipBox, const SkPath& skClipPath);