Searched defs:offsetForPosition (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFontImpl.cpp113 int WebFontImpl::offsetForPosition(const WebTextRun& run, float position) const function in class:WebKit::WebFontImpl
115 return m_font.offsetForPosition(run, position, true);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp219 int Font::offsetForPosition(const TextRun& run, float x, bool includePartialGlyphs) const function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp77 int UniscribeController::offsetForPosition(int x, bool includePartialGlyphs) function in class:WebCore::UniscribeController
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp50 int SVGInlineTextBox::offsetForPosition(float, bool) const function in class:WebCore::SVGInlineTextBox
78 return fragment.characterOffset - start() + textRenderer->scaledFont().offsetForPosition(textRun, position * scalingFactor, includePartialGlyphs);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp94 int ComplexTextController::offsetForPosition(float h, bool includePartialGlyphs) function in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp270 int offset = offsetForPosition(ellipsisX, false);
1227 int InlineTextBox::offsetForPosition(float lineOffset, bool includePartialGlyphs) const function in class:WebCore::InlineTextBox
1246 int offset = f->offsetForPosition(TextRun(textRenderer()->text()->characters() + m_start, m_len,

Completed in 1035 milliseconds