Searched refs:TextCheckingLineStyle (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 394 enum TextCheckingLineStyle { enum 399 void drawLineForTextChecking(const FloatPoint&, float width, TextCheckingLineStyle);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsContextCGWin.cpp | 183 …Context::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 238 void GraphicsContext::drawLineForTextChecking(const IntPoint&, int width, TextCheckingLineStyle) in drawLineForTextChecking() argument
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 249 …icsContext::drawLineForTextChecking(const IntPoint& origin, int width, TextCheckingLineStyle style) in drawLineForTextChecking()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContextMac.mm | 115 …Context::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style)
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 349 …ontext::drawLineForTextChecking(const FloatPoint& origin, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 611 …icsContext::drawLineForTextChecking(const FloatPoint& pt, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 654 … GraphicsContext::drawLineForTextChecking(const FloatPoint& pt, float width, TextCheckingLineStyle) in drawLineForTextChecking() argument
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 728 …ontext::drawLineForTextChecking(const FloatPoint& origin, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 895 void GraphicsContext::drawLineForTextChecking(const FloatPoint&, float, TextCheckingLineStyle) in drawLineForTextChecking() argument
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 966 static GraphicsContext::TextCheckingLineStyle textCheckingLineStyleForMarkerType(DocumentMarker::Ma… in textCheckingLineStyleForMarkerType()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1035 void GraphicsContext::drawLineForTextChecking(const FloatPoint&, float width, TextCheckingLineStyle… in drawLineForTextChecking()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 63886 … * platform/graphics/GraphicsContext.h: Added enum TextCheckingLineStyle to specify the underline
|