Home
last modified time | relevance | path

Searched refs:clippedPath (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/samplecode/
H A DSampleClip.cpp531 SkPath clippedPath, *path = &fPath; variable
532 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) {
533 path = &clippedPath;
/third_party/skia/src/core/
H A DSkPath.cpp3825 // true means we have written to clippedPath
3826 bool SkPathPriv::PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) { in PerspectiveClip() argument
3841 *clippedPath = clip(path, plane); in PerspectiveClip()
3848 *clippedPath = SkPath(); in PerspectiveClip()

Completed in 7 milliseconds