HomeSort by relevance Sort by last modified time
    Searched refs:clipPath (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 74 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
77 return SkProxyCanvas::clipPath(path, op, doAa);
vector_canvas_unittest.cc 842 vcanvas_->clipPath(path);
843 pcanvas_->clipPath(path);
864 vcanvas_->clipPath(path, SkRegion::kUnion_Op);
865 pcanvas_->clipPath(path, SkRegion::kUnion_Op);
886 vcanvas_->clipPath(path);
887 pcanvas_->clipPath(path);
analysis_canvas_unittest.cc 189 TEST(AnalysisCanvasTest, ClipPath) {
203 canvas.clipPath(path);
209 canvas.clipPath(path);
analysis_canvas.cc 329 bool AnalysisCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool do_aa) {
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 161 bool SkLuaCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
162 AUTO_LUA("clipPath");
165 return this->INHERITED::clipPath(path, op, doAA);
SkPictureUtils.cpp 228 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
SkDumpCanvas.cpp 290 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
293 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op),
295 return this->INHERITED::clipPath(path, op, doAA);
SkCanvasStateUtils.cpp 133 virtual void clipPath(const SkPath&, SkRegion::Op, bool antialias) SK_OVERRIDE {
  /external/skia/src/utils/
SkLuaCanvas.cpp 161 bool SkLuaCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
162 AUTO_LUA("clipPath");
165 return this->INHERITED::clipPath(path, op, doAA);
SkPictureUtils.cpp 228 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
SkDumpCanvas.cpp 290 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
293 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op),
295 return this->INHERITED::clipPath(path, op, doAA);
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 244 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
384 virtual bool clipPath(const SkPath& path,
390 passed to clipRect or clipPath.
404 clipRect() and clipPath() which transform their arguments by the current
    [all...]
  /external/skia/include/core/
SkCanvas.h 244 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
384 virtual bool clipPath(const SkPath& path,
390 passed to clipRect or clipPath.
404 clipRect() and clipPath() which transform their arguments by the current
    [all...]
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 289 const SkPath& clipPath,
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 49 virtual bool clipPath(const SkPath&, SkRegion::Op, bool) SK_OVERRIDE;
  /external/skia/gm/
complexclip2.cpp 135 canvas->clipPath(fPaths[k],
  /external/skia/include/device/xps/
SkXPSDevice.h 289 const SkPath& clipPath,
  /external/skia/src/core/
SkPictureRecord.h 49 virtual bool clipPath(const SkPath&, SkRegion::Op, bool) SK_OVERRIDE;
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 879 assertTrue(mCanvas.clipPath(p));
886 assertFalse(mCanvas.clipPath(p, Op.DIFFERENCE));
887 assertFalse(mCanvas.clipPath(p, Op.INTERSECT));
888 assertTrue(mCanvas.clipPath(p, Op.REPLACE));
889 assertFalse(mCanvas.clipPath(p, Op.REVERSE_DIFFERENCE));
890 assertTrue(mCanvas.clipPath(p, Op.UNION));
891 assertFalse(mCanvas.clipPath(p, Op.XOR));
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 981 public String clipPath;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 734 clipPath(path);
    [all...]
GraphicsContext.h 289 void clipPath(const Path&, WindRule = RULE_EVENODD);
422 bool clipPath(const SkPath&, AntiAliasingMode = NotAntiAliased, SkRegion::Op = SkRegion::kIntersect_Op);
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 230 bool DisplayListRenderer::clipPath(SkPath* path, SkRegion::Op op) {
233 return OpenGLRenderer::clipPath(path, op);
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 397 private void drawClipped(Canvas canvas, Paint paint, Path clipPath, int left) {
402 canvas.drawPath(clipPath, paint);
  /external/chromium_org/chrome/browser/download/
download_shelf.cc 147 // gfx::Canvas::ClipPath does not provide for anti-aliasing.
148 canvas->sk_canvas()->clipPath(path, SkRegion::kIntersect_Op, true);

Completed in 408 milliseconds

1 23 4 5 6