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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 32 class SVGTextRunRenderingContext : public TextRun::RenderingContext {
34 static PassRefPtr<SVGTextRunRenderingContext> create(RenderObject* renderer)
36 return adoptRef(new SVGTextRunRenderingContext(renderer));
51 SVGTextRunRenderingContext(RenderObject* renderer)
59 virtual ~SVGTextRunRenderingContext() { }
SVGTextRunRenderingContext.cpp 24 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
65 return static_cast<SVGTextRunRenderingContext*>(renderingContext)->renderer();
72 return static_cast<SVGTextRunRenderingContext*>(renderingContext)->activePaintingResource();
76 float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, String& glyphName) const
85 void SVGTextRunRenderingContext::drawSVGGlyphs(GraphicsContext* context, const TextRun& run, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const
172 GlyphData SVGTextRunRenderingContext::glyphDataForCharacter(const Font& font, const TextRun& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
197 RenderObject* renderObject = static_cast<SVGTextRunRenderingContext*>(renderingContext)->renderer();
SVGTextMetrics.cpp 25 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
85 run.setRenderingContext(SVGTextRunRenderingContext::create(text));
SVGInlineTextBox.cpp 38 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
408 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(m_paintingResource);
421 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(0);
455 run.setRenderingContext(SVGTextRunRenderingContext::create(text));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h 198 friend class SVGTextRunRenderingContext;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 31 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
162 renderObject = static_cast<SVGTextRunRenderingContext*>(renderingContext)->renderer();
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp \
webcore_svg.target.darwin-mips.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp \
webcore_svg.target.darwin-x86.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp \
webcore_svg.target.linux-arm.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp \
webcore_svg.target.linux-mips.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp \
webcore_svg.target.linux-x86.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 48 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
    [all...]
RenderBlock.cpp 64 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
    [all...]

Completed in 1052 milliseconds