HomeSort by relevance Sort by last modified time
    Searched refs:postApplyResource (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.h 39 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
RenderSVGResource.h 64 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*) { }
RenderSVGResourceGradient.h 53 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
RenderSVGResourcePattern.h 55 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
RenderSVGResourceFilter.h 75 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
RenderSVGResourceSolidColor.cpp 77 void RenderSVGResourceSolidColor::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
RenderSVGPath.cpp 158 fillPaintingResource->postApplyResource(this, context, ApplyToFillMode, &m_path);
163 fallbackResource->postApplyResource(this, context, ApplyToFillMode, &m_path);
191 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
196 fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
RenderSVGResourceGradient.cpp 232 void RenderSVGResourceGradient::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
RenderSVGResourcePattern.cpp 184 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
RenderSVGResourceFilter.cpp 224 // Even if the target objectBoundingBox() is empty, we still have to draw the last effect result image in postApplyResource.
262 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*)
SVGRenderSupport.cpp 150 filter->postApplyResource(object, paintInfo.context, ApplyToDefaultMode, /* path */0);
SVGInlineTextBox.cpp 377 m_paintingResource->postApplyResource(parentRenderer, context, m_paintingResourceMode, path);
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 554 activePaintingResource->postApplyResource(referencingRenderObjectParent, context, resourceMode, &glyphPath);

Completed in 127 milliseconds