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

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

Completed in 1192 milliseconds