/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGPath.cpp | 157 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode)) in fillAndStrokePath() 162 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode)) in fillAndStrokePath() 190 if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode)) in fillAndStrokePath() 195 if (fallbackResource->applyResource(this, style, context, ApplyToStrokeMode)) in fillAndStrokePath()
|
D | RenderSVGResourceSolidColor.h | 38 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | SVGRenderSupport.cpp | 113 if (!masker->applyResource(object, style, paintInfo.context, ApplyToDefaultMode)) in prepareToRenderSVGContent() 118 if (!clipper->applyResource(object, style, paintInfo.context, ApplyToDefaultMode)) in prepareToRenderSVGContent() 124 if (!filter->applyResource(object, style, paintInfo.context, ApplyToDefaultMode)) in prepareToRenderSVGContent()
|
D | RenderSVGResourceMasker.h | 50 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | RenderSVGResourceClipper.h | 54 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | RenderSVGResourceGradient.h | 52 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | RenderSVGResourcePattern.h | 54 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | RenderSVGResource.h | 63 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | RenderSVGResourceMarker.h | 58 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) { retur… in applyResource() function
|
D | RenderSVGResourceSolidColor.cpp | 45 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsC… in applyResource() function in WebCore::RenderSVGResourceSolidColor
|
D | RenderSVGResourceFilter.h | 74 …virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resource…
|
D | RenderSVGResourceMasker.cpp | 83 bool RenderSVGResourceMasker::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& c… in applyResource() function in WebCore::RenderSVGResourceMasker
|
D | RenderSVGResourceGradient.cpp | 141 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsCon… in applyResource() function in WebCore::RenderSVGResourceGradient
|
D | RenderSVGResourcePattern.cpp | 73 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsCont… in applyResource() function in WebCore::RenderSVGResourcePattern
|
D | SVGInlineTextBox.cpp | 354 if (!m_paintingResource->applyResource(renderer, style, context, m_paintingResourceMode)) { in acquirePaintingResource() 360 m_paintingResource->applyResource(renderer, style, context, m_paintingResourceMode); in acquirePaintingResource()
|
D | RenderSVGResourceFilter.cpp | 139 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& c… in applyResource() function in WebCore::RenderSVGResourceFilter
|
D | RenderSVGResourceClipper.cpp | 94 bool RenderSVGResourceClipper::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& … in applyResource() function in WebCore::RenderSVGResourceClipper
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFont.cpp | 549 …if (activePaintingResource->applyResource(referencingRenderObjectParent, referencingRenderObjectPa… in drawTextUsingSVGFont()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 14084 (WebCore::RenderSVGResourceFilter::applyResource): 17102 (WebCore::RenderSVGResourceClipper::applyResource): 17104 (WebCore::RenderSVGResourceFilter::applyResource): 17107 (WebCore::RenderSVGResourceMasker::applyResource): 17175 …(WebCore::RenderSVGResourceClipper::applyResource): Adapt to signature changes (add RenderStyle* a… 17190 …(WebCore::RenderSVGResourceFilter::applyResource): Adapt to signature changes (add RenderStyle* an… 17200 (WebCore::RenderSVGResourceGradient::applyResource): 17214 (WebCore::RenderSVGResourceMarker::applyResource): 17218 (WebCore::RenderSVGResourceMasker::applyResource): 17226 (WebCore::RenderSVGResourcePattern::applyResource): [all …]
|
D | ChangeLog-2010-12-06 | 703 (WebCore::RenderSVGResourceGradient::applyResource): 705 (WebCore::RenderSVGResourcePattern::applyResource): 707 (WebCore::RenderSVGResourceSolidColor::applyResource): 3639 (WebCore::RenderSVGResourceGradient::applyResource): 8212 (WebCore::RenderSVGResourceFilter::applyResource): 8794 (WebCore::RenderSVGResourceFilter::applyResource): 28282 (WebCore::RenderSVGResourceFilter::applyResource): 30146 (WebCore::RenderSVGResourceFilter::applyResource): 30151 (WebCore::RenderSVGResourceMasker::applyResource): 30156 (WebCore::RenderSVGResourceSolidColor::applyResource): [all …]
|
D | ChangeLog-2011-02-16 | 17531 (WebCore::RenderSVGResourceFilter::applyResource): 23018 (WebCore::RenderSVGResourceGradient::applyResource): 23020 (WebCore::RenderSVGResourcePattern::applyResource):
|
D | ChangeLog | 11420 (WebCore::RenderSVGResourceFilter::applyResource): 18552 (WebCore::RenderSVGResourceGradient::applyResource): 18557 (WebCore::RenderSVGResourcePattern::applyResource):
|