OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatWidthUsingSVGFont
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h
44
virtual float
floatWidthUsingSVGFont
(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE;
48
virtual float
floatWidthUsingSVGFont
(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE { return 0; }
SVGTextRunRenderingContext.cpp
73
float SVGTextRunRenderingContext::
floatWidthUsingSVGFont
(const Font& font, const TextRun& run, int& charsConsumed, Glyph& glyphId) const
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.h
218
virtual float
floatWidthUsingSVGFont
(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp
198
return renderingContext->
floatWidthUsingSVGFont
(*this, run, charsConsumed, glyphId);
[
all
...]
Completed in 288 milliseconds