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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.h 38 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
RenderSVGResource.h 63 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0;
RenderSVGResourceClipper.h 54 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
66 // applyResource directly and use the rects from the object, since they are empty for RenderSVGResources
RenderSVGResourceGradient.h 52 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
RenderSVGResourceMarker.h 58 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) { return false; }
RenderSVGResourceMasker.h 50 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
RenderSVGResourcePattern.h 54 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
RenderSVGResourceFilter.h 74 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
RenderSVGResourceSolidColor.cpp 45 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGPath.cpp 157 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode))
162 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode))
190 if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode))
195 if (fallbackResource->applyResource(this, style, context, ApplyToStrokeMode))
SVGRenderSupport.cpp 113 if (!masker->applyResource(object, style, paintInfo.context, ApplyToDefaultMode))
118 if (!clipper->applyResource(object, style, paintInfo.context, ApplyToDefaultMode))
124 if (!filter->applyResource(object, style, paintInfo.context, ApplyToDefaultMode))
RenderSVGResourceGradient.cpp 141 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceMasker.cpp 83 bool RenderSVGResourceMasker::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourcePattern.cpp 73 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceClipper.cpp 94 bool RenderSVGResourceClipper::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceFilter.cpp 139 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
SVGInlineTextBox.cpp 354 if (!m_paintingResource->applyResource(renderer, style, context, m_paintingResourceMode)) {
360 m_paintingResource->applyResource(renderer, style, context, m_paintingResourceMode);
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 549 if (activePaintingResource->applyResource(referencingRenderObjectParent, referencingRenderObjectParentStyle, context, resourceMode)) {

Completed in 2185 milliseconds