Home
last modified time | relevance | path

Searched refs:floatWidthOfSubStringUsingSVGFont (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFont.cpp382 static float floatWidthOfSubStringUsingSVGFont(const Font* font, const TextRun& run, int extraChars… in floatWidthOfSubStringUsingSVGFont() function
435 … return floatWidthOfSubStringUsingSVGFont(this, run, 0, 0, run.length(), charsConsumed, glyphName); in floatWidthUsingSVGFont()
440 …return floatWidthOfSubStringUsingSVGFont(this, run, extraCharsAvailable, 0, run.length(), charsCon… in floatWidthUsingSVGFont()
497 …float xStartOffset = floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, run.rtl()… in drawTextUsingSVGFont()
591 …return FloatRect(point.x() + floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, r… in selectionRectForTextUsingSVGFont()
592 …point.y(), floatWidthOfSubStringUsingSVGFont(this, run, 0, from, to, charsConsumed, glyphName), he… in selectionRectForTextUsingSVGFont()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1037406 (WebCore::floatWidthOfSubStringUsingSVGFont):
37858 (WebCore::floatWidthOfSubStringUsingSVGFont): Pass aforementioned info through the layers.
54958 (WebCore::floatWidthOfSubStringUsingSVGFont):
56182 (WebCore::floatWidthOfSubStringUsingSVGFont):
60677 (WebCore::floatWidthOfSubStringUsingSVGFont):
DChangeLog-2010-12-0699221 floatWidthOfSubStringUsingSVGFont() calculated a wrong value for a
99223 This change made floatWidthOfSubStringUsingSVGFont() to deal with
99229 (WebCore::floatWidthOfSubStringUsingSVGFont):
DChangeLog-2009-06-1638941 (WebCore::floatWidthOfSubStringUsingSVGFont):