TextModeFill 2263 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->setTextDrawingMode(fill ? TextModeFill : TextModeStroke); TextModeFill 356 Source/core/rendering/InlineTextBox.cpp if (mode & TextModeFill && fillColor != context->fillColor()) TextModeFill 121 Source/core/rendering/svg/RenderSVGResourceGradient.cpp context->setTextDrawingMode(resourceMode & ApplyToFillMode ? TextModeFill : TextModeStroke); TextModeFill 174 Source/core/rendering/svg/RenderSVGResourcePattern.cpp context->setTextDrawingMode(TextModeFill); TextModeFill 67 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp context->setTextDrawingMode(TextModeFill); TextModeFill 67 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp if (textMode & TextModeFill) { TextModeFill 87 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp if (textMode & TextModeFill) { TextModeFill 178 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp bool fill = textMode & TextModeFill; TextModeFill 144 Source/platform/fonts/mac/FontMac.cpp if (textMode & TextModeFill) { TextModeFill 164 Source/platform/fonts/mac/FontMac.cpp if (textMode & TextModeFill) { TextModeFill 13 Source/platform/graphics/GraphicsContextState.cpp , m_textDrawingMode(TextModeFill)