/external/webkit/Source/WebCore/platform/win/ |
D | WebCoreTextRenderer.cpp | 76 context.drawLineForText(underlinePoint, underlinedWidth, false); in doDrawTextAtPoint()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 229 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 946 …context->drawLineForText(FloatPoint(localOrigin.x(), localOrigin.y() + baseline + 1), width, isPri… in paintDecoration() 951 context->drawLineForText(localOrigin, width, isPrinting); in paintDecoration() 956 …context->drawLineForText(FloatPoint(localOrigin.x(), localOrigin.y() + 2 * baseline / 3), width, i… in paintDecoration() 1200 …ctx->drawLineForText(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + logicalHeight() - lineThick… in paintCompositionUnderline()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 233 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 393 void drawLineForText(const FloatPoint&, float width, bool printing);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 339 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 688 void GraphicsContext::drawLineForText(const FloatPoint& pt, in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 638 void GraphicsContext::drawLineForText(const FloatPoint& pt, float width, bool) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 713 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 1223 void GraphicsContext::drawLineForText(const FloatPoint& point, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 865 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1024 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 1328 (WebCore::Font::drawLineForText): 2201 (WebCore::Font::drawLineForText): 4071 (WebCore::GraphicsContext::drawLineForText): Ditto. 4087 (WebCore::Font::drawLineForText): Ditto. 8175 (WebCore::Font::drawLineForText): 11955 (WebCore::Font::drawLineForText): 13132 (WebCore::Font::drawLineForText): 14205 (WebCore::Font::drawLineForText): 14659 (WebCore::GraphicsContext::drawLineForText): 14669 (WebCore::Font::drawLineForText): [all …]
|
D | ChangeLog-2003-10-25 | 12137 (QPainter::drawLineForText): 13889 (Font::drawLineForText): take a "from" and "to" so only selected portions of text draw lines 13908 … (QPainter::drawLineForText): take a "from" and "to" so only selected portions of text draw lines 17519 (Font::drawLineForText): 17528 (QPainter::drawLineForText):
|
D | ChangeLog-2006-12-31 | 2701 (WebCore::GraphicsContext::drawLineForText): 37120 (WebCore::GraphicsContext::drawLineForText): 50308 (WebCore::GraphicsContext::drawLineForText): 55584 Remove drawLineForText from the Font API. Implement it natively in 55594 (WebCore::GraphicsContext::drawLineForText): 55596 (WebCore::GraphicsContext::drawLineForText): 55600 (WebCore::Font::drawLineForText):
|
D | ChangeLog | 7792 (WebCore::GraphicsContext::drawLineForText): Use drawLineOnCairoContext. 27162 … (WebCore::GraphicsContext::drawLineForText): Use RoundOriginAndDimensions, thus ensuring that 64064 (WebCore::GraphicsContext::drawLineForText): 64965 (WebCore::GraphicsContext::drawLineForText): 65054 (WebCore::GraphicsContext::drawLineForText): 65057 (WebCore::GraphicsContext::drawLineForText): 65068 (WebCore::GraphicsContext::drawLineForText): 65074 (WebCore::GraphicsContext::drawLineForText):
|
D | ChangeLog-2007-10-14 | 21335 (WebCore::GraphicsContext::drawLineForText): Added an early return if the line width 44978 (WebCore::GraphicsContext::drawLineForText): 56362 (WebCore::GraphicsContext::drawLineForText): Removed bogus y offset and +1. 56364 (WebCore::GraphicsContext::drawLineForText): Ditto. 56366 (WebCore::GraphicsContext::drawLineForText): Ditto. 56370 inside drawLineForText to the underline-drawing code. Changed the other callers 56371 of drawLineForText to include the y offset in the y coordinate.
|
D | ChangeLog-2010-01-29 | 44 (WebCore::GraphicsContext::drawLineForText): 387 (WebCore::GraphicsContext::drawLineForText): 34373 (WebCore::GraphicsContext::drawLineForText): 51738 (WebCore::GraphicsContext::drawLineForText): 70388 (WebCore::GraphicsContext::drawLineForText): 72873 (WebCore::GraphicsContext::drawLineForText):
|
D | ChangeLog-2009-06-16 | 36031 Currently, the implementation of GraphicsContext::drawLineForText amongst 37527 (WebCore::GraphicsContext::drawLineForText): 53544 (WebCore::GraphicsContext::drawLineForText): 56807 (WebCore::GraphicsContext::drawLineForText):
|
D | ChangeLog-2010-12-06 | 31866 …The solution decreases Y cordinates of points inside drawLineForText(...) method only if Qt graphi… 31875 (WebCore::GraphicsContext::drawLineForText): 91674 (WebCore::GraphicsContext::drawLineForText): Remove old workaround. 92488 (WebCore::GraphicsContext::drawLineForText):
|
D | ChangeLog-2005-08-23 | 13434 (QPainter::drawLineForText): changed to nsColor() 26522 (QPainter::drawLineForText): Handle pen width.
|
D | ChangeLog-2008-08-10 | 24031 (WebCore::GraphicsContext::drawLineForText): 79305 (WebCore::GraphicsContext::drawLineForText):
|