Searched defs:charsConsumed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp73 float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, Glyph& glyphId) const argument
77 charsConsumed += it.advance(run.length(), &glyphBuffer);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp194 float Font::width(const TextRun& run, int& charsConsumed, Glyph& glyphId) const argument
198 return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphId);
201 charsConsumed = run.length();

Completed in 970 milliseconds