Searched refs:calculateGlyphBoundaries (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | SVGInlineTextBox.cpp | 87 FloatRect SVGInlineTextBox::calculateGlyphBoundaries(RenderStyle* style, int offset, const SVGChar&… in calculateGlyphBoundaries() function in WebCore::SVGInlineTextBox 140 … FloatRect glyphRect = chunkCtm.mapRect(textBox->calculateGlyphBoundaries(style, newOffset, *it)); in chunkPortionCallback() 204 m_selectionRect.unite(textBox->calculateGlyphBoundaries(style, newOffset, *it)); in chunkPortionCallback() 243 FloatRect glyphRect = calculateGlyphBoundaries(style, offsetOfHitCharacter, charAtPos); in svgCharacterHitsPosition()
|
D | SVGInlineTextBox.h | 82 FloatRect calculateGlyphBoundaries(RenderStyle*, int offset, const SVGChar&) const;
|
D | SVGRootInlineBox.cpp | 1116 … stringRect.unite(textBox->calculateGlyphBoundaries(style, textBox->start() + i, *it)); in layoutInlineBoxes()
|
/external/webkit/WebCore/svg/ |
D | SVGTextContentElement.cpp | 221 m_queryRectResult = textBox->calculateGlyphBoundaries(style, newOffset, *it); in chunkPortionCallback()
|
/external/webkit/WebCore/ |
D | ChangeLog | 2293 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries):
|
D | ChangeLog-2007-10-14 | 284 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries): 336 … Also fix usage of cummulatedGlyphWidth/Height in SVGInlineTextBox, calculateGlyphBoundaries was 746 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries): 2129 …Introduce new helper function calculateGlyphBoundaries, which takes into account any per-character… 2134 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries):
|
D | ChangeLog-2008-08-10 | 26849 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries): 37395 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries): 37845 …(WebCore::SVGInlineTextBox::calculateGlyphBoundaries): Add boilerplate; may not handle multichar g… 73191 …Fix logic error: calculateGlyphBoundaries takes RTL text into account itself, no need to adjust of…
|