Home
last modified time | relevance | path

Searched refs:postApplyResource (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGShape.cpp219 fillPaintingResource->postApplyResource(this, context, ApplyToFillMode, 0, this); in fillShape()
224 fallbackResource->postApplyResource(this, context, ApplyToFillMode, 0, this); in fillShape()
234 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, 0, this); in strokeShape()
239 fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, 0, this); in strokeShape()
DRenderSVGResourceSolidColor.h38 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, cons…
DRenderSVGResourceGradient.h52 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, cons…
DRenderSVGResourcePattern.h55 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, cons…
DRenderSVGResourceMasker.h48 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, cons…
DRenderSVGResource.h64 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, cons… in postApplyResource() function
DRenderSVGResourceClipper.h54 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, cons…
DRenderSVGResourceFilter.h70 …virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, cons…
DRenderSVGResourceSolidColor.cpp84 void RenderSVGResourceSolidColor::postApplyResource(RenderObject*, GraphicsContext*& context, unsig… in postApplyResource() function in WebCore::RenderSVGResourceSolidColor
DSVGRenderingContext.cpp65 m_filter->postApplyResource(m_object, m_paintInfo->context, ApplyToDefaultMode, 0, 0); in ~SVGRenderingContext()
77 m_masker->postApplyResource(m_object, m_paintInfo->context, ApplyToDefaultMode, 0, 0); in ~SVGRenderingContext()
DRenderSVGResourceGradient.cpp141 void RenderSVGResourceGradient::postApplyResource(RenderObject*, GraphicsContext*& context, unsigne… in postApplyResource() function in WebCore::RenderSVGResourceGradient
DRenderSVGResourceMasker.cpp79 void RenderSVGResourceMasker::postApplyResource(RenderObject* object, GraphicsContext*& context, in postApplyResource() function in WebCore::RenderSVGResourceMasker
DSVGTextRunRenderingContext.cpp161 …activePaintingResource->postApplyResource(parentRenderObject, context, resourceMode, &glyphPath, 0… in drawSVGGlyphs()
DRenderSVGResourcePattern.cpp181 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned… in postApplyResource() function in WebCore::RenderSVGResourcePattern
DRenderSVGResourceClipper.cpp213 void RenderSVGResourceClipper::postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, in postApplyResource() function in WebCore::RenderSVGResourceClipper
DRenderSVGResourceFilter.cpp265 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, un… in postApplyResource() function in WebCore::RenderSVGResourceFilter
DSVGInlineTextBox.cpp408 …m_paintingResource->postApplyResource(parentRenderer, context, m_paintingResourceMode, path, /*Ren… in releasePaintingResource()