Home
last modified time | relevance | path

Searched refs:cTextStroke (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DFontAndroid.cpp71 if ((mode & (cTextFill | cTextStroke)) == (cTextFill | cTextStroke)) { in setupForText()
102 } else if (mode & cTextStroke) { in setupForText()
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerSolid.cpp85 context->setTextDrawingMode(cTextStroke); in setup()
DSVGPaintServerPattern.cpp162 context->setTextDrawingMode(isFilled ? cTextFill : cTextStroke); in setup()
DSVGPaintServerGradient.cpp207 context->setTextDrawingMode(isFilled ? cTextFill : cTextStroke); in setup()
/external/webkit/WebCore/platform/graphics/qt/
DFontQt.cpp102 if (ctx->textDrawingMode() & cTextStroke) { in drawComplexText()
176 if (ctx->textDrawingMode() & cTextStroke) { in drawComplexText()
/external/webkit/WebCore/platform/graphics/chromium/
DFontLinux.cpp93 if ((textMode & cTextStroke) in drawGlyphs()
410 bool stroke = (textMode & cTextStroke) in drawComplexText()
/external/webkit/WebCore/platform/graphics/cairo/
DFontCairo.cpp130 if (context->textDrawingMode() & cTextStroke) { in drawGlyphs()
/external/webkit/WebCore/platform/graphics/win/
DFontCGWin.cpp260 if (drawingMode & cTextStroke) { in drawGDIGlyphs()
301 if (!shouldUseFontSmoothing || (graphicsContext->textDrawingMode() & cTextStroke)) { in drawGlyphs()
/external/webkit/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp326 if ((textMode & WebCore::cTextStroke) in paintSkiaText()
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp251 if (context->textDrawingMode() & cTextStroke) { in drawComplexText()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h125 const int cTextStroke = 2; variable
/external/webkit/WebCore/rendering/
DInlineTextBox.cpp221 int newMode = mode | cTextStroke; in updateGraphicsContext()
231 if (mode & cTextStroke) { in updateGraphicsContext()
/external/webkit/WebCore/svg/
DSVGFont.cpp514 …SVGPaintTargetType targetType = context->textDrawingMode() == cTextStroke ? ApplyToStrokeTargetTyp… in drawTextUsingSVGFont()
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1540 maskImageContext->setTextDrawingMode(fill ? cTextFill : cTextStroke); in drawTextInternal()
1555 c->setTextDrawingMode(fill ? cTextFill : cTextStroke); in drawTextInternal()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1088 case cTextStroke: // Stroke in setPlatformTextDrawingMode()