Searched refs:fClipPath (Results 1 - 5 of 5) sorted by relevance

/external/skia/bench/
H A DAAClipBench.cpp20 SkPath fClipPath; member in class:AAClipBench
37 fClipPath.addRoundRect(fClipRect, SkIntToScalar(10), SkIntToScalar(10));
41 SkASSERT(fClipPath.isConvex());
54 fClipPath.reset();
55 fClipPath.addRoundRect(fClipRect,
57 SkASSERT(fClipPath.isConvex());
62 canvas->clipPath(fClipPath, SkRegion::kReplace_Op, fDoAA);
73 canvas->drawPath(fClipPath, paint);
/external/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.h123 SkPath fClipPath; member in struct:SkPdfGraphicsState
/external/skia/samplecode/
H A DSampleApp.h167 SkPath fClipPath; member in class:SampleWindow
H A DSampleApp.cpp1211 canvas->clipPath(fClipPath, SkRegion::kIntersect_Op, true);
1977 fClipPath.reset();
1983 fClipPath.addRect(r);
1988 fClipPath.addRect(r, SkPath::kCCW_Direction);
1990 fClipPath.addRect(r, SkPath::kCW_Direction);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1373 canvas->clipPath(pdfContext->fGraphicsState.fClipPath, SkRegion::kIntersect_Op, true);
1377 //pdfContext->fGraphicsState.fClipPath.reset();
1427 canvas->clipPath(pdfContext->fGraphicsState.fClipPath, SkRegion::kIntersect_Op, true);
1845 pdfContext->fGraphicsState.fClipPath = pdfContext->fGraphicsState.fPath;
1852 pdfContext->fGraphicsState.fClipPath = pdfContext->fGraphicsState.fPath;
1854 pdfContext->fGraphicsState.fClipPath.setFillType(SkPath::kEvenOdd_FillType);

Completed in 147 milliseconds