/external/webkit/WebCore/svg/graphics/ |
D | SVGResourceClipper.cpp | 70 Path clipPath = clipData.path; in applyClip() local 76 clipPath.transform(transform); in applyClip() 78 context->addPath(clipPath); in applyClip() 85 context->clipPath(clipRule); in applyClip()
|
/external/webkit/WebCore/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 139 clipPath = SVGRenderStyle::initialClipPath(); in StyleClipData() 145 clipPath = other.clipPath; in StyleClipData() 150 return (clipPath == other.clipPath); in operator ==()
|
D | SVGRenderStyle.h | 90 … SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, clip, clipPath, ClipPath, clipPath, String()) in SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL() argument
|
D | SVGRenderStyleDefs.h | 219 String clipPath; variable
|
/external/skia/src/utils/ |
D | SkNWayCanvas.cpp | 133 bool SkNWayCanvas::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath() function in SkNWayCanvas 136 iter->clipPath(path, op); in clipPath() 138 return this->INHERITED::clipPath(path, op); in clipPath()
|
D | SkProxyCanvas.cpp | 70 bool SkProxyCanvas::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath() function in SkProxyCanvas 71 return fProxy->clipPath(path, op); in clipPath()
|
D | SkDumpCanvas.cpp | 236 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath() function in SkDumpCanvas 240 return this->INHERITED::clipPath(path, op); in clipPath()
|
/external/webkit/WebCore/css/ |
D | SVGCSSComputedStyleDeclaration.cpp | 107 if (!svgStyle->clipPath().isEmpty()) in getSVGPropertyCSSValue() 108 return CSSPrimitiveValue::create(svgStyle->clipPath(), CSSPrimitiveValue::CSS_URI); in getSVGPropertyCSSValue()
|
D | SVGCSSStyleSelector.cpp | 434 HANDLE_INHERIT_AND_INITIAL(clipPath, ClipPath) in applySVGProperty()
|
/external/skia/src/animator/ |
D | SkDrawClip.cpp | 44 maker.fCanvas->clipPath(path->fPath); in draw()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 732 GC2Canvas(this)->clipPath(*path.platformPath()); in clip() 752 GC2Canvas(this)->clipPath(path); in addInnerRoundedRectClip() 771 GC2Canvas(this)->clipPath(path, SkRegion::kDifference_Op); in clipOutEllipseInRect() 775 void GraphicsContext::clipPath(WindRule clipRule) in clipPath() function in WebCore::GraphicsContext 782 GC2Canvas(this)->clipPath(path); in clipPath() 791 GC2Canvas(this)->clipPath(*p.platformPath(), SkRegion::kDifference_Op); in clipOut()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 299 platformContext()->canvas()->clipPath(path); in addInnerRoundedRectClip() 359 platformContext()->canvas()->clipPath(p); in clip() 383 platformContext()->canvas()->clipPath(path, SkRegion::kDifference_Op); in clipOut() 397 platformContext()->canvas()->clipPath(path, SkRegion::kDifference_Op); in clipOutEllipseInRect() 400 void GraphicsContext::clipPath(WindRule clipRule) in clipPath() function in WebCore::GraphicsContext 407 platformContext()->canvas()->clipPath(path); in clipPath()
|
/external/webkit/WebKit/android/plugins/ |
D | ANPCanvasInterface.cpp | 69 canvas->skcanvas->clipPath(*path); in anp_clipPath() 182 ASSIGN(i, clipPath); in ANPCanvasInterfaceV0_Init()
|
D | android_npapi.h | 591 void (*clipPath)(ANPCanvas*, const ANPPath*); member
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 185 painter.setClipPath(p->clipPath()); in TransparencyLayer() 748 void GraphicsContext::clipPath(WindRule clipRule) in clipPath() function in WebCore::GraphicsContext 856 QRectF clip = p->clipPath().boundingRect(); in beginTransparencyLayer() 999 QRectF clipBounds = p->clipPath().boundingRect(); in clipOut() 1065 QRectF clipBounds = p->clipPath().boundingRect(); in clipOut() 1080 QRectF clipBounds = p->clipPath().boundingRect(); in clipOutEllipseInRect()
|
/external/webkit/WebCore/svg/ |
D | svgtags.in | 22 clipPath
|
/external/skia/include/utils/ |
D | SkNWayCanvas.h | 31 virtual bool clipPath(const SkPath& path,
|
D | SkProxyCanvas.h | 43 virtual bool clipPath(const SkPath& path,
|
D | SkDumpCanvas.h | 70 virtual bool clipPath(const SkPath& path,
|
/external/webkit/WebCore/rendering/ |
D | SVGRenderTreeAsText.cpp | 303 if (!svgStyle->clipPath().isEmpty()) in writeStyle() 304 writeNameAndQuotedValue(ts, "clip path", svgStyle->clipPath()); in writeStyle()
|
D | SVGRenderSupport.cpp | 101 AtomicString clipperId(svgStyle->clipPath()); in prepareToRenderSVGContent()
|
/external/skia/src/core/ |
D | SkPictureRecord.h | 28 virtual bool clipPath(const SkPath& path, SkRegion::Op op);
|
D | SkPictureRecord.cpp | 138 bool SkPictureRecord::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath() function in SkPictureRecord 152 return this->INHERITED::clipPath(path, op); in clipPath()
|
/external/skia/include/core/ |
D | SkCanvas.h | 233 virtual bool clipPath(const SkPath& path,
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 281 void clipPath(WindRule);
|