Home
last modified time | relevance | path

Searched refs:PerspectiveClip (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkPathPriv.h380 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result);
H A DSkPath.cpp1587 SkPathPriv::PerspectiveClip(*this, matrix, &clipped)) in transform()
3826 bool SkPathPriv::PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) { in PerspectiveClip() function in SkPathPriv
/third_party/skia/samplecode/
H A DSampleClip.cpp532 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) {

Completed in 9 milliseconds