Searched defs:drawOwnShadow (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp698 bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnoreTransforms; // Don't use ShadowBlur for canvas yet. local
699 if (drawOwnShadow) {
711 if (drawOwnShadow)
727 bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnoreTransforms; // Don't use ShadowBlur for canvas yet. local
728 if (drawOwnShadow) {
740 if (drawOwnShadow)
759 bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnoreTransforms; // Don't use ShadowBlur for canvas yet. local
760 if (drawOwnShadow) {
781 if (drawOwnShadow)
811 bool drawOwnShadow local
[all...]

Completed in 108 milliseconds