Home
last modified time | relevance | path

Searched refs:offsetForPositionForSimpleText (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h141 …int offsetForPositionForSimpleText(const TextRun&, float position, bool includePartialGlyphs) cons…
DFont.cpp228 return offsetForPositionForSimpleText(run, x, includePartialGlyphs); in offsetForPosition()
817 int Font::offsetForPositionForSimpleText(const TextRun& run, float x, bool includePartialGlyphs) co… in offsetForPositionForSimpleText() function in WebCore::Font