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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 47 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, String& glyphName) const;
SVGTextRunRenderingContext.cpp 76 float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, String& glyphName) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRun.h 221 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, String& glyphName) const = 0;
Font.cpp 246 return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphName);

Completed in 598 milliseconds