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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 55 class RenderSVGResource {
57 RenderSVGResource() { }
58 virtual ~RenderSVGResource() { }
79 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, StyleColor& fallbackColor);
80 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, StyleColor& fallbackColor);
SVGTextRunRenderingContext.h 30 class RenderSVGResource;
42 RenderSVGResource* activePaintingResource() const { return m_activePaintingResource; }
43 void setActivePaintingResource(RenderSVGResource* object) { m_activePaintingResource = object; }
64 RenderSVGResource* m_activePaintingResource;
RenderSVGResourceSolidColor.h 25 #include "core/rendering/svg/RenderSVGResource.h"
29 class RenderSVGResourceSolidColor : public RenderSVGResource {
RenderSVGResource.cpp 25 #include "core/rendering/svg/RenderSVGResource.h"
48 static inline RenderSVGResource* requestPaintingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, StyleColor& fallbackColor)
66 RenderSVGResourceSolidColor* colorResource = RenderSVGResource::sharedSolidPaintingResource();
108 RenderSVGResourceSolidColor* colorResource = RenderSVGResource::sharedSolidPaintingResource();
128 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
143 RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, StyleColor& fallbackColor)
148 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, StyleColor& fallbackColor)
153 RenderSVGResourceSolidColor* RenderSVGResource::sharedSolidPaintingResource(
    [all...]
SVGInlineTextBox.h 30 class RenderSVGResource;
87 RenderSVGResource* m_paintingResource;
RenderSVGShape.cpp 122 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), fallbackColor))
134 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))
219 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, fallbackColor)) {
223 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
234 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, fallbackColor)) {
238 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
RenderSVGResourceContainer.h 24 #include "core/rendering/svg/RenderSVGResource.h"
31 public RenderSVGResource {
SVGResourcesCache.cpp 142 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
155 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
167 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
SVGTextRunRenderingContext.cpp 69 static inline RenderSVGResource* activePaintingResourceFromRun(const TextRun& run)
95 RenderSVGResource* activePaintingResource = activePaintingResourceFromRun(run);
103 RenderSVGResourceSolidColor* solidPaintingResource = RenderSVGResource::sharedSolidPaintingResource();
RenderSVGShape.h 42 class RenderSVGResource;
RenderSVGResourceContainer.cpp 113 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterPrimitiveStandardAttributes.h 24 #include "core/rendering/svg/RenderSVGResource.h"
57 RenderSVGResource::markForLayoutAndParentResourceInvalidation(primitiveRenderer);
SVGCircleElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
118 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
123 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGPolyElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
117 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
122 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGGElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
85 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGEllipseElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
125 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
130 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGLineElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
124 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
129 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGRectElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
139 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
144 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGStopElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
93 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
SVGAnimateMotionElement.cpp 29 #include "core/rendering/svg/RenderSVGResource.h"
212 RenderSVGResource::markForLayoutAndParentResourceInvalidation(targetRenderer);
307 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
325 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGGraphicsElement.cpp 28 #include "core/rendering/svg/RenderSVGResource.h"
141 RenderSVGResource::markForLayoutAndParentResourceInvalidation(object);
SVGImageElement.cpp 31 #include "core/rendering/svg/RenderSVGResource.h"
162 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
169 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGFEImageElement.cpp 33 #include "core/rendering/svg/RenderSVGResource.h"
196 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
SVGFilterPrimitiveStandardAttributes.cpp 172 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
SVGForeignObjectElement.cpp 28 #include "core/rendering/svg/RenderSVGResource.h"
122 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);

Completed in 291 milliseconds

1 2