Searched refs:PerspectiveClip (Results 1 – 3 of 3) sorted by relevance
377 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result);
1579 SkPathPriv::PerspectiveClip(*this, matrix, &clipped)) in transform()3760 bool SkPathPriv::PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) { in PerspectiveClip() function in SkPathPriv
533 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) { in onDrawContent()