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

1 23 4 5 6

  /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);
SkCanvasStateUtils.cpp 131 virtual void clipPath(const SkPath&, SkRegion::Op, bool antialias) SK_OVERRIDE {
SkPictureUtils.cpp 185 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
SkDumpCanvas.cpp 291 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
294 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op),
296 return this->INHERITED::clipPath(path, op, doAA);
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 843 vcanvas_->clipPath(path);
844 pcanvas_->clipPath(path);
865 vcanvas_->clipPath(path, SkRegion::kUnion_Op);
866 pcanvas_->clipPath(path, SkRegion::kUnion_Op);
887 vcanvas_->clipPath(path);
888 pcanvas_->clipPath(path);
analysis_canvas_unittest.cc 189 TEST(AnalysisCanvasTest, ClipPath) {
203 canvas.clipPath(path);
209 canvas.clipPath(path);
analysis_canvas.cc 328 bool AnalysisCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool do_aa) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 278 void clipPath(const Path&, WindRule = RULE_EVENODD);
405 bool clipPath(const SkPath&, AntiAliasingMode = NotAntiAliased, SkRegion::Op = SkRegion::kIntersect_Op);
GraphicsContext.cpp 635 clipPath(path);
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 238 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
372 virtual bool clipPath(const SkPath& path,
378 passed to clipRect or clipPath.
392 clipRect() and clipPath() which transform their arguments by the current
    [all...]
  /external/skia/include/core/
SkCanvas.h 245 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
379 virtual bool clipPath(const SkPath& path,
385 passed to clipRect or clipPath.
399 clipRect() and clipPath() which transform their arguments by the current
    [all...]
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 284 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/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 180 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
SkDumpCanvas.cpp 291 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
294 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op),
296 return this->INHERITED::clipPath(path, op, doAA);
SkCanvasStateUtils.cpp 134 virtual void clipPath(const SkPath&, SkRegion::Op, bool antialias) 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...]
  /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);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 176 jfieldID clipPath;

Completed in 1006 milliseconds

1 23 4 5 6