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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.h 37 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
RenderSVGResource.h 62 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0;
RenderSVGResourceGradient.h 51 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL;
RenderSVGResourceMarker.h 55 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) OVERRIDE { return false; }
RenderSVGResourceMasker.h 47 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
RenderSVGResourcePattern.h 54 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
RenderSVGResourceClipper.h 53 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
63 // applyResource directly and use the rects from the object, since they are empty for RenderSVGResources
64 // FIXME: We made applyClippingToContext public because we cannot call applyResource on HTML elements (it asserts on RenderObject::objectBoundingBox)
RenderSVGResourceFilter.h 71 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
RenderSVGResourceSolidColor.cpp 43 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGShape.cpp 211 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode)) {
215 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode))
225 if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode)) {
229 if (fallbackResource->applyResource(this, style, context, ApplyToStrokeMode))
SVGRenderingContext.cpp 158 if (!masker->applyResource(m_object, style, m_paintInfo->context, ApplyToDefaultMode))
181 if (!m_filter->applyResource(m_object, style, m_paintInfo->context, ApplyToDefaultMode))
RenderSVGResourceGradient.cpp 53 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceMasker.cpp 58 bool RenderSVGResourceMasker::applyResource(RenderObject* object, RenderStyle*,
RenderSVGResourcePattern.cpp 126 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
SVGTextRunRenderingContext.cpp 163 if (activePaintingResource->applyResource(parentRenderObject, parentRenderObjectStyle, context, resourceMode)) {
RenderSVGResourceClipper.cpp 68 bool RenderSVGResourceClipper::applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short)
RenderSVGResourceFilter.cpp 206 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
SVGInlineTextBox.cpp 380 if (!m_paintingResource->applyResource(renderer, style, context, resourceMode)) {
383 m_paintingResource->applyResource(renderer, style, context, resourceMode);

Completed in 226 milliseconds