HomeSort by relevance Sort by last modified time
    Searched refs:fClipPath (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/bench/
AAClipBench.cpp 20 SkPath fClipPath;
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/bench/
AAClipBench.cpp 20 SkPath fClipPath;
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/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfGraphicsState.h 123 SkPath fClipPath;
  /external/skia/experimental/PdfViewer/
SkPdfGraphicsState.h 123 SkPath fClipPath;
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.h 165 SkPath fClipPath;
SampleApp.cpp     [all...]
  /external/skia/samplecode/
SampleApp.h 165 SkPath fClipPath;
SampleApp.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]

Completed in 341 milliseconds