HomeSort by relevance Sort by last modified time
    Searched refs:offsetForPositionForSimpleText (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 262 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
276 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
  /external/webkit/WebCore/platform/graphics/
Font.cpp 250 return offsetForPositionForSimpleText(run, x, includePartialGlyphs);
Font.h 155 int offsetForPositionForSimpleText(const TextRun&, int position, bool includePartialGlyphs) const;
FontFastPath.cpp 342 int Font::offsetForPositionForSimpleText(const TextRun& run, int x, bool includePartialGlyphs) const

Completed in 760 milliseconds