Home
last modified time | relevance | path

Searched refs:TextModeFill (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp66 if (textMode & TextModeFill) { in paintGlyphs()
86 if (textMode & TextModeFill) { in paintGlyphs()
171 bool fill = textMode & TextModeFill; in drawComplexText()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontMac.cpp151 if (textMode & TextModeFill) { in drawGlyphs()
171 if (textMode & TextModeFill) { in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp67 context->setTextDrawingMode(TextModeFill); in applyResource()
DRenderSVGResourceGradient.cpp121 context->setTextDrawingMode(resourceMode & ApplyToFillMode ? TextModeFill : TextModeStroke); in applyResource()
DRenderSVGResourcePattern.cpp173 context->setTextDrawingMode(TextModeFill); in applyResource()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsTypes.h95 TextModeFill = 1 << 0, enumerator
DGraphicsContextState.h55 , m_textDrawingMode(TextModeFill) in GraphicsContextState()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSkiaFontWin.cpp113 if ((textMode & TextModeFill) && (SkColorGetA(paint.getColor()) || paint.getLooper())) { in paintSkiaText()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp359 if (mode & TextModeFill && fillColor != context->fillColor()) in updateGraphicsContext()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp2247 c->setTextDrawingMode(fill ? TextModeFill : TextModeStroke); in drawTextInternal()