Home
last modified time | relevance | path

Searched refs:drawLineForText (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp76 context.drawLineForText(underlinePoint, underlinedWidth, false); in doDrawTextAtPoint()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp229 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp946 …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/
DGraphicsContextOpenVG.cpp233 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h393 void drawLineForText(const FloatPoint&, float width, bool printing);
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp339 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp688 void GraphicsContext::drawLineForText(const FloatPoint& pt, in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp638 void GraphicsContext::drawLineForText(const FloatPoint& pt, float width, bool) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp713 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1223 void GraphicsContext::drawLineForText(const FloatPoint& point, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp865 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1024 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) in drawLineForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/
DChangeLog-2006-05-101328 (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 …]
DChangeLog-2003-10-2512137 (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):
DChangeLog-2006-12-312701 (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):
DChangeLog7792 (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):
DChangeLog-2007-10-1421335 (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.
DChangeLog-2010-01-2944 (WebCore::GraphicsContext::drawLineForText):
387 (WebCore::GraphicsContext::drawLineForText):
34373 (WebCore::GraphicsContext::drawLineForText):
51738 (WebCore::GraphicsContext::drawLineForText):
70388 (WebCore::GraphicsContext::drawLineForText):
72873 (WebCore::GraphicsContext::drawLineForText):
DChangeLog-2009-06-1636031 Currently, the implementation of GraphicsContext::drawLineForText amongst
37527 (WebCore::GraphicsContext::drawLineForText):
53544 (WebCore::GraphicsContext::drawLineForText):
56807 (WebCore::GraphicsContext::drawLineForText):
DChangeLog-2010-12-0631866 …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):
DChangeLog-2005-08-2313434 (QPainter::drawLineForText): changed to nsColor()
26522 (QPainter::drawLineForText): Handle pen width.
DChangeLog-2008-08-1024031 (WebCore::GraphicsContext::drawLineForText):
79305 (WebCore::GraphicsContext::drawLineForText):