/external/webkit/Source/WebKit/chromium/src/ |
D | WebFontImpl.cpp | 113 int WebFontImpl::offsetForPosition(const WebTextRun& run, float position) const in offsetForPosition() function in WebKit::WebFontImpl 115 return m_font.offsetForPosition(run, position, true); in offsetForPosition()
|
D | WebFontImpl.h | 56 virtual int offsetForPosition(const WebTextRun&, float position) const;
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFont.h | 80 virtual int offsetForPosition(const WebTextRun&, float position) const = 0;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | UniscribeController.h | 44 int offsetForPosition(int x, bool includePartialGlyphs);
|
D | FontWin.cpp | 145 return controller.offsetForPosition(x, includePartialGlyphs); in offsetForPositionForComplexText()
|
D | UniscribeController.cpp | 77 int UniscribeController::offsetForPosition(int x, bool includePartialGlyphs) in offsetForPosition() function in WebCore::UniscribeController
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.h | 45 virtual int offsetForPosition(float x, bool includePartialGlyphs = true) const;
|
D | SVGInlineTextBox.cpp | 50 int SVGInlineTextBox::offsetForPosition(float, bool) const in offsetForPosition() function in WebCore::SVGInlineTextBox 78 …return fragment.characterOffset - start() + textRenderer->scaledFont().offsetForPosition(textRun, … in offsetForPositionInFragment()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontComplexTextMac.cpp | 125 return controller.offsetForPosition(x, includePartialGlyphs); in offsetForPositionForComplexText()
|
D | ComplexTextController.h | 56 int offsetForPosition(float x, bool includePartialGlyphs);
|
D | ComplexTextController.cpp | 94 int ComplexTextController::offsetForPosition(float h, bool includePartialGlyphs) in offsetForPosition() function in WebCore::ComplexTextController
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontWx.cpp | 188 return controller.offsetForPosition(x, includePartialGlyphs); in offsetForPositionForComplexText()
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.h | 141 virtual int offsetForPosition(float x, bool includePartialGlyphs = true) const;
|
D | RenderText.cpp | 487 offset = firstTextBox()->offsetForPosition(pointLineDirection); in positionForPoint() 493 offset = lastTextBox()->offsetForPosition(pointLineDirection); in positionForPoint() 505 offset = box->offsetForPosition(pointLineDirection); in positionForPoint()
|
D | InlineTextBox.cpp | 271 int offset = offsetForPosition(ellipsisX, false); in placeEllipsisBox() 1232 int InlineTextBox::offsetForPosition(float lineOffset, bool includePartialGlyphs) const in offsetForPosition() function in WebCore::InlineTextBox 1251 int offset = f->offsetForPosition(TextRun(textRenderer()->text()->characters() + m_start, m_len, in offsetForPosition()
|
D | RenderBlockLineLayout.cpp | 1662 …unsigned prefixLength = font.offsetForPosition(TextRun(text->characters() + lastSpace, pos - lastS… in tryHyphenating()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.h | 103 int offsetForPosition(const TextRun&, float position, bool includePartialGlyphs) const;
|
D | Font.cpp | 219 int Font::offsetForPosition(const TextRun& run, float x, bool includePartialGlyphs) const in offsetForPosition() function in WebCore::Font
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 3562 (WebCore::SVGInlineTextBox::offsetForPosition): 15154 …spaces where not correctly taken into account for both offsetForPosition and selectionRectForText.… 15161 (WebCore::Font::offsetForPosition): 15171 (WebCore::Font::offsetForPosition): 15179 make offsetForPosition and selectionRectForText work correctly with small caps. 15182 (WebCore::Font::offsetForPosition): 15199 Fix offsetForPosition and selectionRectForText methods. 15202 (WebCore::Font::offsetForPosition): 24369 (WebCore::UniscribeController::offsetForPosition): 24506 (WebCore::UniscribeController::offsetForPosition): [all …]
|
D | ChangeLog-2006-05-10 | 446 (WebCore::InlineTextBox::offsetForPosition): 5067 (WebCore::InlineTextBox::offsetForPosition): 7205 we now use offsetForPosition instead of just using m_start and m_len, because 7206 offsetForPosition will take rtl text into account. I also made some formatting 9838 (WebCore::InlineTextBox::offsetForPosition): 17249 (WebCore::InlineTextBox::offsetForPosition): 19046 (khtml::InlineTextBox::offsetForPosition):
|
D | ChangeLog-2011-02-16 | 15981 (WebCore::InlineTextBox::offsetForPosition): Ditto. 16634 Test: fast/text/offsetForPosition-complex-fallback.html 16637 (WebCore::ComplexTextController::offsetForPosition): 33126 (WebCore::InlineTextBox::offsetForPosition): 45581 …The bug was caused by Font::offsetForPosition's not taking into account the containing block's tex… 45596 Fixed the bug by taking care of the case 2 in InlineTextBox::offsetForPosition. 45606 (WebCore::InlineTextBox::offsetForPosition):
|
D | ChangeLog-2006-12-31 | 54583 (WebCore::Font::offsetForPosition): 54664 (WebCore::Font::offsetForPosition): 54788 (WebCore::Font::offsetForPosition): 55532 (WebCore::Font::offsetForPosition): 55539 (WebCore::InlineTextBox::offsetForPosition): 55643 (WebCore::InlineTextBox::offsetForPosition): 55855 (WebCore::InlineTextBox::offsetForPosition):
|
D | ChangeLog-2008-08-10 | 26797 (WebCore::InlineTextBox::offsetForPosition): 54955 (WebCore::Font::offsetForPosition): 56012 (WebCore::Font::offsetForPosition): 69582 (WebCore::Font::offsetForPosition): 69626 (WebCore::Font::offsetForPosition): 69646 (WebCore::UniscribeController::offsetForPosition): 69663 (WebCore::InlineTextBox::offsetForPosition): 70552 (WebCore::Font::offsetForPosition): 70598 (WebCore::Font::offsetForPosition): 70679 (WebCore::InlineTextBox::offsetForPosition):
|
D | ChangeLog-2005-08-23 | 7255 (InlineTextBox::offsetForPosition): 13832 (InlineTextBox::offsetForPosition): 14346 (InlineTextBox::offsetForPosition): 19876 * khtml/rendering/render_text.h: Added positionForOffset and made offsetForPosition const. 19878 (InlineTextBox::offsetForPosition): Made const. 41237 (InlineTextBox::offsetForPosition): 46637 (InlineTextBox::offsetForPosition): Remove left/right "bounds" check here. 46848 (InlineTextBox::offsetForPosition): New helper, replaces checkSelectionPoint()
|
D | ChangeLog-2009-06-16 | 24095 Test: fast/text/international/thai-offsetForPosition-inside-character.html 24098 (WebCore::CoreTextController::offsetForPosition): Changed to use 24110 Test: fast/text/offsetForPosition-cluster-at-zero.html 24113 (WebCore::CoreTextController::offsetForPosition): Corrected the bound 39425 (WebCore::InlineTextBox::offsetForPosition): 48762 (WebCore::InlineTextBox::offsetForPosition): Ditto. 62919 (WebCore::Font::offsetForPosition): 92421 (WebCore::CoreTextController::offsetForPosition):
|