Searched refs:TextModeStroke (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceSolidColor.cpp76 context->setTextDrawingMode(TextModeStroke);
H A DRenderSVGResourceGradient.cpp116 context->setTextDrawingMode(resourceMode & ApplyToFillMode ? TextModeFill : TextModeStroke);
H A DRenderSVGResourcePattern.cpp168 context->setTextDrawingMode(TextModeStroke);
H A DSVGTextRunRenderingContext.cpp108 unsigned short resourceMode = context->textDrawingMode() == TextModeStroke ? ApplyToStrokeMode : ApplyToFillMode;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.h101 TextModeStroke = 1 << 1, enumerator in enum:blink::TextDrawingMode
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp98 if ((textMode & TextModeStroke) && gc->hasStroke()) {
115 if ((textMode & TextModeStroke) && gc->hasStroke()) {
214 if ((textMode & TextModeStroke) && gc->hasStroke()) {
229 bool stroke = (textMode & TextModeStroke) && gc->hasStroke();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.cpp76 TextDrawingModeFlags newMode = mode | TextModeStroke;
88 if (mode & TextModeStroke) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontMac.cpp149 if ((textMode & TextModeStroke)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2209 c->setTextDrawingMode(fill ? TextModeFill : TextModeStroke);

Completed in 118 milliseconds