Home
last modified time | relevance | path

Searched defs:beforeWidth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DFontWin.cpp58 float beforeWidth = it.runWidthSoFar(); in selectionRectForComplexText() local
82 float beforeWidth = controller.runWidthSoFar(); in getGlyphsAndAdvancesForComplexText() local
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontComplexTextMac.cpp46 float beforeWidth = controller.runWidthSoFar(); in selectionRectForComplexText() local
65 float beforeWidth = controller.runWidthSoFar(); in getGlyphsAndAdvancesForComplexText() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontWx.cpp88 float beforeWidth = it.runWidthSoFar(); in selectionRectForComplexText() local
128 float beforeWidth = controller.runWidthSoFar(); in drawComplexText() local
/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp62 int beforeWidth; in doDrawTextAtPoint() local
/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp331 float beforeWidth = it.m_runWidthSoFar; in getGlyphsAndAdvancesForSimpleText() local
468 float beforeWidth = it.m_runWidthSoFar; in selectionRectForSimpleText() local
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp432 float beforeWidth = PANGO_PIXELS_FLOOR(x_pos); in selectionRectForComplexText() local