Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleClip.cpp532 SkPath clippedPath, *path = &fPath; in onDrawContent() local
533 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) { in onDrawContent()
534 path = &clippedPath; in onDrawContent()
/external/skia/src/core/
DSkPath.cpp3760 bool SkPathPriv::PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) { in PerspectiveClip() argument
3775 *clippedPath = clip(path, plane); in PerspectiveClip()
3782 *clippedPath = SkPath(); in PerspectiveClip()