Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathPriv.h377 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result);
DSkPath.cpp1579 SkPathPriv::PerspectiveClip(*this, matrix, &clipped)) in transform()
3760 bool SkPathPriv::PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) { in PerspectiveClip() function in SkPathPriv
/external/skia/samplecode/
DSampleClip.cpp533 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) { in onDrawContent()