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.cpp954 SkPath skClipPath; in SetClipFill() local
965 skClipPath.addRect({(float)outer.left, (float)outer.bottom, in SetClipFill()
969 if (skClipPath.isEmpty()) { in SetClipFill()
970 skClipPath = BuildPath(pPathData); in SetClipFill()
971 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE in SetClipFill()
975 skClipPath.transform(skMatrix); in SetClipFill()
977 return SetClip(skClipPath); in SetClipFill()
980 bool SetClip(const SkPath& skClipPath) { in SetClip() argument
984 m_clips[m_commandIndex] == skClipPath) { in SetClip()
999 m_clips[m_commandIndex] = skClipPath; in SetClip()
[all …]
Dfx_skia_device.h102 void SetClipMask(const FX_RECT& clipBox, const SkPath& skClipPath);