Home
last modified time | relevance | path

Searched refs:cMisspellingLineThickness (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp193 ASSERT(cMisspellingLineThickness == patternHeight); in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContextMac.mm121 int patternHeight = cMisspellingLineThickness;
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp750 pango_cairo_show_error_underline(cr, origin.x(), origin.y(), width, cMisspellingLineThickness); in drawLineForTextChecking()
752 drawErrorUnderline(cr, origin.x(), origin.y(), width, cMisspellingLineThickness); in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h122 const int cMisspellingLineThickness = 3; variable
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp1035 int lineThickness = cMisspellingLineThickness; in paintSpellingOrGrammarMarker()