Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGFont.cpp340 int charsConsumed; member
382 …nt, const TextRun& run, int extraCharsAvailable, int from, int to, int& charsConsumed, String& gly… in floatWidthOfSubStringUsingSVGFont()
433 int charsConsumed; in floatWidthUsingSVGFont() local
438 float Font::floatWidthUsingSVGFont(const TextRun& run, int extraCharsAvailable, int& charsConsumed,… in floatWidthUsingSVGFont()
446 int charsConsumed; member
494 int charsConsumed; in drawTextUsingSVGFont() local
588 int charsConsumed; in selectionRectForTextUsingSVGFont() local
/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp186 float Font::width(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphNam… in width()