HomeSort by relevance Sort by last modified time
    Searched defs:offsetForPosition (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp 113 int WebFontImpl::offsetForPosition(const WebTextRun& run, float position) const
115 return m_font.offsetForPosition(run, position, true);
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 219 int Font::offsetForPosition(const TextRun& run, float x, bool includePartialGlyphs) const
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 77 int UniscribeController::offsetForPosition(int x, bool includePartialGlyphs)
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 94 int ComplexTextController::offsetForPosition(float h, bool includePartialGlyphs)
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 50 int SVGInlineTextBox::offsetForPosition(float, bool) const
78 return fragment.characterOffset - start() + textRenderer->scaledFont().offsetForPosition(textRun, position * scalingFactor, includePartialGlyphs);
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 271 int offset = offsetForPosition(ellipsisX, false);
    [all...]

Completed in 78 milliseconds