Home
last modified time | relevance | path

Searched refs:isAcceleratedContext (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp698 …bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnor… in fillRect()
727 …bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnor… in fillRect()
759 …bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnor… in fillRoundedRect()
811 …bool drawOwnShadow = !isAcceleratedContext() && hasBlurredShadow(m_state) && !m_state.shadowsIgnor… in fillRectWithRoundedHole()
1383 bool GraphicsContext::isAcceleratedContext() const in isAcceleratedContext() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h286 bool isAcceleratedContext() const;
/external/webkit/Source/WebCore/
DChangeLog44862 (WebCore::GraphicsContext::isAcceleratedContext):