Home
last modified time | relevance | path

Searched refs:TextCheckingLineStyle (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h394 enum TextCheckingLineStyle { enum
399 void drawLineForTextChecking(const FloatPoint&, float width, TextCheckingLineStyle);
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp183 …Context::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp238 void GraphicsContext::drawLineForTextChecking(const IntPoint&, int width, TextCheckingLineStyle) in drawLineForTextChecking() argument
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp249 …icsContext::drawLineForTextChecking(const IntPoint& origin, int width, TextCheckingLineStyle style) in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContextMac.mm115 …Context::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style)
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp349 …ontext::drawLineForTextChecking(const FloatPoint& origin, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp611 …icsContext::drawLineForTextChecking(const FloatPoint& pt, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp654 … GraphicsContext::drawLineForTextChecking(const FloatPoint& pt, float width, TextCheckingLineStyle) in drawLineForTextChecking() argument
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp728 …ontext::drawLineForTextChecking(const FloatPoint& origin, float width, TextCheckingLineStyle style) in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp895 void GraphicsContext::drawLineForTextChecking(const FloatPoint&, float, TextCheckingLineStyle) in drawLineForTextChecking() argument
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp966 static GraphicsContext::TextCheckingLineStyle textCheckingLineStyleForMarkerType(DocumentMarker::Ma… in textCheckingLineStyleForMarkerType()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1035 void GraphicsContext::drawLineForTextChecking(const FloatPoint&, float width, TextCheckingLineStyle in drawLineForTextChecking()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0663886 … * platform/graphics/GraphicsContext.h: Added enum TextCheckingLineStyle to specify the underline