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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 30 class RenderSVGResource;
42 RenderSVGResource* activePaintingResource() const { return m_activePaintingResource; }
43 void setActivePaintingResource(RenderSVGResource* object) { m_activePaintingResource = object; }
64 RenderSVGResource* m_activePaintingResource;
RenderSVGResource.h 55 class RenderSVGResource {
57 RenderSVGResource() { }
58 virtual ~RenderSVGResource() { }
78 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
79 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
86 DEFINE_TYPE_CASTS(thisType, RenderSVGResource, resource, resource->resourceType() == typeName, resource.resourceType() == typeName)
RenderSVGResourceSolidColor.h 23 #include "core/rendering/svg/RenderSVGResource.h"
29 class RenderSVGResourceSolidColor : public RenderSVGResource {
RenderSVGResource.cpp 25 #include "core/rendering/svg/RenderSVGResource.h"
49 static inline RenderSVGResource* requestPaintingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, Color& fallbackColor)
67 RenderSVGResourceSolidColor* colorResource = RenderSVGResource::sharedSolidPaintingResource();
110 RenderSVGResourceSolidColor* colorResource = RenderSVGResource::sharedSolidPaintingResource();
130 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
145 RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
150 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
155 RenderSVGResourceSolidColor* RenderSVGResource::sharedSolidPaintingResource(
    [all...]
SVGInlineTextBox.h 30 class RenderSVGResource;
85 RenderSVGResource* m_paintingResource;
RenderSVGShape.cpp 123 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), fallbackColor))
135 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))
217 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, fallbackColor)) {
221 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
232 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, fallbackColor)) {
236 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
RenderSVGResourceContainer.h 24 #include "core/rendering/svg/RenderSVGResource.h"
31 public RenderSVGResource {
SVGResourcesCache.cpp 143 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
150 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
162 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 43 class RenderSVGResource;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterPrimitiveStandardAttributes.h 24 #include "core/rendering/svg/RenderSVGResource.h"
57 RenderSVGResource::markForLayoutAndParentResourceInvalidation(primitiveRenderer);
SVGCircleElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
114 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
119 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGLineElement.cpp 25 #include "core/rendering/svg/RenderSVGResource.h"
120 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
125 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGGElement.cpp 27 #include "core/rendering/svg/RenderSVGResource.h"
81 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGEllipseElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
121 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
126 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGPolyElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
124 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
129 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGRectElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
135 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
140 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGStopElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
91 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
SVGAnimateMotionElement.cpp 28 #include "core/rendering/svg/RenderSVGResource.h"
217 RenderSVGResource::markForLayoutAndParentResourceInvalidation(targetRenderer);
312 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
330 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGImageElement.cpp 30 #include "core/rendering/svg/RenderSVGResource.h"
170 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
176 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGFEImageElement.cpp 30 #include "core/rendering/svg/RenderSVGResource.h"
201 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGFilterPrimitiveStandardAttributes.cpp 172 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, false);
SVGForeignObjectElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
119 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGSVGElement.cpp 44 #include "core/rendering/svg/RenderSVGResource.h"
301 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
698 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
712 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
729 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
SVGTextPathElement.cpp 26 #include "core/rendering/svg/RenderSVGResource.h"
124 RenderSVGResource::markForLayoutAndParentResourceInvalidation(object);

Completed in 217 milliseconds

1 2