Home
last modified time | relevance | path

Searched defs:afterWidth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DFontWin.cpp51 float afterWidth = it.runWidthSoFar(); in selectionRectForComplexText() local
79 float afterWidth = controller.runWidthSoFar(); in drawComplexText() local
/external/webkit/WebCore/platform/graphics/mac/
DFontComplexTextMac.cpp45 float afterWidth = controller.runWidthSoFar(); in selectionRectForComplexText() local
72 float afterWidth = controller.runWidthSoFar(); in drawComplexText() local
/external/webkit/WebCore/platform/graphics/wx/
DFontWx.cpp75 float afterWidth = it.runWidthSoFar(); in selectionRectForComplexText() local
107 float afterWidth = controller.runWidthSoFar(); in drawComplexText() local
/external/webkit/WebCore/platform/graphics/
DFontFastPath.cpp270 float afterWidth = it.m_runWidthSoFar; in drawSimpleText() local
330 float afterWidth = it.m_runWidthSoFar; in selectionRectForSimpleText() local
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp361 float afterWidth = PANGO_PIXELS(x_pos); in selectionRectForComplexText() local