Searched refs:cTextStroke (Results 1 – 15 of 15) sorted by relevance
71 if ((mode & (cTextFill | cTextStroke)) == (cTextFill | cTextStroke)) { in setupForText()102 } else if (mode & cTextStroke) { in setupForText()
85 context->setTextDrawingMode(cTextStroke); in setup()
162 context->setTextDrawingMode(isFilled ? cTextFill : cTextStroke); in setup()
207 context->setTextDrawingMode(isFilled ? cTextFill : cTextStroke); in setup()
102 if (ctx->textDrawingMode() & cTextStroke) { in drawComplexText()176 if (ctx->textDrawingMode() & cTextStroke) { in drawComplexText()
93 if ((textMode & cTextStroke) in drawGlyphs()410 bool stroke = (textMode & cTextStroke) in drawComplexText()
130 if (context->textDrawingMode() & cTextStroke) { in drawGlyphs()
260 if (drawingMode & cTextStroke) { in drawGDIGlyphs()301 if (!shouldUseFontSmoothing || (graphicsContext->textDrawingMode() & cTextStroke)) { in drawGlyphs()
326 if ((textMode & WebCore::cTextStroke) in paintSkiaText()
251 if (context->textDrawingMode() & cTextStroke) { in drawComplexText()
125 const int cTextStroke = 2; variable
221 int newMode = mode | cTextStroke; in updateGraphicsContext()231 if (mode & cTextStroke) { in updateGraphicsContext()
514 …SVGPaintTargetType targetType = context->textDrawingMode() == cTextStroke ? ApplyToStrokeTargetTyp… in drawTextUsingSVGFont()
1540 maskImageContext->setTextDrawingMode(fill ? cTextFill : cTextStroke); in drawTextInternal()1555 c->setTextDrawingMode(fill ? cTextFill : cTextStroke); in drawTextInternal()
1088 case cTextStroke: // Stroke in setPlatformTextDrawingMode()