HomeSort by relevance Sort by last modified time
    Searched refs:RenderSVGResource (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.h 55 class RenderSVGResource {
57 RenderSVGResource() { }
58 virtual ~RenderSVGResource() { }
79 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
80 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
RenderSVGResource.cpp 26 #include "RenderSVGResource.h"
35 static inline RenderSVGResource* requestPaintingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, Color& fallbackColor)
85 RenderSVGResourceSolidColor* colorResource = RenderSVGResource::sharedSolidPaintingResource();
107 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
123 RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
128 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
133 RenderSVGResourceSolidColor* RenderSVGResource::sharedSolidPaintingResource()
141 void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout
    [all...]
RenderSVGResourceSolidColor.h 26 #include "RenderSVGResource.h"
30 class RenderSVGResourceSolidColor : public RenderSVGResource {
SVGInlineTextBox.h 31 class RenderSVGResource;
84 RenderSVGResource* m_paintingResource;
RenderSVGResourceContainer.h 25 #include "RenderSVGResource.h"
30 public RenderSVGResource {
RenderSVGPath.cpp 87 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), fallbackColor))
99 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))
156 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, fallbackColor)) {
160 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
168 RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, fallbackColor);
193 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
RenderSVGImage.cpp 180 RenderSVGResource::markForLayoutAndParentResourceInvalidation(this, false);
SVGResourcesCache.cpp 134 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
  /external/webkit/Source/WebCore/platform/graphics/
TextRun.h 32 class RenderSVGResource;
116 RenderSVGResource* activePaintingResource() const { return m_activePaintingResource; }
117 void setActivePaintingResource(RenderSVGResource* object) { m_activePaintingResource = object; }
140 RenderSVGResource* m_activePaintingResource;
  /external/webkit/Source/WebCore/svg/
SVGPolyElement.cpp 30 #include "RenderSVGResource.h"
81 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
87 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGFEMergeNodeElement.cpp 28 #include "RenderSVGResource.h"
71 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGFilterPrimitiveStandardAttributes.h 60 RenderSVGResource::markForLayoutAndParentResourceInvalidation(primitiveRenderer);
SVGGElement.cpp 27 #include "RenderSVGResource.h"
71 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGCircleElement.cpp 29 #include "RenderSVGResource.h"
95 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
101 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGEllipseElement.cpp 29 #include "RenderSVGResource.h"
102 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
108 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGLineElement.cpp 29 #include "RenderSVGResource.h"
98 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
104 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGStopElement.cpp 29 #include "RenderSVGResource.h"
69 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
SVGTRefElement.cpp 27 #include "RenderSVGResource.h"
76 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
SVGPathElement.cpp 28 #include "RenderSVGResource.h"
226 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
236 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
357 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGStyledTransformableElement.cpp 29 #include "RenderSVGResource.h"
96 RenderSVGResource::markForLayoutAndParentResourceInvalidation(object);
SVGTextElement.cpp 29 #include "RenderSVGResource.h"
134 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGAnimateMotionElement.cpp 29 #include "RenderSVGResource.h"
227 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
245 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGAnimateTransformElement.cpp 31 #include "RenderSVGResource.h"
189 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
211 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGImageElement.cpp 31 #include "RenderSVGResource.h"
117 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
124 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGRectElement.cpp 28 #include "RenderSVGResource.h"
115 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
121 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);

Completed in 174 milliseconds

1 2