Home
last modified time | relevance | path

Searched refs:NoShadow (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.cpp45 : m_type(NoShadow) in ContextShadow()
66 m_type = NoShadow; in ContextShadow()
72 m_type = NoShadow; in ContextShadow()
80 m_type = NoShadow; in clear()
DShadowBlur.h81 NoShadow, enumerator
DContextShadow.h76 NoShadow, enumerator
DShadowBlur.cpp181 m_type = NoShadow; in ShadowBlur()
187 m_type = NoShadow; in ShadowBlur()
/external/webkit/Source/WebCore/platform/graphics/qt/
DStillImageQt.cpp78 if (shadow->m_type != ContextShadow::NoShadow) { in draw()
DFontQt.cpp130 if (ctxShadow->m_type != ContextShadow::NoShadow) { in drawTextCommon()
148 if (ctxShadow->m_type != ContextShadow::NoShadow) { in drawTextCommon()
188 if (ctxShadow->m_type != ContextShadow::NoShadow) { in drawTextCommon()
DContextShadowQt.cpp155 if (m_type != NoShadow) { in endShadowLayer()
DImageQt.cpp228 if (shadow->m_type != ContextShadow::NoShadow) { in draw()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageCairo.cpp141 if (shadow->m_type != ContextShadow::NoShadow) { in draw()
DFontCairo.cpp73 …(!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoShadow) in drawGlyphsShadow()
DGraphicsContextCairo.cpp148 if (shadow->m_type == ContextShadow::NoShadow) in drawPathShadow()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp226 …(!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoShadow) in drawGlyphsShadow()