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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 72 return static_cast<SVGTextRunRenderingContext*>(renderingContext)->activePaintingResource();
95 RenderSVGResource* activePaintingResource = activePaintingResourceFromRun(run);
101 if (!activePaintingResource) {
105 activePaintingResource = solidPaintingResource;
116 ASSERT(activePaintingResource);
157 if (activePaintingResource->applyResource(parentRenderObject, parentRenderObjectStyle, context, resourceMode)) {
161 activePaintingResource->postApplyResource(parentRenderObject, context, resourceMode, &glyphPath, 0);
SVGTextRunRenderingContext.h 42 RenderSVGResource* activePaintingResource() const { return m_activePaintingResource; }

Completed in 78 milliseconds