Searched refs:floatWidthOfSubStringUsingSVGFont (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGFont.cpp | 382 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/ |
D | ChangeLog-2008-08-10 | 37406 (WebCore::floatWidthOfSubStringUsingSVGFont): 37858 (WebCore::floatWidthOfSubStringUsingSVGFont): Pass aforementioned info through the layers. 54958 (WebCore::floatWidthOfSubStringUsingSVGFont): 56182 (WebCore::floatWidthOfSubStringUsingSVGFont): 60677 (WebCore::floatWidthOfSubStringUsingSVGFont):
|
D | ChangeLog-2010-12-06 | 99221 floatWidthOfSubStringUsingSVGFont() calculated a wrong value for a 99223 This change made floatWidthOfSubStringUsingSVGFont() to deal with 99229 (WebCore::floatWidthOfSubStringUsingSVGFont):
|
D | ChangeLog-2009-06-16 | 38941 (WebCore::floatWidthOfSubStringUsingSVGFont):
|