Searched refs:TextCheckingLineStyle (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextSkia.h | 90 GraphicsContext::TextCheckingLineStyle);
|
D | PlatformGraphicsContextRecording.h | 106 GraphicsContext::TextCheckingLineStyle);
|
D | PlatformGraphicsContext.h | 120 GraphicsContext::TextCheckingLineStyle) = 0;
|
D | GraphicsOperation.h | 623 GraphicsContext::TextCheckingLineStyle lineStyle) in DrawLineForTextChecking() 632 GraphicsContext::TextCheckingLineStyle m_lineStyle;
|
D | PlatformGraphicsContextRecording.cpp | 319 float width, GraphicsContext::TextCheckingLineStyle lineStyle) in drawLineForTextChecking()
|
D | GraphicsContextAndroid.cpp | 182 TextCheckingLineStyle style) in drawLineForTextChecking()
|
D | PlatformGraphicsContextSkia.cpp | 442 float width, GraphicsContext::TextCheckingLineStyle) in drawLineForTextChecking() argument
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 392 enum TextCheckingLineStyle { enum 397 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/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 | 967 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
|