Searched refs:beforeWidth (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontWx.cpp | 88 float beforeWidth = it.runWidthSoFar(); in selectionRectForComplexText() local 97 ….x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(total… in selectionRectForComplexText() 100 ….x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(total… in selectionRectForComplexText() 104 …return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWid… in selectionRectForComplexText() 128 float beforeWidth = controller.runWidthSoFar(); in drawComplexText() local 147 startX += beforeWidth; in drawComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontWin.cpp | 58 float beforeWidth = it.runWidthSoFar(); in selectionRectForComplexText() local 66 ….x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(total… in selectionRectForComplexText() 69 …return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWid… in selectionRectForComplexText() 82 float beforeWidth = controller.runWidthSoFar(); in getGlyphsAndAdvancesForComplexText() local 94 return beforeWidth; in getGlyphsAndAdvancesForComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontComplexTextMac.cpp | 46 float beforeWidth = controller.runWidthSoFar(); in selectionRectForComplexText() local 53 ….x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(total… in selectionRectForComplexText() 56 …return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWid… in selectionRectForComplexText() 65 float beforeWidth = controller.runWidthSoFar(); in getGlyphsAndAdvancesForComplexText() local 78 initialAdvance = beforeWidth; in getGlyphsAndAdvancesForComplexText()
|
/external/webkit/Source/WebCore/platform/win/ |
D | WebCoreTextRenderer.cpp | 62 int beforeWidth; in doDrawTextAtPoint() local 65 beforeWidth = font.width(beforeRun); in doDrawTextAtPoint() 67 beforeWidth = 0; in doDrawTextAtPoint() 73 underlinePoint.move(beforeWidth, 1); in doDrawTextAtPoint()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontFastPath.cpp | 331 float beforeWidth = it.m_runWidthSoFar; in getGlyphsAndAdvancesForSimpleText() local 343 initialAdvance = beforeWidth; in getGlyphsAndAdvancesForSimpleText() 468 float beforeWidth = it.m_runWidthSoFar; in selectionRectForSimpleText() local 476 ….x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(total… in selectionRectForSimpleText() 479 …return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWid… in selectionRectForSimpleText()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 432 float beforeWidth = PANGO_PIXELS_FLOOR(x_pos); in selectionRectForComplexText() local 442 return FloatRect(point.x() + beforeWidth, point.y(), afterWidth - beforeWidth, h); in selectionRectForComplexText()
|