Home
last modified time | relevance | path

Searched refs:BlurShadow (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.cpp69 m_type = BlurShadow; in ContextShadow()
89 if (m_type == ContextShadow::BlurShadow) in mustUseContextShadow()
226 if (m_type == BlurShadow) { in calculateLayerBoundingRect()
243 if (m_type == BlurShadow) { in calculateLayerBoundingRect()
DShadowBlur.cpp184 m_type = BlurShadow; in ShadowBlur()
361 if (m_type == BlurShadow) { in calculateLayerBoundingRect()
376 if (m_type == BlurShadow) in calculateLayerBoundingRect()
454 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) { in drawRectShadow()
480 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) { in drawInsetShadow()
796 if (m_type != BlurShadow) in blurShadowBuffer()
DShadowBlur.h83 BlurShadow enumerator
DContextShadow.h78 BlurShadow enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DContextShadowQt.cpp150 if (m_type == BlurShadow) { in endShadowLayer()
DFontQt.cpp190 if (ctxShadow->m_type != ContextShadow::BlurShadow) { in drawTextCommon()
209 if (ctxShadow->m_type != ContextShadow::BlurShadow) { in drawTextCommon()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp115 if (m_type == BlurShadow) { in endShadowLayer()
206 || (internalShadowHeight > rect.height()) || (m_type != BlurShadow)) { in drawRectShadow()