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

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h110 // shadowsIgnoreTransforms is only true for canvas's ImageBuffer, which will
112 virtual bool shadowsIgnoreTransforms() const { function in class:WebCore::PlatformGraphicsContextSkia
113 return m_gc && m_gc->shadowsIgnoreTransforms();
H A DPlatformGraphicsContextRecording.h151 virtual bool shadowsIgnoreTransforms() const { function in class:WebCore::PlatformGraphicsContextRecording
H A DPlatformGraphicsContext.cpp152 bool shadowsIgnoreTransforms)
165 if (shadowsIgnoreTransforms) {
399 if (shadowsIgnoreTransforms()) {
424 return m_state->setupShadowPaint(paint, offset, shadowsIgnoreTransforms());
151 setupShadowPaint(SkPaint* paint, SkPoint* offset, bool shadowsIgnoreTransforms) argument
/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.h118 bool shadowsIgnoreTransforms() const { return m_shadowsIgnoreTransforms; } function in class:WebCore::ContextShadow
H A DShadowBlur.h50 bool shadowsIgnoreTransforms() const { return m_shadowsIgnoreTransforms; } function in class:WebCore::ShadowBlur
H A DGraphicsContext.h180 , shadowsIgnoreTransforms(false)
221 bool shadowsIgnoreTransforms : 1; member in struct:WebCore::GraphicsContextState
264 bool shadowsIgnoreTransforms() const;
H A DGraphicsContext.cpp328 m_state.shadowsIgnoreTransforms = ignoreTransforms;
331 bool GraphicsContext::shadowsIgnoreTransforms() const function in class:WebCore::GraphicsContext
333 return m_state.shadowsIgnoreTransforms;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp324 void GLES2Canvas::setShadowsIgnoreTransforms(bool shadowsIgnoreTransforms) argument
326 m_state->m_shadowsIgnoreTransforms = shadowsIgnoreTransforms;

Completed in 110 milliseconds