Home
last modified time | relevance | path

Searched refs:extraCharsAvailable (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/svg/
DSVGFont.cpp251 int endOfScanRange = to + m_walkerData.extraCharsAvailable; in walk()
334 int extraCharsAvailable; member
377 …hOfSubStringUsingSVGFont(const Font* font, const TextRun& run, int extraCharsAvailable, int from, … in floatWidthOfSubStringUsingSVGFont() argument
398 data.extraCharsAvailable = extraCharsAvailable; in floatWidthOfSubStringUsingSVGFont()
431 float Font::floatWidthUsingSVGFont(const TextRun& run, int extraCharsAvailable, int& charsConsumed,… in floatWidthUsingSVGFont() argument
433 …return floatWidthOfSubStringUsingSVGFont(this, run, extraCharsAvailable, 0, run.length(), charsCon… in floatWidthUsingSVGFont()
438 int extraCharsAvailable; member
508 data.extraCharsAvailable = 0; in drawTextUsingSVGFont()
/external/webkit/WebCore/rendering/
DSVGInlineTextBox.h65 …float calculateGlyphWidth(RenderStyle* style, int offset, int extraCharsAvailable, int& charsConsu…
66 float calculateGlyphHeight(RenderStyle*, int offset, int extraCharsAvailable) const;
DSVGInlineTextBox.cpp76 float SVGInlineTextBox::calculateGlyphWidth(RenderStyle* style, int offset, int extraCharsAvailable in calculateGlyphWidth() argument
79 …textRenderer()->text()->characters() + offset, 1, style, this, 0), extraCharsAvailable, charsConsu… in calculateGlyphWidth()
DSVGRootInlineBox.cpp1121 int extraCharsAvailable = length - i - 1; in buildLayoutInformationForTextBox() local
1126 …Width = svgTextBox->calculateGlyphWidth(style, textBox->end() - i, extraCharsAvailable, charsConsu… in buildLayoutInformationForTextBox()
1127 … glyphHeight = svgTextBox->calculateGlyphHeight(style, textBox->end() - i, extraCharsAvailable); in buildLayoutInformationForTextBox()
1130 …dth = svgTextBox->calculateGlyphWidth(style, textBox->start() + i, extraCharsAvailable, charsConsu… in buildLayoutInformationForTextBox()
1131 … glyphHeight = svgTextBox->calculateGlyphHeight(style, textBox->start() + i, extraCharsAvailable); in buildLayoutInformationForTextBox()
/external/webkit/WebCore/platform/graphics/
DFont.cpp205 float Font::floatWidth(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& gly… in floatWidth() argument
208 UNUSED_PARAM(extraCharsAvailable); in floatWidth()
211 return floatWidthUsingSVGFont(run, extraCharsAvailable, charsConsumed, glyphName); in floatWidth()
DFont.h83 …float floatWidth(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphNam…
135 …float floatWidthUsingSVGFont(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& …
/external/webkit/WebCore/
DChangeLog-2009-06-1687311 not include the first character in the extraCharsAvailable count.