Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCairo.cpp73 …if (!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoSha… in drawGlyphsShadow()
117 if (context->textDrawingMode() & TextModeFill) { in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp137 if (drawingMode == TextModeFill) { in drawGDIGlyphs()
214 if (drawingMode == TextModeFill) { in drawGDIGlyphs()
256 if (drawingMode & TextModeFill) { in drawGDIGlyphs()
364 …bool hasSimpleShadow = graphicsContext->textDrawingMode() == TextModeFill && shadowColor.isValid()… in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp119 if (textMode & TextModeFill) { in drawGlyphs()
150 if (textMode & TextModeFill) { in drawGlyphs()
191 bool fill = textMode & TextModeFill; in drawComplexText()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp93 int mode = gc->textDrawingMode() & (TextModeFill | TextModeStroke); in setupForText()
109 (mode & (TextModeStroke | TextModeFill)) == (TextModeStroke | TextModeFill); in setupForText()
134 if ((mode & TextModeFill) && gc->willFill()) { in setupForText()
170 } else if (mode & TextModeFill) { in setupForText()
1041 bool fill = mode & TextModeFill; in drawComplexText()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceSolidColor.cpp62 context->setTextDrawingMode(TextModeFill); in applyResource()
DRenderSVGResourceGradient.cpp211 context->setTextDrawingMode(resourceMode & ApplyToFillMode ? TextModeFill : TextModeStroke); in applyResource()
DRenderSVGResourcePattern.cpp167 context->setTextDrawingMode(TextModeFill); in applyResource()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontQt.cpp84 if (ctx->textDrawingMode() & TextModeFill) { in drawTextCommon()
189 if (ctx->textDrawingMode() & TextModeFill) { in drawTextCommon()
230 if (ctx->textDrawingMode() & TextModeFill) { in drawTextCommon()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapper.h125 , m_textDrawingMode(TextModeFill) in TextureMapper()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp260 if (context->platformContext()->getTextDrawingMode() != TextModeFill) in windowsCanHandleTextDrawingWithoutShadow()
373 if ((textMode & TextModeFill) && (SkColorGetA(paint.getColor()) || paint.getLooper())) { in paintSkiaText()
DPlatformContextSkia.cpp146 , m_textDrawingMode(TextModeFill) in State()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h140 TextModeFill = 1 << 0, enumerator
168 , textDrawingMode(TextModeFill) in GraphicsContextState()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1399 case TextModeFill: in setPlatformTextDrawingMode()
1405 case TextModeFill | TextModeStroke: in setPlatformTextDrawingMode()
1411 case TextModeFill | TextModeClip: in setPlatformTextDrawingMode()
1417 case TextModeFill | TextModeStroke | TextModeClip: in setPlatformTextDrawingMode()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp226 …if (!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoSha… in drawGlyphsShadow()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp144 , textDrawingMode(TextModeFill) in PlatformPainterState()
1119 if (m_state->textDrawingMode & TextModeFill && !m_state->fillDisabled()) in drawText()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm225 …bool hasSimpleShadow = context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !sha…
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1924 maskImageContext->setTextDrawingMode(fill ? TextModeFill : TextModeStroke); in drawTextInternal()
1939 c->setTextDrawingMode(fill ? TextModeFill : TextModeStroke); in drawTextInternal()
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp331 …if (mode & TextModeFill && (fillColor != context->fillColor() || colorSpace != context->fillColorS… in updateGraphicsContext()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1639 bool hasShadow = textDrawingMode() == TextModeFill in drawText()