HomeSort by relevance Sort by last modified time
    Searched defs:shadowsIgnoreTransforms (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 120 virtual bool shadowsIgnoreTransforms() const {
PlatformGraphicsContextSkia.h 104 // shadowsIgnoreTransforms is only true for canvas's ImageBuffer, which will
106 virtual bool shadowsIgnoreTransforms() const {
107 return m_gc && m_gc->shadowsIgnoreTransforms();
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.h 118 bool shadowsIgnoreTransforms() const { return m_shadowsIgnoreTransforms; }
ShadowBlur.h 50 bool shadowsIgnoreTransforms() const { return m_shadowsIgnoreTransforms; }
GraphicsContext.h 180 , shadowsIgnoreTransforms(false)
221 bool shadowsIgnoreTransforms : 1;
264 bool shadowsIgnoreTransforms() const;
GraphicsContext.cpp 328 m_state.shadowsIgnoreTransforms = ignoreTransforms;
331 bool GraphicsContext::shadowsIgnoreTransforms() const
333 return m_state.shadowsIgnoreTransforms;

Completed in 220 milliseconds