Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp87 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()
DSVGInlineTextBox.h82 FloatRect calculateGlyphBoundaries(RenderStyle*, int offset, const SVGChar&) const;
DSVGRootInlineBox.cpp1116 … stringRect.unite(textBox->calculateGlyphBoundaries(style, textBox->start() + i, *it)); in layoutInlineBoxes()
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp221 m_queryRectResult = textBox->calculateGlyphBoundaries(style, newOffset, *it); in chunkPortionCallback()
/external/webkit/WebCore/
DChangeLog2293 (WebCore::SVGInlineTextBox::calculateGlyphBoundaries):
DChangeLog-2007-10-14284 (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):
DChangeLog-2008-08-1026849 (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…