Searched refs:clippedPath (Results 1 – 2 of 2) sorted by relevance
532 SkPath clippedPath, *path = &fPath; in onDrawContent() local533 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) { in onDrawContent()534 path = &clippedPath; in onDrawContent()
3760 bool SkPathPriv::PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) { in PerspectiveClip() argument3775 *clippedPath = clip(path, plane); in PerspectiveClip()3782 *clippedPath = SkPath(); in PerspectiveClip()